The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
I want to have unique headers in each forum, without creating custom styles for those forums. The reason for this is because almost every forum I have needs a unique header, which would render a user-selected style to be essentially useless. Any ideas? Thanks in advance... |
#2
|
|||
|
|||
![]() Quote:
--don |
#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:
|