Here is what I put together on my site...
In
forumhome_forumbit_level1_post:
Find:
PHP Code:
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
<td>
Add below this:
PHP Code:
<table width="100%">
<tr>
<td width="20" align="center" valign="top">
$forum[forumhomeicon]</td>
<td>
Then find:
PHP Code:
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
Add below this:
PHP Code:
</td>
</tr>
</table>
In
forumhome_forumbit_level2_post:
Find:
PHP Code:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
Add below this:
PHP Code:
<table width="100%">
<tr>
<td width="20" align="center" valign="top">
$forum[forumhomeicon]
</td>
<td>
Then find:
PHP Code:
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
Add below this:
PHP Code:
</td>
</tr>
</table>
Naturally, change the table width (shown as 20 above) to the width you want. Note that if you do not have a category icon, this will put a blank space in front of each category. I think i tlooks better than having categories shifting back and forth, but that is just me. Hope this helps!