Search Results for 'wordpress'
-
Search Results
-
I am using Extended Profile for a user registration form. I’d like to use the default WordPress bio field (Biographical info). I am able to add it in the Extended Profile settings (under Type -> WordPress Fields -> Biography), but there is no option to require it. I can make other fields required. How could I go about making that field required?
WordPress 6.5.4
BuddyPress 12.5.0Topic: Various questions.
Hey.
I am looking into BuddyPress.
For a Norwegian Permaculture web site using the Site Editor and Twenty Twenty Three theme.Should I have a subdomain with another installation of WordPress containing BuddyPress to not cloud up the default site?
Should I just add it into the default site?
I am wondering if someone creates a kind of mini video tutorial going through BuddyPress? Kinda like twice a year there is a tips and tricks in beginning with BuddyPress. A kind of 7-10 minute video just going through the standard.Should I add bbPress into BuddyPress?
Basically what would be helpful is to have some better visual documentation.
Btw I found this: https://github.com/buddypress/buddypress/tree/master/docs/user/getting-startedThank you.
I’m currently running BuddyPress 12.5.0 and BP Classic 1.4.0
Also I’m using “Legacy” so site notices should be displayed as a banner at the top of each page.I rarely use site notices, so I don’t know exactly when the problem started (I’m guessing with BP 12).
Site notices now show up normally, at the top of BuddyPress constructed pages. But on other WordPress pages, the notices show up at the bottom, under the page footer.
I’d appreciate any ideas about how to fix this.
Thanks!
Mike
Topic: Troubleshooting WordPress
I am testing out Buddypress Version 12.5.0 and I made a registration form with Buddypress’ profile fields as well as a third party plugin “User Registration” by WPEverest. I tested both separately and noticed that Buddypress registration form does not collect the surname of the user, only the first name, because there is no field for surnames. I made a separate text box field and named it “surname” but obviously it does not connect to actual surname field in the buddypress and wordpress back end.
User Registration has an actual surname field and can collect the user’s surname which shows up correctly in the back end, but it displays the user’s username as the name when the person logs in. For example if a person’s name is “Jane Doe” but their username is “gelato”, in the top right corner when they log in it says “gelato” which is not good, so I can’t use this.
So I am wondering if anyone has a way to force the Buddypress registration form to collect the surname correctly so it shows in the backend?
Thanks
Topic: Stop bbpress author redirect
Hi,
I just want to know if it’s possible to stop the wordpress author page from being redirected to mydomain.com/bb-members/user?
Any help would be appreciated, thank you.
I have inserted this code in bp-custom.php:
<?php
function my_redirect() {
wp_redirect( home_url() );
error_log(‘Hello log’);
exit;
}
add_action( ‘bp_groups_posted_update’, ‘my_redirect’ );
?>Writing is done to the log file, but there is no redirect after a user has posted an update in “Group Activities”. Why not?
As a test, if I use “wp_redirect( ‘https://buddypress.org/’ );” instead of “wp_redirect( home_url() );” and use the action hook “init” instead of “bp_groups_posted_update”, and press F5, I am redirected to https://buddypress.org/.
I use the latest version of WordPress and BuddyPress.
BuddyPress is the only plugin activated.
WordPress is installed in a subdomain.
My issue still happens with themes Twenty Twenty-One, Twenty Twenty-Two, Twenty Twenty-Three and Twenty Twenty-Four.
