02-05-2010, 09:51 PM
Well as far as I understand the plugin, you would do something like this...
But note that I can't test it and I'm not sure...
You will get better answers from the creator of the plugin....
But note that I can't test it and I'm not sure...
You will get better answers from the creator of the plugin....
PHP Code:
# you would first need to declare a variable
$condition = in_array($GLOBALS[forumid],array(2));
<if $condition then>
2
<else />0
</if>