PDA

View Full Version : if condition="$forum[forumid] ==X Not Working in SHOWTHREAD Template


Abhik
02-13-2012, 07:45 PM
Hello,
I am trying to show information on showthread template based on some particular forums.

I am using
<vb:if condition="$forum[forumid] == XX">
......
......
</vb:if>

But its not showing up. In fact, the codes are not showing up at all. However, if I remove the condition, the codes are showing up.

What I am doing wrong?

kh99
02-13-2012, 07:59 PM
Try <vb:if condition="$threadinfo[forumid] == XX">

(Sorry I missed where you posted in the other thread).