The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
<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> |
|
#2
|
|||
|
|||
|
Open your forumhome_forumbit_level1_nopost template.
Find this: Code:
</tbody> <if condition="$childforumbits"> Code:
<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>
Code:
<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>
|
![]() |
|
|