Search Results for 'change buddypress menu'
-
Search Results
-
I need help and although I have 2 domains once .com and .de. These two sides I have installed on my Websever in 2 different folders and installed both the same plugins. I would like to have a possibility to connect both sides. So the buddypress on both sides the same user possesses however one one on .de or .com in the profile go can be without the buddypress only over one domain is callable.
The problem I had namely with the test it as multisite run. There buddypress was then only over the main page, ie the first page attainable and the subdomain which I had with a plugin on .de changed had no buddypress profile.I would like to have the profile with the .de or .com menu bar on top and thus the profiles have to be retrievable on both sides. Is there such a possibility
Hello
How can I change the BuddyPress menu (home, forum, groups, …)thank you
Hi,
I introduced “BuddyPress Follow” plugin and this has been working very well.
As a default, there are “Following” and “Followers” tabs in parent navi menu of member profile pages, but I would like to create “Follow” tab in parent navi menu and show “Following” and “Followers” tabs in sub-menu under “Follow” tab.
(Default)
Parent navi menu > “Following” and “Followers” tabs(What I want)
Parent navi menu > “Follow” tab
Sub navi menu > “Following” and “Followers” tabsCould anybody else can support me on this? Any support would be highly appreciated!!
Wordpress version 4.6
Buddypress version 2.7.4Thanks,
piyosukeHello,
I’m running a multisite.
My WordPress version is 4.6.1 and BuddyPress is version is 2.7.2.I would like to change the custom profile menu item names. I have searched around google, wordpress, stack-exchange for days now, and I’m only finding solutions on how to “edit actual BuddyPress menu items” like ‘activity,’ ‘profile,’ and all..
Because my installation is multisite, I have a menu item “sites” which I would like to have changed to something like “Schools”
I’ve tried the below code but, it’s working only on default buddypress menu item.
//***************************************************************************************// function bpcodex_rename_profile_tabs() { buddypress()->members->nav->edit_nav( array( 'name' => __( 'Support', 'textdomain' ) ), 'forums' ); buddypress()->members->nav->edit_nav( array( 'name' => __( 'Study Groups', 'textdomain' ) ), 'groups' ); buddypress()->members->nav->edit_nav( array( 'name' => __( 'Schools', 'textdomain' ) ), 'site' ); } add_action( 'bp_actions', 'bpcodex_rename_profile_tabs' );Please help..
Hey everyone nice to see you.
Ive setted up my WP Page a few days ago and installed BuddyPress today.

I bet you can see my problem in this Image. I think its not really nice to have my Profile and the Activity on the upper right and the members and (second?) profile button on the lower left corner of the menu.
However: I would like to change the position of these buttons but i dont really know how to do that.
Cheers 🙂 And have a nice day: Maurice
Hello Buddypress buds!
A lot of people have been talking over the past couple of years about “how to require a profile photo upon registration. And I know it’s a risky thing to do, but many of us are willing to take that risk.
There are a handful of plugins that try to assist with this procedure, but some fail, and some are only partially successful. The best solution that I’ve found is Xprofile Custom Fields. With this plugin, and a lot of help from the author, I’ve managed to get profile photos to be required in the registration process. However, the issue I’m having is that the users are unable to effectively change their profile photo by using the options in the Buddypress “Profile” section/menu. The user can still click “Change Profile Photo,” and it will accept their upload, but the old photo remains in the member directory & in the user’s profile itself.
I think there must be a miscommunication occurring due to this new way of gathering the user’s original profile photo. It seems like some code, pertaining to the Buddypress “Change Profile Photo” function needs to be tweaked, but I can not pinpoint the function, which would be the first step towards fixing this issue.
To demonstrate how I’m requiring the profile photo upload in the registration, here is the function I’ve added to my theme’s functions.php file:
add_filter( 'bp_core_fetch_avatar', 'my_custom_avatar', 10, 2 ); function my_custom_avatar( $avatar, $params ) { if ( 'user' === $params['object'] ) { // Get the src of the original avatar. $array = array(); preg_match( '/src="([^\"]*)"/i', $avatar, $array ); if ( count( $array ) > 1 ) { $old_url_avatar = $array[1]; // Get the new url of image. $uploads = wp_upload_dir(); $img = maybe_unserialize( BP_XProfile_ProfileData::get_value_byid( 5218, $params['item_id'] ) ); if ( ! empty( $img ) ) { $new_url_avatar = $uploads['baseurl'] . $img; // Replace the old src with the new url. $avatar = str_replace( $old_url_avatar, $new_url_avatar, $avatar ); } } } // Return the avatar. return $avatar; }I’d like to mention that I have asked the plugin author about this, but my message on that plugin’s support forum has been deleted twice, making me think I should give the man a break.
Here are some specifications of my site:
It’s running on WordPress v4.6.1, Buddypress v2.7.0, & using BuddyPress Xprofile Custom Fields Type v2.6
“5218” is the field ID for the “Upload Image” field.
Thanks and sorry if I posted in an inappropriate forum, I think I chose the right one.
Topic: BP Profile Does Not Display
Hello,
I’m having trouble with a Buddypress Profile. The profile in question was the original Admin profile that created the site. Somewhere along the line, the Buddypress interface for the profile just stopped displaying. If I try to select “Profile” in the drop down menu, it just directs to the Home Page, but no BP profile. I can login and administer the page, there’s just no BP profile. I’ve deleted it and re-added it, from both WP back-end, and from the tables in My PHP Admin. I can also add other user profiles (including Admins) which function perfectly fine, including BP Profiles. I can even change the access level of this particular profile, but that doesn’t help. The problem is with this particular User ID. Normally it wouldn’t matter, and I’d just start another Admin profile, but this User ID is branded to the site so that Users can identify it’s the site owner. Any ideas what is going on? Thanks.
WP 4.6.1
BP 2.7.0From my admin panel, I go to Appearance>Editor.
From there, where do I go to simply change BuddyPress link font from that light blue to a color that matches my parent-child color scheme.
Thank you!
I couldn’t find a style sheet with line numbers. This seems like an easy fix but I am definitely a beginner. I would also like to know where to change font type on my navigation tabs on the front page banner menu.
Topic: Plugin Language Translation
Hello,
So I found a source on here, how to rename the menu bars in the profile section of buddypress.
I downloaded a plugin called Buddypress User Blog, and I want to rename the tab header “Blog” to “Posts” or “Articles”. I have downloaded the PO file that comes with this plugin and then made the translation from en_US to en_UK. and uploaded it to the server, under the BP-User-Blog/Languages folder, but still no changes.
How do I activate the new PO and MO file?
Or is there another way to change the wordings on the profile Tab?
Here is a screenshot of the tab:

Regards
Kelvin
Hello,
Is there a way to make cover-image-header.php and home.php to appear before main content(theme’s sidebars and buddypress content) in Member’s single page?
Thank you!!
Hi Everyone !
One year ago, i try to put the notifications of the Buddypress bar into my header.
And, thanks to the members of this forum, it works succesfully.
I have now a new item on my menu, and it’s a count of the notifications.But i want to see immediatly when there is a new notification !
I would like to change the color of the notification bubble only when there is a new (ou more) notification !
Can you help me ? :/There is my actual php code, on the bp-custom.php
function my_nav_menu_notif_counter($menu) { if (!is_user_logged_in()) return $menu; else $notif = '<li ><a class="ab-item" href="' . bp_core_get_user_domain(bp_loggedin_user_id() ) . 'notifications/">'. __('').'<span id="ab-pending-notifications" class="pending-count alert">'. __(''). bp_notifications_get_unread_notification_count( bp_loggedin_user_id() ) .'</span> </a></li>'; $menu = $menu . $notif; return $menu; } add_filter( 'wp_nav_menu_items', 'my_nav_menu_notif_counter' ); add_filter( 'show_admin_bar', '__return_false' );Sorry if my english is bad, i’m french
I have bad knowledges in Php, but i can try to understand the codeWP 4.4.5
BP 2.6.2Understand that Version 1.9 update, there is an addition of “About BuddyPress” link in the Dashboard at Admin Bar. Is there anyway that I can disable it or change the link?
Added “About BuddyPress” link to WP-logo menu in the WP admin bar (#5285)
I just upgraded BuddyPress from 2.5.3 to 2.6.1.1 and on the profile page navigation there used to be a submenu with the option to edit your profile and change the avatar. Since upgrading to 2.6.1.1 these options are no longer visible.
After searching around a bit in my theme I couldn’t find anything that seems to be related to this. Does any one else have this problem? Thanks!
