Search Results for 'wordpress'
-
Search Results
-
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.
Hello,
I am using WordPress 6.5.2 and BuddyPress 12.4
I would like to know how I can remove the “username” field in the registration form.
I see there has been A a lot of requests for this in the past but no solution. It makes so much more sense to just use the email address to log in rather than force-having a username of which your preferred one may be taken. An email address is unique already.Is there a way to PLEASE remove the Username field?
Also I really do not like that the BuddyPress registration page has an “account” section with the username, email address and password and a separate “profile” section with the name in it. Unfortunately, after testing every single plugin on the market (I am only testing so not investing money on paid plugins right now), buddypress is the only one that has the features I need, even though it has major downfalls too. One of these downfalls is the annoying compulsory use of a “username” section in the registration form. In the back end, the default registration field cannot even be deleted.
Is it possible to have a 100% custom registration form with BuddyPress? All I want is something like:
Fist Name
Last Name
Email address
Password
Repeat PasswordAnd have a separate profile section once the user logs in using their registered email address.
Thank you
A Profile Field Group goes back and forth being invisible to visible to members, moderators, admin, etc – regardless of User Role.
WordPress version: Latest
BuddyPress version: 12.4.0
Link to site: http://www.bygrace.faith
Link to screenshot of Member Types granted access: https://bygrace.faith/wp-content/uploads/2024/04/Skarmavbild-2024-04-28-kl.-13.57.41.pngadmins, moderators, christian-creators — are the only three Member Types set to have access.
Topic: About Buddypress invitations
first of all, the language of my WordPress + BuddyPress site is Zh_CN, I try to translate some error meaasge to English, but it maybe still different to the EN version.
wordpress:6.5.2 Zh_CN
Buddypress:12.4.0
I enable the invitation function in buddypress options, but when I click the link “send invitation”, it direct to a missing page, the URL is https://<www.mysite.com>/%e6%88%90%e5%91%98/<my_username>/%E9%82%80%E8%AF%B7/send-invites/
error message is “the page was not found”.
how to solve it? Thank you!
