Forums
-
- Forum
- Posts
-
- Installation
- 28,092
- Troubleshooting
- 61,374
- Themes
- 10,273
- Plugins
- 15,121
- Requests & Feedback
- 14,751
- Showcase
- 3,251
-
You can do it with a custom query.
Something like
$forum_id=$bbdb->get_var("SELECT forum_id FROM $bbdb->posts WHERE post_id=$post_id LIMIT 1");
where $post_id is your post id.
This will generate an extra query per page but for just editing that would be fine.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS