Skip to:
Content
Pages
Categories
Search
Top
Bottom

Customize admin bar & bp-custom.php


  • Jens Wedin
    Participant

    @jedisthlm

    I was trying to make changes to the admin bar according to the tutorial written here

    http://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/

    I want to remove the logo text and the login and only have the register button.

    Wonder where to put the bp-custom.php, according to the tutorial it should be put in wp-content/plugins, is that correct?

    Right now I don’t get any changes when I have this in my bp-content.php

    <?php
    function bp_remove_login_adminbar(){
    remove_action('bp_adminbar_menus', 'bp_adminbar_login_menu', 6);
    }
    add_action('wp_footer','bp_remove_login_adminbar',1);
    ?>

    I’m on WP single 2.9.2 and the BP plugin with my own custom theme.

    Cheers,

    Jens

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Customize admin bar & bp-custom.php’ is closed to new replies.
Skip to toolbar