How to re-enable admin bar with Buddypress active? (BP bar removed)

How do I force WordPress/Buddypress to use the WordPress admin bar on the frontend?

I know that I can disable the BP bar with define( 'BP_DISABLE_ADMIN_BAR', true ); in the config, but the admin bar does not show back up.

Related posts

Leave a Reply

3 comments

  1. In your wp-config.php, put this:

    define( 'BP_USE_WP_ADMIN_BAR', true );

    Note you must put it in wp-config.php, I had it in functions.php first and it did not work.

  2. define( ‘BP_DISABLE_ADMIN_BAR’, false); or just delete that code might work, also check in your options on your dashboard in your profile Users->Your Profile