forumhome_forumbit_level1_nopost
Hi
Could anyone help me learn how to incorpoarte our old t_cat into the new css sheets in vb4, below is the old code. I'm only looking to put the image on the left hand side:
<if condition="!$show['collapsable_forums']">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tbody>
</if>
<tr>
<td width="32"><img border="0" src="images/evid_blue/gradients/tcat_left.png" alt=""/></td>
<td class="cat1" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<if condition="$childforumbits">
<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]">$forum[title]</a>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if></td>
<td width="12"><img border="0" src="images/evid_blue/gradients/tcat_right.png" alt=""/></td>
</tr></table>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" border="0" width="100%" align="center">
<if condition="!$show['collapsable_forums']">
</tbody>
</if>
<if condition="$childforumbits">
<if condition="!$show['collapsable_forums']">
<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>
</if>
$childforumbits
<if condition="!$show['collapsable_forums']">
</tbody>
</if>
</if></table>
<div class="dcc"><div class="dcg"></div><div class="dcd"></div></div><div style="padding: 0 0 15px 0;"></div>
Cheers
Dave
|