Is there a way to move the Buddypress “buddybar” from the admin bar into the navigation header of my theme. I want to use the “buddybar” menu and drop downs exactly as they are without being forced to use the admin bar.
I have been unable to find any documentation or forum discussions on this. Is there a starting function that can be called, that will load the “buddybar” elsewhere in my theme.
All you need is one piece of code to output most of what you need.
Below is the the html and css is used to create the dropdown.
HTML
CSS
This should give you a near exact copy of the buddybar but without the admin bar itself
Thanks to the inspiration from the previous answer I came up with this, which also includes the notification bit.
The only thing is, I am moving the first
<li>
out into a functions.php func, because then I’ll be able to check it for updates via ajax.Here’s some basic CSS to get started. You probably aren’t going to want it to look like the admin bar so no need to try to duplicate that:
If you happen to prefer LESS like me: