Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyBar for bbPress


r-a-y
Keymaster

@r-a-y

Quick note: this currently doesn’t rehook the javascript, but it will. Just need to sleep now. Haha!

Since JJJ is in dreamland, for those that do want the javascript hook (even though I plan on not adding it for my own usage! Sorry IE6 users! :P ), here’s the extra code:

Add this after line 29 of bp-buddybar.php:

add_action( 'bb_head', 'bp_core_add_js' );
add_action( 'bb_admin_head', 'bp_core_add_js');

It should work, but somebody test it with IE6 and report back.

Skip to toolbar