BuddyBoss Home – Web Support Forums Solutions Social Blogger Customize user menu items

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #59450
    @stackstreetnew

    Hello,

    I need to add a few links and remove others from the user dropdown.

    I have the “My Profile” Menu option turned on in my dashboard.

    I have a menu set to My Profile in menus.

    Instead of replacing the items in the user dropdown, it simply adds to them. How can I fix this?

    Answers

    #59513
    @vapvarun

    Hi glassworksdb.com
    Please take a look of it

    Modifying the Toolbar


    it will look like this, when you need to remove an item

    
    function modify_adminbar(){
    remove_action( 'bp_adminbar_menus', 'bp_adminbar_blogs_menu', 6 );
    }
    add_action('plugins_loaded','modify_adminbar',99);
    

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Customize user menu items’ is closed to new replies.