forumhome_forumbit_level1_nopost
Code:
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="page"><tr><td>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="1"><img src="$stylevar[imgdir_misc]/cat_left.gif" alt="" /></td>
<td width="50%" style="background-image: url($stylevar[imgdir_misc]/cat_bg.gif)" class="cat"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" class="head">$forum[title]</a></td>
<td width="1"><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></td>
<td width="50%" style="background-image: url($stylevar[imgdir_misc]/cat_bg2.gif)"></td>
<td width="1"><img src="$stylevar[imgdir_misc]/cat_end.gif" alt="" /></td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="1"><img src="$stylevar[imgdir_misc]/det_left.gif" alt="" /></td>
<td width="100%" style="background-image: url($stylevar[imgdir_misc]/det_bg.gif)">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="5%" align="center" class="smallfont"> </td>
<td width="55%" align="left" class="smallfont"><font color="#B3B8BA">Forum</font></td>
<td width="20%" align="center" class="smallfont"><font color="#B3B8BA">Last Post</font></td>
<td width="10%" align="center" class="smallfont"><font color="#B3B8BA">Threads</font></td>
<td width="10%" align="center" class="smallfont"><font color="#B3B8BA">Replies</font></td>
</tr>
</table>
</td>
<td width="1"><img src="$stylevar[imgdir_misc]/det_right.gif" alt="" /></td>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="100%" height="1" style="background-image: url($stylevar[imgdir_misc]/cat_bottom_bg.gif)" align="right"><img src="$stylevar[imgdir_misc]/cat_bottom_bg.gif" alt="" /></td>
</tr>
</table>
<br />
</td></tr></table>
forumhome_forumbit_level2_nopost
Code:
<tr>
<td class="tcat"><span class="smallfont"> </span></td>
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">5<else />4</if>">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<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>
</td>
</tr>
$childforumbits
Plz?