View Full Version : Moveing Thead
alaa2142
11-09-2007, 04:16 PM
<font size="2">can you please help me to move the thead form the top of my forum and put it under every forum .
thanks in advance </font>
Gray Matter
11-11-2007, 03:45 AM
Open your forumhome_forumbit_level1_nopost template.
Find this:
</tbody>
<if condition="$childforumbits">
And directly underneath, add this:
<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>Then, open your FORUMHOME template and remove this:
<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>This should give you the desired effect. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.