PDA

View Full Version : Switching tcat and thead rows? *help*


Been Told
01-22-2010, 05:47 PM
I'm trying to put the thead row below the tcat row in the forumhome bit. Does anyone know how to do this?
I've done it before, but I have completely forgotten how.

--------------- Added 1264190369 at 1264190369 ---------------

Ok, I've removed
<thead>
<tr align="center">
<td class="thead">&nbsp;</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>
from FORUMHOME.
And added:

<tr align="center">
<td class="thead">&nbsp;</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>

in forumhome_forumbit_level1_nopost before

</tbody>

Lynne
01-22-2010, 07:15 PM
So you are all set now?

Been Told
01-23-2010, 06:18 AM
Yep :)