is there a command line to get the buddybar like, getsidebar()
???
depends on how you have it setup – deep integration is needed to pull in buddypress adminbar into bbpress.
technically it is hooked on
add_action( 'wp_footer', 'bp_core_admin_bar', 8 );
I have deep integration, if you see the screen shots bbpress is using wp/bp sidebars.
I don’t know to code just know how to move things around…so can you elaborate and tell me where and to put it?