The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
FORUMHOME template problem (Attachment included)
Hi,
I have this strange template problem where some foruminfo shows up twice.. I can't seem to find the code in my templates that shows this code twice.. Please see the attachment and (hopefully) point me in the right direction! Thanks for the help! |
#2
|
||||
|
||||
Look for this code or something similier in forumhome template and removing it (it may be in forumhome_forumbit_level1_nopost depending on the style):
HTML Code:
<tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead">$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> |
#3
|
|||
|
|||
thanks!! The smallest things often cost me the most time.. Thanks for your help Seven Skins
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|