Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hi! I want to make a custom buddybar but..

  • @ayria

    Member

    I have no idea where to start! http://codex.buddypress.org/theme-development/modifying-the-buddypress-admin-bar/ is really hard to follow!

    All I want to do is to hide the “Dashboard” button and have Notifications and buttons like “Edit Profile” etc

    And another thing is I’d like to have notifications for my forums(separate installation of bbpress but fully integrated). Like if you posted on a forum and someone responded you’d get a notification up to x amount of responses.

Viewing 1 replies (of 1 total)
  • @mercime

    Participant

    == All I want to do is to hide the “Dashboard” button ==

    Know that the “Dashboard” link in adminbar appears for logged-in users who have a role greater than Subscriber on your blog. If you still want to do this then if you don’t have one yet, create a bp-custom.php file, add the code below and upload to wp-content/plugins folder:
    `<?php
    remove_action( ‘bp_adminbar_menus’, ‘bp_adminbar_thisblog_menu’, 6 );
    ?>`

    == have Notifications and buttons like “Edit Profile” etc [in adminbar] ==

    Notifications link and “Edit Profile” buttons are already in adminbar for logged-in-users.

Viewing 1 replies (of 1 total)
  • The topic ‘Hi! I want to make a custom buddybar but..’ is closed to new replies.
Skip to toolbar