vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Custom header graphic for forums? (https://vborg.vbsupport.ru/showthread.php?t=177638)

RobInjection 04-30-2008 05:02 PM

Custom header graphic for forums?
 
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 12: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 12:57 AM

You could do it via conditionals too.

Code:

<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


All times are GMT. The time now is 12:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01568 seconds
  • Memory Usage 1,710KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete