Skip to:
Content
Pages
Categories
Search
Top
Bottom

Latest BP and WP installed no BP toobar is coming up for members.

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

  • djsteveb
    Participant

    @djsteveb

    @atfpodcast – is the bar there when they are not logged in?

    does it do the same thing when using the 2014 or 2015 theme?

    have you checked settings –

    admin dashboard – settings – buddypress – click the settings tab – checkbox – Toolbar Show the Toolbar for logged out users ?

    occur when other plugins are deactivated?


    atfpodcast
    Participant

    @atfpodcast

    Yes sir the bar is there when are not logged on. I added show_admin_bar( true ); in a function plugin and that did not work. I tried the 2014 theme with the same results. no tool bar. THe one i deactivated was the one from stranger studios hid admin bar to non admins and and I deactivated that.
    https://wordpress.org/plugins/hide-admin-bar-from-non-admins/


    danbp
    Moderator

    @danbp

    I can confirm that Raindrops theme is working correctly with BP and taht the admin bar is showing up to logged in users.

    Deactivate and delete the admin bar plugin. Remove also any custom code you have added in the past concerning the toolbar. The idea is to revert back to a fully standard WP install.

    If this doesn’t work, you have to go to your db and check the wp_options table for the toolbar setting.
    Search for option_name hide-loggedout-adminbar where value must contain 1.


    atfpodcast
    Participant

    @atfpodcast

    Deactivate and delete the admin bar plugin. Remove also any custom code you have added in the past concerning the toolbar. The idea is to revert back to a fully standard WP install.

    It was already deactivated. I wonder if it left anything altered? that other snip it i added to try does not exist.

    If this doesn’t work, you have to go to your db and check the wp_options table for the toolbar setting.
    Search for option_name hide-loggedout-adminbar where value must contain 1.

    im using godaddy so i guess that would be in myphpadmin?


    danbp
    Moderator

    @danbp

    The plugin should be removed from the site too.
    And yes! phpmyadmin is the software name who allows you to manage a mySQL DB.


    atfpodcast
    Participant

    @atfpodcast

    The plugin should be removed from the site too.
    And yes! phpmyadmin is the software name who allows you to manage a mySQL DB.

    done. i made an account as a normal user and toolbar is already selected to display but does not show so i will have to go in my db and change that. have not dived in phpmyadmin in a VERY LONG time


    atfpodcast
    Participant

    @atfpodcast

    Wait if im seeing the admin bar when not logged in do i still need to do that table option?


    atfpodcast
    Participant

    @atfpodcast

    I dont even see the database for that domain. odd i wonder if i can find it in wp-config.php?


    atfpodcast
    Participant

    @atfpodcast

    that table is not existent in wp-options i just did a search and it was 0 so now i set it at 1 and im going to see the results


    atfpodcast
    Participant

    @atfpodcast

    I got it to work. I added

    add_action(‘show_admin_bar’, ‘__return_true’, 99); to my custom functions

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Latest BP and WP installed no BP toobar is coming up for members.’ is closed to new replies.
Skip to toolbar