Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,830
- How-to & Troubleshooting
- 129,810
- Creating & Extending
- 25,867
- Requests & Feedback
- 9,509
- Third Party Plugins
- 9,821
- Showcase
- 3,317
- Ideas
- 1,382
- Miscellaneous
- 9,177
-
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];