Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: [New Plugin] BuddyPress Group Forum Extras


rich! @ etiviti
Participant

@nuprn1

boone,

super fast look

if (isset($_GET["new"]) || $bp->current_component == BP_FORUMS_SLUG || $bp->current_action = 'forum' ) {

is causing the issue – specifically $bp->current_action = 'forum' – if i remove this the conflict no longer exists. you forgot the extra == :P

Skip to toolbar