Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

editing adminbar (9 posts)

Started 8 months ago by: gwu123

  • Profile picture of gwu123 gwu123 said 8 months ago:

    hi,
    i am using admin bar instead of buddybar. earlier i had made some changes to buddybar in bp-custom.php.

    how can I make such changes for adminbar? Also, how can I can the CSS for admin bar?
    setup – bp 1.5 and latest wp (not a multi site)

    thanks.

  • Profile picture of Paul Gibbs Paul Gibbs said 8 months ago:

    You’ve not explained what changes you want to make to the admin bar, so you need to share more details before we can try to help :)

  • Profile picture of gwu123 gwu123 said 8 months ago:

    i want to remove the multi level drop down and just keep it to single level. also remove the wordpress search and put in the buddypress search.

    for CSS – I want to change the weight and background of the admin bar.

  • Profile picture of gwu123 gwu123 said 8 months ago:

    also add more menu items of my own.

  • Profile picture of gwu123 gwu123 said 8 months ago:

    anyone?

  • Profile picture of gwu123 gwu123 said 7 months, 4 weeks ago:

    bounce

  • Profile picture of r-a-y r-a-y said 7 months, 4 weeks ago:

    The Wordpress Admin Bar (not BuddyBar) is a different bar entirely.

    Try finding something on the WordPress forums:

    http://wordpress.org/support

    Can also try this plugin:
    http://wordpress.org/extend/plugins/wp-custom-admin-bar/ (haven’t tested it myself)

  • Profile picture of gwu123 gwu123 said 7 months, 3 weeks ago:

    i want to edit the bp-menu within the admin bar.

    When I used buddybar, i did it like this

    function my_alter_bp_adminbar(){
    remove_action(‘bp_adminbar_menus’, ‘bp_adminbar_account_menu’, 4);
    add_action(‘bp_adminbar_menus’, ‘my_adminbar_account_menu’, 50);
    }
    add_action(‘wp_footer’,'my_alter_bp_adminbar’,1);

    How can I do the same with wp-admin bar.

    thanks

  • Profile picture of gwu123 gwu123 said 7 months, 2 weeks ago:

    anyone?