- This topic has 1 reply, 2 contibutors, and was last updated 9 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Question
Answers
Viewing 2 posts - 1 through 2 (of 2 total)
- The question ‘Customize user menu items’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Solutions › Social Blogger › Customize user menu items
Tagged: menu
Hello,
I need to add a few links and remove others from the user dropdown.
I have the “My Profile” Menu option turned on in my dashboard.
I have a menu set to My Profile in menus.
Instead of replacing the items in the user dropdown, it simply adds to them. How can I fix this?
Hi glassworksdb.com
Please take a look of it
it will look like this, when you need to remove an item
function modify_adminbar(){
remove_action( 'bp_adminbar_menus', 'bp_adminbar_blogs_menu', 6 );
}
add_action('plugins_loaded','modify_adminbar',99);
Regards