I'm trying to use a conditional to test whether a thread is in a certain forum and if so to display something like this in the post bit:
<if condition="{$GLOBALS[foruminfo][forumid]}== X"> show this </if>
But it doesn't work, any ideas what I'm doing wrong?
(I've tried <if condition="$foruminfo[forumid]==X"> but that doesnt work either)
<if condition="{$GLOBALS[foruminfo][forumid]}== X"> show this </if>
But it doesn't work, any ideas what I'm doing wrong?
(I've tried <if condition="$foruminfo[forumid]==X"> but that doesnt work either)
Comment