Found the error, you have a <if> tag messing it up, replace forumhome_forumbit_level1_nopost with this:
Code:
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="40"><img src="images/leftb.gif" border="0"></td>
<td align="center" background="images/centerb.gif" width="100%"></a></td>
<td width="40"><img src="images/rightb.gif" border="0"></td>
</tr>
</table>
</table> <br />
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="112"><img src="images/left.gif" border="0"></td>
<td align="center" background="images/center.gif" width="100%"><b><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></b></td>
<td width="112"><img src="images/right.gif" border="0"></td>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead"></td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
</tbody>