Quote:
Originally Posted by tbworld
Still testing...
|
Thanks tbworld! I really appreciate your help with this.
I've had a read of the link you gave above. It appears to be exactly the same problem, however it doesn't appear to be solved.
I don't think the in_array() is the issue, because the FORUMDISPLAY template was able to validate the following, and it works as a conditionally statement too.
Code:
<vb:if condition="in_array(610, array(610,690,-1))"><!-- It's Working --></vb:if>
It must have something to do with using a variable as the actual array.
Cheers