View Full Version : FORUMHOME template problem (Attachment included)
Bowromir
03-26-2009, 11:12 AM
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!
Seven Skins
03-26-2009, 11:59 AM
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):
<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>
Bowromir
03-26-2009, 12:51 PM
thanks!! The smallest things often cost me the most time.. Thanks for your help Seven Skins :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.