Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Categories at the top?

<?php if ( bb_forums() ) : // List forums ?>
<ul class="cat_list">
<?php while ( bb_forum() ) : ?>
<?php if (bb_get_forum_is_category()) : ?>
<li><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><li>
<?php endif; ?>
<? endwhile; ?>
</ul>
<?php endif; // bb_forums() ?>

Put that in header.php or frontpage.php respectively and use CSS to format .cat_list li

Skip to toolbar