I still getting an error with the conditional statement you posted above:
Quote:
The following error occurred when attempting to evaluate this template:
%1$s
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
|
I've tried a few different options:
Code:
<vb:if condition="!in_array $GLOBALS['forumid'], $GLOBALS['special_forums']">
Code:
<vb:if condition="!in_array ($GLOBALS['forumid'], $GLOBALS['special_forums'])">
all still give same error.