Quote:
Originally Posted by Force011
Yeah, that works, so any idea what changes need to be made?
|
Well it's pretty much the same instructions as before- in forumhome template just swap the last_post and threads text:
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">$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
<tbody>
If you say you did this and it didn't work then all I can think of is maybe you did it in a different style then the one you were using? This 'has' to work basically.