http://www.innerchambers.com/~nymfans/forums/
Look what happened after I applied the category spacing mod. Now it won't even collapse. I read the thread, followed instructions, and boom, its screwed.
here is the template forumhome_lvel1_nopost
Code:
<!-- top -->
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center">
<tr>
<td style="text-align: $stylevar[left]" class="tcat"><img src="" alt="" /></td>
<td width="100%" class="tcat" style="background-image: url(); text-align: center;"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></td>
<td style="text-align: $stylevar[right]" class="tcat"><img src="" alt="" /></td>
</tr>
</table>
<!-- /top -->
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<if condition="$forum['subforumcolumns'] > 1">
<tr>
<td class="alt1" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<table style="border: none; width: 100%;">
$childforumbits
</table>
</td>
</tr>
<else />
<tr align="center">
<td class="thead" width="30"> </td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="240">$vbphrase[last_post]</td>
<td class="thead" width="55">$vbphrase[threads]</td>
<td class="thead" width="55">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead" width="100">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
</if>
</tbody>
</if>
<!-- bottom -->
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center">
<tr>
<td style="text-align: $stylevar[left]" class="tcat"><img src="" alt="" /></td>
<td width="100%" class="tcat" style="background-image: url(); text-align: center;"></td>
<td style="text-align: $stylevar[right]" class="tcat"><img src="" alt="" /></td>
</tr>
</table>
<!-- /bottom --><div style="padding: 5px 5px 5px p5x;"></div>