View Full Version : Second Thread Title/Stats bar on forumhome
JayJay
08-10-2006, 08:38 PM
Hi all,
Any ideas what is causing a second forum title bar to be displayed at the top of my forums - www.guardiansofhonor.co.uk/forum/index.php ? I am using a template made for 3.5, bluevision, and believe it is likely due to be something to do with this, at a guess.
Thanks in advance.
Kind Regards
JayJ
peterska2
08-10-2006, 08:47 PM
ah, quite simple this JayJ
When you applied your category spacing modification, you haven't deleted the code for the title bar from the forumhome template.
The bit you need to delete is<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="left">Forum</td>
<td class="thead" width="175">Last Post</td>
<td class="thead">Threads</td>
<td class="thead">Posts</td>
</tr>
JayJay
08-10-2006, 08:54 PM
Thought it may have been something to do with that but I didn't remember adding it so left it alone.
<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>
That was the offending code in the end.
Thanks for the help :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.