Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,525
- Themes
- 10,431
- Plugins
- 15,342
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
In your theme’s topic.php, change bb_topic_admin();
to bb_topic_admin( array( 'before' => '', 'after' => '' ) );
or to use <li>
instead, put bb_topic_admin( array( 'before' => '<li>', 'after' => '</li>' ) );
and put <ul>
and </ul>
around the <?php tags