I think this Codex page will answer your questions:
Emails
If you want to change the template used, check out “customize email template.”
After making the changes that I wanted
Change “activity tab” to “Social Wall”
Change “docs” to “Official Docs”
Hope this helps ….
// Setup the navigation
// Props to http://wordpress.stackexchange.com/questions/16223/add-buddypress-profile-menu-item for helping me figure this out
// http://themekraft.com/customize-profile-menus-in-buddypress/
function my_setup_nav() {
global $bp;
// Change name of menu item
$bp->bp_nav[‘docs’][‘name’] = ‘Official Docs’;
// Change name of menu item
$bp->bp_nav[‘activity’][‘name’] = ‘Social Wall’;
}
add_action( ‘bp_setup_nav’, ‘my_setup_nav’, 1000 );
i found this snippet and it works great …
// Setup the navigation
// Props to http://wordpress.stackexchange.com/questions/16223/add-buddypress-profile-menu-item for helping me figure this out
// http://themekraft.com/customize-profile-and-group-menus-in-buddypress/
function my_setup_nav() {
global $bp;
// Change the order of menu items
$bp->bp_nav[‘messages’][‘position’] = 100;
// Remove a menu item
$bp->bp_nav[‘conversations’] = false;
// Change name of menu item
$bp->bp_nav[‘communities’][‘name’] = ‘My Conversations’;
}
add_action( ‘bp_setup_nav’, ‘my_setup_nav’, 1000 );
Hi there Mercime.
My site is more than six months old. So it is not new. My theme is the same age. I have not imported any forums.
Please try to supply answers to the following questions.
Wordpress Version – 5.4.1
Buddypress Version – 5.1.2
bbPress Version – 2.6.4
Host – Wordplus
I dont know how long the problem has been there as I never noticed it.
As mentioned above I can give access to a staging site for you to see. Even if anyone knows how to hide the duplicates I would be grateful.
Thank you
BuddyPress Community – Olympus Theme – Youzer
This is three questions in one, looking for 1-3 plugins that work together to accomplish these things? I can insert code if I’m told exactly how/where to put it, but I’m very much not a coder so I’d prefer to use plugins if I can. lol
1. Can I have multiple Users assigned to one profile (like a business, the owner and an admin person). For example a Business owner sets up a business profile but allows the manager or supervisor access to post jobs or advertising through it?
2. Can I create two different profiles (that have different profile fields upon registration) like a person vs a business under the same site?
3. Can there be profile parents like if a company has 3 locations – a main company profile and 3 child profiles – one for each location so the managers can logon and manage their own accounts with job ads and advertising? And the parent can do the same for the headquarters?
@buddyboss
your themes are just FREAKING AMAZING!!!!! I really love them
quick questions..
– The last time I installed BuddyBoss Platform.. it “conflicted” with my BP install.. (is that still the case? you can only either have BuddyBoss installed or BP installed..)
– Can you use the BuddyBoss Platform Theme on a BP install? (meaning without the BuddyBoss Platform)
– I noticed that the only theme available now is the Boss 2.0. Will you be only making themes for BuddyBoss Platform and will you be transitioning out of further developing the Boss 2.0 theme or other themes just for BP
**
Again.. Im such a huge fan.. really fantastic work
Hi all,
Apologies for the post. I’m a wordpress/website creation/Buddypress novice and am struggling a bit to get all my plugins to work together. As such this post may not make complete sense as it’coming from a slightly confused place.
Basically what I’m trying to do is create a person to person marketplace.
I have a registration form (User Registration plugin) that I like and it also integrates with woocommerce which is a big plus. It also makes a User Registration MyAccount page which I was thinking of using as a profile page (as I can edit this). However, I like the messaging and friend capabilities of buddypress and want to incorporate that if possible (has lead me into some plugin conflicts).
So I had a few questions:
1) Could I assign the BP registration page as a page with User Registration shortcode?
2) Do you need to assign all the BP pages for BP to work?
3) Could another registration form be used to create a BP profile
4) Any suggestions as how I could achieve my goals by managing my plugins differently?
I am new to BuddyPress and building websites in general. I have a couple questions about users’ uploads:
1) Is there a way to limit the number of photos/media files each member is able to upload to BuddyPress?
2) If not is there a way to prevent photos from being displayed until approved by a moderator?
Hello there. I have some questions. Firts lets say a scenario about a community social network website that i want to build. Lets say that i want the free members to be able to watch, 10profiles per day, send 10 messages per day etc. And paid members to have unlimited access to everything. Can this be achieved in BP? Also lets go to the another question i have. I want a social wall like facebook that will show only posts, photos, videos, etc not groups activity etc. How to do it?
Thank you everyone for reading this
The closing semicolon was not in the code section.
I have edited my answer.
If you don’t need to consider portability, then you can hardcode the prefix.
UPDATE wp_bp_activity
Learn how to debug in WP and you can answer most of your own questions.
https://codex.wordpress.org/WP_DEBUG
I wanted to test ultimate member so I deactivated BuddyPress and deleted the related pages. That was a mistake. The Ultimate member has issues I don’t want to deal with and it scares me that some basic things like deactivating registration are not there. So, my questions is how do I reinstall or get by buddypress pages like members page, log in and log out. I notice the logout is missing in the menu options.
Hi,
Please check this: https://wordpress.stackexchange.com/questions/6664/how-to-auto-accept-a-friend-request-in-buddypress-based-on-user-meta
Please remove the condition of is_user_expert and check after that. You should try this on the dev/staging version of your site and if it works for you then you can use it on your live site.
For members addition in a group automatically, please check this one https://buddypress.org/support/topic/how-to-add-new-members-to-groups-automatically/
Hope it will help you.
Completely agree with your post. It’s 2020 now, and there should be the functionality to at least make the display name optional. In searching the annals for answers, I see questions going back to 2013 asking for this because users were getting confused with usernames / display names. It would be great to have something like Reddit, where just a username / email is required. Despite this frustration, massive thanks to those working on BuddyPress.
Problem solved, if anyone is in the same case :
Buddypress store image in uploads/avatars/{user_id}
It select avatar based on the last updated image
You can find my work around there :
https://stackoverflow.com/questions/59828308/change-bp-avatar-through-wp-rest-api/59857943#59857943
Hello
BuddyPress requires an alternative user nams and generates a third:
1) There is the WP-username
2) BuddyPress invented “display name”.
(All most very pointless feature, because users are unable to hide there WP-username?)
3) To make it more confusing, there is an “at-@username” too.
(It can differ from WP-Username in upper/lower case and in special characters!)
It means three possibilities for different naming’s for the same user. We’ve got may support questions because user tried to login with the “display name”. Sometimes even with the “at-@username”.
May questions:
– Is there a way to get rid of the “display name” in general?
If no:
– Is there a way to force the “display name” to be identical to the WP-username?
– Is there a way to sync the WP-username to the “display name”?
– Is there a way to remove the “display name” from registration form?
– Is there a way to remove the “display name” from the profile?
We are looking for an unique username in BuddyPress.
PS:
In general, it’s a really ugly idea of BuddyPress to mess with usernames like this.
@wayneg03
yeah… its tough going here – in these parts of the internet..
To try to answer some of your questions..
— for testing purpose.. try using the twentytwenty theme..
— #2 YOURDOMAIN_NAME/wp-admin/options-general.php?page=bp-components
**make sure “USER-GROUPS” is selected..
then go to YOURDOMAIN__NAME/wp-admin/admin.php?page=bp-groups
or try going to YOURDOMAIN_NAME/groups/create/step/group-details/
— #3 Try going to YOURDOMAIN_NAME/wp-admin/nav-menus.php
Applying a patch requires the use of version control.
You can apply a patch manually by editing each file in the patch, but I don’t recommend it.
The best approach is to wait until the patch is rolled into the next release.
If you have further questions, you can add them to the ticket.
I thank you for your support. I’m sorry I didn’t understand either.
Your link https://wordpress.stackexchange.com/questions/62889/disable-or-redirect-wp-login-php
It looks interesting. This is what I was looking for and I hope it works.
Regarding the BuddyPress Login Redirect to Profile plugin, unfortunately it doesn’t work with the “Login Widget With Shortcode” plugin working
Sorry I misinterpreted the initial question, so you have 2 questions
1. Upon logging in you’d like to redirect the user to his profile activity page.
2. How to disable the wp-login for non-admins or something like that so that regular users never see wp’s login screen.
2. https://wordpress.stackexchange.com/questions/62889/disable-or-redirect-wp-login-php would this be a good start to a solution
1.https://buddypress.org/support/topic/login-redirect-to-activity-personal-page/ ?
You need to adjust the proper template.
But don’t edit the templates in the plugin or your changes will be wiped out when you update BP.
Instead, overload the template:
Theme Compatibility & Template Files
Re RED: you didn’t say which template pack you are using. I will assume it is Nouveau.
Over load this template:
wp-content\plugins\buddypress\bp-templates\bp-nouveau\buddypress\members\single\member-header.php
Then open the overload template and find this code near the top:
<?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?>
<h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>
<?php endif; ?>
And simply remove the conditional, so it will look like this:
<h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>
Your other questions are more complex, but will require the same approach:
– identify the template(s) you need to change
– overload them
– make your changes
Hi There,
I’m a newbie and I haven’t made any custom changes to the core files anywhere but……
After new members register, then click “policy agreement & complete sign up” they’re taken back to the top of the register page. Also, when I login from website memu, I’m taken to WP login page.
https://tribely.life
Web hosting service: Blue Host (windows server)
WP version: 5.2.4
WP theme: SocialMag Pro version 1.1.2 by ThemesMatic (Buddypress plugin compatable)
Buddypress: version 5.0 was added to the theme as a plugin
NOTE: BP members sorted by personality trates. 69 profile field questions, 3 profile detail questions (standard BP), 3 account detail boxes (standard BP)
Other Buddypress Add On Plugings (all have been diactivated & website reboot, but problem persists:
1. Buddypress activity social share: version 2.2.1 by Wbcom Design
2. Buddypress extended friendship request: version 1.2.0 by Buddy Dev Team
3. Simple Buddypress profile privacy: version 0.7.9 by Justin Hansen
4. Social sharing buttons: version 1.0 by ThemesMatic
5. Paid memberships pro: version 2.1.4 by Stranger Studio
6. Paid memberships pro-WooCommerce add on: version 1.6.1 by Stranger Studio