Skip to:
Content
Pages
Categories
Search
Top
Bottom

how to get rid of the admin bar in bp 1.6


  • charlietech
    Participant

    @charlietech

    After uploading to 1.6, the admin reappeared and the remove admin plugin isnt working. does anybody know how to remove it?

Viewing 2 replies - 1 through 2 (of 2 total)

  • Tammie Lister
    Moderator

    @karmatosed

    Hi Charlietech, the BuddyPress admin bar is now merged with the WordPress one.

    So, you can use this:

    ‘add_filter(‘show_admin_bar’, ‘__return_false’);` in your functions.php file to turn off fully.

    Alternatively, you can use:

    ‘Settings > BuddyPress : Toolbar Show the Toolbar for logged out users’

    You can also select to show or hide the WordPress admin bar on your own profile.

    If none of those work for you then you may need to look see if your theme is forcing something.

    Just a slight point on top though, if possible can you only start one thread per question as it does help to focus responses?


    charlietech
    Participant

    @charlietech

    where would I put the add_filter? can I put it at the bottom?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to get rid of the admin bar in bp 1.6’ is closed to new replies.
Skip to toolbar