Quote:
Originally Posted by killa seven
haha, didn't work for me man =[
|
You sure you adjusted everything correctly?
Try this... after copying the section we're talking about in your FORUMHOME, FORUMDISPLAY, and forumhome_seperate_forumcats templates and saving them somewhere else just to be safe, replace them with this...
Quote:
<thead>
<tr align="center">
<td class="thead" width="7%"> </td>
<td class="thead" width="45%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="32%">$vbphrase[last_post]</td>
<td class="thead" width="7%">$vbphrase[threads]</td>
<td class="thead" width="9%">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
</thead>
|
If you see absolutely no change, something is wrong.