Quote:
Originally Posted by ZomgStuff
Can you post your forumhome_forumbit_level1_nopost template?
|
Code:
<if condition="$forum[forumid] == 1">
<else />
</table>
<!-- bottom table setup -->
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="70" align="left" valign="top"><img src="$stylevar[imgdir_misc]/botleft.gif" alt="" height="17"/></td>
<td width="100%" style="background-image:url($stylevar[imgdir_misc]/botcenter.gif)"><img src="$stylevar[imgdir_misc]/botcenter.gif" alt="" width="100%" height="17" border="0"/></td>
<td width="70" align="right" valign="top"><img src="$stylevar[imgdir_misc]/botright.gif" alt="" height="17"/></td>
</tr>
</table>
<!-- End bottom table setup -->
<br />
</if>
<!-- top category table setup -->
<table style="background-image:url($stylevar[imgdir_misc]/cat_level1_bg.gif)" border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="24" align="left" valign="top"><img src="$stylevar[imgdir_misc]/cat_level1_left.gif" alt="" width="24" height="13"/></td>
<td width="100%" style="background-image:url($stylevar[imgdir_misc]/cat_level1_bg.gif)"><img src="$stylevar[imgdir_misc]/cat_level1_bg.gif" alt="" width="1" height="13"/></td>
<td width="214" align="right" valign="top"><img src="$stylevar[imgdir_misc]/cat_level1_right.gif" alt="" width="214" height="13"/></td>
</tr>
</table>
<table width="100%" style="background-image:url($stylevar[imgdir_misc]/cat_level2_bg.gif)" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="24" height="34" align="left" valign="top"><img src="$stylevar[imgdir_misc]/cat_level2_left.gif" alt="" width="24" height="34"/></td>
<td width="100%" class="tcat" style="background-image:url($stylevar[imgdir_misc]/cat_level2_bg.gif)" valign="middle">
<if condition="$childforumbits">
<div align="left"><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></if>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><b>$forum[title]</b></a></div>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td width="24" height="34" align="right" valign="top"><img src="$stylevar[imgdir_misc]/cat_level2_right.gif" alt="" width="214" height="34"/></td>
</tr>
</table>
<!-- End top category table setup -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead" width="5%"> </td>
<td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="30%">$vbphrase[last_post]</td>
<td class="thead" width="5%">$vbphrase[threads]</td>
<td class="thead" width="5%">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead" width="5%">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
</tbody>
</if>
@ Dismounted what HTML is there to take out?