Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,253
- Themes
- 10,390
- Plugins
- 15,311
- Requests & Feedback
- 14,903
- Showcase
- 3,252
-
The problem is quite simple, really.
<li<?php if ($current_forum_id=get_forum_id()) {echo " class='on'";} ?>>
just needs to be changed to <li<?php if ($current_forum_id==get_forum_id()) {echo " class='on'";} ?>>
(Can you spot the difference?)
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS