Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,568
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,385
- Miscellaneous
- 9,169
-
Thanks etiviti (rich!),
I’m not in the loop, I need it in the header.
Thats what I tried:
$forum_template = new BP_Forums_Template_Forum( 'newest', groups_get_groupmeta( $bp->$current_component->$current->id, 'forum_id' ), false, 1, 1, 1, 'all', false );
Is there a way to get the forum topic by slug?
I can get the forum topic slug from:
$bp->action_variables[1];