The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I asked if this was possible over at vBulletin and was told:
Quote:
|
#2
|
||||
|
||||
![]() Code:
<if condition="$forum['forumid'] == X">CODE</if> |
#3
|
|||
|
|||
![]()
Many thanks for that - but how do I implement it? I'm new to all this.
I just tried this but it didn't work: <if condition="$forum['24'] == X"> CODE </if> I tried this too, but also it didn't work: <if condition="$forum['forumid'] == 24"> CODE </if> |
#4
|
||||
|
||||
![]()
try this as well..
Code:
<if condition="$foruminfo['forumid'] == X"></if> Code:
<if condition="$forumid == X"></if> |
#5
|
|||
|
|||
![]()
Many thanks kind sir! A heads up - this one works:
<if condition="$foruminfo['forumid'] == X"></if> where X is the number of the forum |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|