Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,842
- How-to & Troubleshooting
- 129,857
- Creating & Extending
- 25,886
- Requests & Feedback
- 9,532
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,402
- Miscellaneous
- 9,177
-
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 ==