The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Second Thread Title/Stats bar on forumhome
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 |
#2
|
|||
|
|||
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 Code:
<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> |
#3
|
|||
|
|||
Thought it may have been something to do with that but I didn't remember adding it so left it alone.
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> Thanks for the help |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|