Re: [New Plugin] BuddyPress Group Forum Extras
I was finally able to reproduce some of the redirect conflict issues raised here and elsewhere.
The problem (or at least the problem chembro303 describes) arises when Forum Attachments (0.2.1) and Forum Extras (0.1.5) are installed and you click on the Groups tab in bp-default. If you comment out line 26 in bp-forum-extras.php
do_action( 'bbpress_init');
then the conflict no longer happens. Unfortunately, that doesn’t help much – tons of things are hooked to bbpress_init, so it’s kind of tough to narrow them down. I’ll keep thinking about this, but Rich, hopefully this little bit of info will spark an idea on your part!