Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP1.2.8 and the WP 3.1 Admin Bar


Avi M
Participant

@avim

Found my Answer.

http://bpdevel.wordpress.com/2011/02/24/updating-your-buddypress-plugins-for-1-2-8/

The BuddyBar and the WP Admin Bar Additional logic has been added to the BuddyBar loader (bp_core_load_admin_bar()) to account for the introduction of a similar admin bar in WP 3.1. (There are plans to integrate the core version BuddyBar into the WP admin bar in the future, but for now you have to choose.) By default, the BuddyBar is shown. Site admins can disable the BuddyBar in favor of the WP admin bar by defining define( ‘BP_USE_WP_ADMIN_BAR’, true ); in wp-config.php. BP_DISABLE_ADMIN_BAR continues to disable *all* admin bars, and takes precedence over BP_USE_WP_ADMIN_BAR. If your plugin or your site has made modifications to the way that the BuddyBar loads, you might want to verify compatibility with BP 1.2.8.

Skip to toolbar