vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Custom site logo per thread? (https://vborg.vbsupport.ru/showthread.php?t=133397)

chkdgate 12-07-2006 07:00 AM

Custom site logo per thread?
 
Is it possible to have a custom logo for each or any specific thread on your forum? I have a thread that is dedicated towards up to the minute showbiz news and I was wondering if when my users visit the "news" thread, they see a completely different site logo.

Osterling 12-07-2006 07:12 AM

Quote:

Originally Posted by chkdgate (Post 1133687)
Is it possible to have a custom logo for each or any specific thread on your forum? I have a thread that is dedicated towards up to the minute showbiz news and I was wondering if when my users visit the "news" thread, they see a completely different site logo.

You want a different logo on different threads, or for different forum categories?

chkdgate 12-07-2006 07:40 AM

Quote:

Originally Posted by Osterling (Post 1133691)
You want a different logo on different threads, or for different forum categories?

Yes. I apologize. I should've been more specific. I would like different logos for different forum categories.

tobybird 12-07-2006 10:54 AM

Hmmmm not sure if this will work, but I use it to place forum specific text content below the header. You might be able to modify it to fit your needs. Just change the array number to coincide with your forum id.

Code:


<if condition="in_array($GLOBALS[forumid], array(4))">
<tr><a href="mylink.php">text here</a></tr>
</if>

<if condition="in_array($GLOBALS[forumid], array(105))">
<tr><a href="mylink.php">text here</a></tr>
</if>



All times are GMT. The time now is 07:15 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.00998 seconds
  • Memory Usage 1,718KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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