View Full Version : Custom header graphic for forums?
RobInjection
04-30-2008, 06:02 PM
hey guys, bit of a n00b question but I wanted to know if there was an easy way to just have a custom header graphic for certain forums. I wouldnt really want the style of the page to change, just a graphic...
thanks in advance for the help
KrU$ty
05-01-2008, 01:30 AM
I think there is a hack that does this, if you search through the 3.6 mods database you should find it.
I had a similar thing, but i wanted more than just the header to change, so i went ahead and copied my style several times, changed the directories through the style manager and changed what images i needed to in each folder. Then its just a simple matter of changing the style default on the specific forums you want to display any given theme on.
markbolyard
05-01-2008, 01:57 AM
You could do it via conditionals too.
<if condition="$forumid == X">
header code
</if>
I think that should do it. You could use a array if you want to use a header for multiple forums, or a else considtion to show certain headers in a few forums, and the same header in others.
Link to more conditional statements: http://www.vbulletin.com/forum/showthread.php?t=200894
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.