ok its on
forumhome_forumbit_level1_nopost
now there what to search and what to remove
Code:
<div class="tcat">
<div class="tcat_right">
<if condition="$childforumbits">
<a style="float:$stylevar[right];margin-top:7px;margin-right:9px;" 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>
<div class="tcat_left">
<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>
</div>
</div>
</div>
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<if condition="$childforumbits">
<if condition="!$show['collapsable_forums']">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
</if>
<tr align="center">
<td class="thead" width="10%"> </td>
<td class="thead" width="47%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="27%">$vbphrase[last_post]</td>
<td class="thead" width="8%">$vbphrase[threads]</td>
<td class="thead" width="8%">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
<if condition="!$show['collapsable_forums']">
</tbody>
</if>
</if>
</table>
<div class="tfooter"> </div> <br />
edit i found
will try now
edit 2 i remove it and its work
thanks a lot