Quote:
Originally Posted by q8manar
this is not working
this is working good
:
<if condition="$show['avatar'] AND ($thread['forumid'] != 3 and $thread['forumid'] != 58 and $thread['forumid'] != 34 )">
|
Use it as this: (there was to many spaces in the previous example):
Code:
<if condition="$post['signature'] AND $thread['forumid'] != x,x,x,x,x">
Another route at the problem/s:
Code:
<if condition="in_array($forum[forumid], array(x,x,x,x,x))">
Something you want to hide
</if>
Any forum id not listing here (The x's need to be replaced)- would not see something in particular.