Re: BuddyBar for bbPress
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! ), 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.