Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

Viewing 1 replies (of 1 total)

  • @mercime
    Keymaster

    @mercime

    == 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