I want to move the code (in FORUMHOME)
to such a place, that it appears UNDERNEATH the forum category title, and not to where it's set as default, which is on top of it.
I've tried putting it underneath $forumbits, but that only puts it underneath the whole forum, so does anyone have any ideas?
PHP:
<thead>
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[align=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>
I've tried putting it underneath $forumbits, but that only puts it underneath the whole forum, so does anyone have any ideas?