vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Newbie Coder - Need help in running script as per forumID (https://vborg.vbsupport.ru/showthread.php?t=193616)

abhimation 10-14-2008 04:49 PM

Newbie Coder - Need help in running script as per forumID
 
Hi Guys,

M a total newbie with coding but ive been runnin VB forum for more than 2 years now.

I want to show different images in the header of forum, postbits, threads according to the forumID. Eg. if its forumID 10, i want to show a different image inside it all aruond and if its forum ID 11; i want to show some other image.

Earlier i had a code that checks the forum id in forumhome , forumdisplay, showthread etc templates and shows the image accordingly. But since its a lon code, inserting it in all the templates and changing them again and again is a pain.

Can i have a single separate file that decides upon what image to show and just call it inside those templates ? How can i do that ?

M a fresher so i might not be clear or it must be a silly question, but any help would be great.

Thanks.

Lynne 10-14-2008 05:15 PM

Why don't you just do it in the navbar template (the bottom of that)?
HTML Code:

<if condition="$forumid == 'xx'">
show banner for forumid xx
</if>

(not tested)

abhimation 10-14-2008 05:17 PM

Aaahh... thnxxx

Will try that !


All times are GMT. The time now is 09: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.01136 seconds
  • Memory Usage 1,709KB
  • 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_html_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