Quote:
Originally Posted by down.low
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.
|
For the first code appears this error:
Parse error: syntax error, unexpected ',' in /var/www/vhosts/"my forum"/httpdocs/foros/includes/adminfunctions_template.php(3939) : eval()'d code on line 163
For the second code I don?t understand what it means
Code:
Something you want to hide
Regards