Hey everyone, just looking for a bit of help. I've seen it done before but couldnt find the source of how so i'll explain what i'm trying to do.
On the FORUMHOME the default setup is to have the tcat (Catagory Strip) Below the thead. I was wanting to know how to change the order so that on the forumhome the tcat is above the thead.
This is the part of the code i figured was where i needed to do the modification, but cant seem to locate the tcat part....
Code:
<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<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>
</thead>
$forumbits
Thanks for the help in advance! <3
--------------- Added [DATE]1207205046[/DATE] at [TIME]1207205046[/TIME] ---------------
new question, how do i access $forumbits ? i think thats where i can change it