Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author pcwriter

    (@pcwriter)

    Hi Ovidiu,

    No, the plugin does not overwrite the adminbar; it adds to it.

    But if the other plugins that “inject” their menu items into it are Buddypress plugins (like BP-Gallery, BP-Links, etc), then those links will be added to the “Community” dropdown menu.

    So your customizations should still hold. Best way to know for sure is to install the plugin and try it out.

    Let me know how it goes ??

    Thread Starter Ovidiu

    (@ovidiu)

    I tried it live. your plugin works great BUT, i.e. the Bp ajax chat plugin adds its own menu as does the cubepoints Bp integration plugin… I’d like to get rid of those…

    I thought your plugin would replace the BP admin bar with the customized version..

    Plugin Author pcwriter

    (@pcwriter)

    Hi again Ovidiu,

    If all you want is to hide those links in the adminbar, but keep the features active, you can do so by adding a simple ruleset to your stylesheet:

    #wp-admin-bar ul li.no-arrow, #wp-admin-bar li#bp-adminbar-chat-menu {display:none;}

    This will hide the main menu items for BP-Chat and Cubepoints, while keeping them available in the “My Account” dropdown.

    Note that if you’re running a multisite install, the “Chat” menu item will still be in the adminbar on sub-blogs, which is good ‘cuz members can still launch the shoutbox from there.

    Let me know if this works for you ??

    EDIT: Important! This will also hide the Login and Signup links on the main site. So make sure you have those links somewhere else in your theme. They will, however, remain active on sub-blogs.

    Thread Starter Ovidiu

    (@ovidiu)

    yeah, thx. Just realized your “community” menu item doesn’t come with its own class nor Id, maybe implement that in a future version?

    Plugin Author pcwriter

    (@pcwriter)

    Good idea!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Add All Nav Links to BP Adminbar] other plugins injecting their menus into the admin bar’ is closed to new replies.