The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Which <if> code do I need for this?
I need a text to only appear in a certain forum. say forumid 17
Which if code do I use so the text only appears in forumid 17? Regards, Saurav |
#2
|
||||
|
||||
try these..
HTML Code:
<if condition="$forum['forumid'] == 17"></if> HTML Code:
<if condition="$foruminfo['forumid'] == 17"></if> HTML Code:
<if condition="$forumid == 17"></if> |
#3
|
|||
|
|||
Tried that bottom one and it worked. Many thanks.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|