The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
Do you just want unique Header images or unique Headers for each forum? If the latter then follow below (laying out the code as darnoldy explained above):
Top of "header" template add: Code:
<if condition="in_array($forumid, array(x))"> Header "x" code here... <else /> <if condition="in_array($forumid, array(y))"> Header "y" code here... <else /> <if condition="in_array($forumid, array(z))"> Header "z" code here... <else /> Code:
</if></if></if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|