Andy
11-24-2009, 04:01 PM
Why doesn't the following if condition work? This is being used in the SHOWTHREAD template.
<vb:if condition="$foruminfo['forumid'] == 57">
{vb:raw $myvar}
</vb:if>
To clarify, if I remove the if condition my {vb:raw $myvar} works just fine. I just cannot make the if condition work like it used to in vB3.
<vb:if condition="$foruminfo['forumid'] == 57">
{vb:raw $myvar}
</vb:if>
To clarify, if I remove the if condition my {vb:raw $myvar} works just fine. I just cannot make the if condition work like it used to in vB3.