The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I need the variables for targetting my banner to a particular section of the forums instead of making it sitewide.
EXAMPLE: General Discussions forum and posts under that forum= BANNER A Feedback forum and posts under that forum = BANNER B I know there is a way to do this, but I can't find it. ![]() |
#2
|
||||
|
||||
![]()
Depending on what template, probably something like:
HTML Code:
<if condition="in_array($forumid, array(1,2,3,4,5,6))"> banner for forumid 1,2,3,4,5,6 <else /> banner for all other forums </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|