I now have the following in my "forumhome_forumbit_level1_nopost" template, but it still is not working - see live site at
www.urbanstrikeforce.com/forums/index.php - im confused as to why this isnt working
Code:
<tr>
<td class="thead" style="width: 4%;"> </td>
<td class="thead" style="width: 50%;" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" style="width: 26%;">$vbphrase[last_post]</td>
<td class="thead" style="width: 10%; text-align: center;">$vbphrase[threads]</td>
<td class="thead" style="width: 10%; text-align: center;">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>