its still now working
this is my code in
forumhome_forumbit_level1_post
Code:
<if condition="!in_array($forum['forumid'], array(9, 132, 95, 72, 13, 288, 113, 124, 11, 12, 100, 62, 16, 421, 14, 10))">
<tr align="center">
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
<td>
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
</td>
</tr>
</table>
</td>
</tr>
</if>
<if condition="in_array($forum['forumid'], array(9, 132, 95, 72, 13, 288, 113, 124, 11, 12, 100, 62, 16, 421, 14, 10))">
<tr align="center">
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2" width="850" height="60" style="background: url('http://www.images.tgt.co.il/FB/$forumid.jpg')">
<table border="0" width="100%" height="60" dir="rtl">
<tr>
<td width="28%" align="right" onclick="window.location.href='forumdisplay.php?$session[sessionurl]f=$forum[forumid]'" style="cursor: pointer">
<h2 style="margin: 0em; color: #003355; font-family: arial;"><nobr><font color="#003355">$forum[title]</font><nobr></h2>
</td>
<td width="72%" align="right"><strong><font face=verdana>
$forum[description]</strong></font>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" style="border-top:#000000 1px dashed; border-bottom:#000000 1px dashed">
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</td>
</tr>
</table>
</td>
</tr>
</if>
The first condition is what i don't want to show in the forum i writed there.
and the second condition is what i want to show in those categories.