Hi! I love the built-in BuddyPress bar that is at the top of all the pages on my site. (The one with My Account, Dashboard, Notifications etc.)
I’ve set it up that users with a Contributor role cannot manage comments, so it seems silly to have it linking to a page they don’t have permission to view. Is it possible to remove just the “Manage Comments” link from the bar?
I’m having a hard time finding information in the codex. Could anyone point me in the right direction? Thank you!
You can use the admin bar by adding:
define(‘BP_USE_WP_ADMIN_BAR’, true);to the wp-config,
above where it says:
“That’s all, stop editing! Happy blogging.”
For added customization install the ‘Custom Admin Bar’ plugin. This will give you full control over the Admin bar including the BuddyPress features.
Viewing 1 replies (of 1 total)
The topic ‘Customizing the BuddyBar (remove a link)’ is closed to new replies.
craftcore
@craftcore
12 years, 6 months ago
Hi! I love the built-in BuddyPress bar that is at the top of all the pages on my site. (The one with My Account, Dashboard, Notifications etc.)
I’ve set it up that users with a Contributor role cannot manage comments, so it seems silly to have it linking to a page they don’t have permission to view. Is it possible to remove just the “Manage Comments” link from the bar?
I’m having a hard time finding information in the codex. Could anyone point me in the right direction? Thank you!