PDA

View Full Version : on forum home the threads and posts show up twice


nbaphenom
01-19-2009, 05:17 PM
look on my forum how the black bar shows up twice that says forum its only supposed to show up once the top one is not supposed to be there
https://vborg.vbsupport.ru/external/2009/01/32.png
here is my code for forumhome_forumbit_level1_nopost

</table>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">



<tbody>
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<if condition="$childforumbits">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
</if>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
<tr align="center">
<td class="thead" width="5%">&nbsp;</td>
<td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="25%">$vbphrase[last_post]</td>
<td class="thead" width="0%">$vbphrase[threads]</td>
<td class="thead" width="0%">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="0%">$vbphrase[moderator]</td>
</if>
</tr>



</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>

SEOvB
01-19-2009, 07:29 PM
<tr align="center">
<td class="thead" width="5%">&nbsp;</td>
<td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="25%">$vbphrase[last_post]</td>
<td class="thead" width="0%">$vbphrase[threads]</td>
<td class="thead" width="0%">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="0%">$vbphrase[moderator]</td>
</if>
</tr>


Remove

nbaphenom
01-19-2009, 07:34 PM
<tr align="center">
<td class="thead" width="5%">&nbsp;</td>
<td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="25%">$vbphrase[last_post]</td>
<td class="thead" width="0%">$vbphrase[threads]</td>
<td class="thead" width="0%">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="0%">$vbphrase[moderator]</td>
</if>
</tr>


If i remove that my forums won't be aligned isn't there another code or part i can remove .
Remove

SEOvB
01-19-2009, 07:36 PM
Theres another template with that code in it as well, I forget which one of the forumbit ones have it, but remove it from that one instead then

nbaphenom
01-19-2009, 09:00 PM
Dang I could'nt find it :( I really need to get this done .

Dismounted
01-20-2009, 05:10 AM
Are you using the modification that separates forums, or did you make the edits manually?