The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Conditional TAG Needed
Hello,
I need a conditional tag for putting some custom codes in specific forum/forums (both) any help is really appreciated ... I tried this code but it didn't work Code:
<if condition="$forum[forumid] == X"></if> thank you |
#2
|
|||
|
|||
You could try this:
Code:
<if condition="in_array($foruminfo[forumid], array(X, Y, Z...))"> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|