PDA

View Full Version : Right conditional?


UltimateOreo!
07-05-2007, 08:20 PM
Is this the right conditional to select a single forum?

<if condition="[foruminfo]$forumid>
</if>

Yours Truly
07-05-2007, 08:23 PM
<if condition="$forumid == X">
</if>

=)

EnIgMa1234
07-05-2007, 08:23 PM
<if condition="$foruminfo[forumid] == X">CODE HERE</if>

dyna88
07-05-2007, 08:23 PM
Wouldn't this be it???

<if condition="$forumid == X">
</if>

LOL.... 3 posts at the same time

Yours Truly
07-05-2007, 08:25 PM
Wouldn't this be it???

<if condition="$forumid == X">
</if>

LOL.... 3 posts at the same time
Exactly what i said :D

UltimateOreo!
07-05-2007, 08:42 PM
Lmao, it's because you probably posted all at the same time :D Anyway, I was kind of close, thanks for the help everyone!

Yours Truly
07-05-2007, 08:44 PM
Lmao, it's because you probably posted all at the same time :D Anyway, I was kind of close, thanks for the help everyone!
http://www.vbulletin.com/forum/showthread.php?t=200894

That thread is so useful =)