Forums
-
- Forum
- Posts
-
- Installation
- 28,399
- Troubleshooting
- 62,321
- Themes
- 10,391
- Plugins
- 15,318
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
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