vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Forum images (https://vborg.vbsupport.ru/showthread.php?t=82975)

Celtic_Mad 06-12-2005 08:07 PM

Forum images
 
Is there already a hack that lets you have different images for each forum instead of having them all the same?

Colin F 06-13-2005 07:03 AM

You can do that by using template conditionals.

See this part of the documentation for more info: http://www.vbulletin.com/docs/html/m...e_conditionals

blueshift 06-14-2005 11:57 AM

I don't really understand the question you're asking--if you could define it better, then perhaps it would be easier to give an answer. That is, unless Colin's response helped you. :)

Colin F 06-14-2005 01:08 PM

Oh, you could also use a different style for each forum, and use other StyleVars (which save the imagepaths') for each Style.

It's also in the Docs

Princeton 06-14-2005 01:32 PM

you can create new images for each forum and name them...
email22.gif
pm22.gif
etc
the number 22 would be the forumid

then you can modify the templates with the following
<img src="$stylevar[imgdir_misc]/email$foruminfo[forumid].gif" alt="" border="0" />

if you just want specific forums with different images use conditionals


All times are GMT. The time now is 03:52 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.01031 seconds
  • Memory Usage 1,713KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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