snakes1100
03-13-2008, 10:00 PM
Compatible from vbulletin 3.0.x, 3.5.x, 3.6.x & all 3.6.x betas etc using the default style.
I've used this for years, dont recall who first posted this, if i recall i found this years ago on vbulletintemplates.com, not sure who posted it then.
Open forumhome template and remove this code and re-save the template:
<tr align="center">
<td class="alt1"> </td>
<td class="alt2" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="alt1" 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>
Open forumhome_forumbit_level1_nopost template and place the code from above right after this line and resave the template:
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
MAKE SURE YOU BACKUP BEFORE MAKING TEMPLATE CHANGES!
I've used this for years, dont recall who first posted this, if i recall i found this years ago on vbulletintemplates.com, not sure who posted it then.
Open forumhome template and remove this code and re-save the template:
<tr align="center">
<td class="alt1"> </td>
<td class="alt2" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="alt1" 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>
Open forumhome_forumbit_level1_nopost template and place the code from above right after this line and resave the template:
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
MAKE SURE YOU BACKUP BEFORE MAKING TEMPLATE CHANGES!