Something I noticed, because I don't use category descriptions. In the Forumhome_forumbit_level1_nopost template, find this code:
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
and change to:
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> -
<if condition="$show['forumdescription']">$forum[description]</if>
That should keep the Title and description on one line, and make it look a little cleaner.