vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   different header background image for different categoy (https://vborg.vbsupport.ru/showthread.php?t=81673)

keymistress 05-18-2005 08:00 AM

different header background image for different categoy
 
how do i write the conditionals and which templates do i modify to display a different background for the header? like in here

http://www.keeptouch.net/images/ss01.jpg

and here

http://www.keeptouch.net/images/ss02.jpg

Princeton 05-18-2005 12:15 PM

I believe it is:
forumhome_forumbit_level1_nopost
forumhome_forumbit_level2_nopost

add the img html wherever you want the image to be displayed ...
HTML Code:

<img src="$stylevar[imgdir_misc]/cat_$forumid.gif" alt="" border="0" />
now create your images and save as cat_$forumid.gif
NOTE: when saving images replace $forumid with forum id of forum where you want image to be displayed


the other template is the "navbar"

keymistress 05-19-2005 06:10 AM

thanks! adding an image wasn't exactly what i wanted but i needed to know which template to edit and the bbcode for forum id...

did it this way (added the codes in green):
Code:

<td background="$stylevar[imgdir_misc]/cat_$forumid.gif"
colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">

this way i can set different background images for the table instead of adding an image...

may i know what's the difference between the *post and *nopost templates?

Princeton 05-19-2005 11:22 AM

you should use CSS for 'background' ... or, at the very least change the doctype if you are not coding in valid XHTML

the difference is one is used for categories

keymistress 05-20-2005 01:30 AM

i'm not using CSS because i don't want it to affect all my tcat class...

Princeton 05-20-2005 11:33 AM

it won't effect your tcat class if you use -- style="background:url(/images/yourimage$forumid.gif)"


All times are GMT. The time now is 06:19 AM.

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.00906 seconds
  • Memory Usage 1,721KB
  • 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)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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