The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Change banners for different forums
Is there a mod out there that, when making a new forum, I can change the banner image only? I don't want to make a new style for each forum.
|
#2
|
|||
|
|||
Are you referring to the site logo image? If so, yes you can do that with conditionals. If that's what you mean, I'll post up how.
|
#3
|
|||
|
|||
Quote:
http://www.apexclique.com Now when you go to the Age of Conan section, I want the "APEX" banner to change to something else. Creating different styles would seem foolish to me. |
#4
|
||||
|
||||
try this :-
Find this in header template Code:
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> Code:
<if condition="$forumid == X"> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="your image.gif" border="0" alt="$vboptions[bbtitle]" /></a></td> <else> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|