Forums
-
- Forum
- Posts
-
- Installation
- 28,539
- Troubleshooting
- 62,922
- Themes
- 10,446
- Plugins
- 15,400
- Requests & Feedback
- 15,014
- Showcase
- 3,256
-
Untested and YMMV:
$current_forum_id = get_forum_id();
while ( bb_forum() ) {
$class = '';
if ($current_forum_id == get_forum_id()) {
$class = 'on';
}
}