vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Different title image for one forum? (https://vborg.vbsupport.ru/showthread.php?t=243422)

PVO_Dave 05-27-2010 08:02 PM

Different title image for one forum?
 
Please help me before I go mental from trying everything I can think of and searching the hell out of google :D

I'm trying to simply get the header to display a different logo if the forum ID = 33

My closest effort (as in not just seeing the x) so far was this:

<vb:if condition="$foruminfo[forumid] == 33">images/cowshed.png<vb:else />{vb:stylevar titleimage}</vb:if>" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}

but that just displays the main logo

Any thoughts?

Ta,
Dave.

Mr Happy 05-28-2010 06:49 PM

If you viewing a topic or post then the $foruminfo[forumid] isn't registered so any if condition involving the forumid won't work. I nearly went bald discovering this recently.

Their might be a plugin someplace which will define the forumid for the topic your viewing and then the code you have above will work. I actually gave up before I found a solution so can't help any more, sorry :(

nando99 05-28-2010 07:14 PM

i will be interested in this as well..

PVO_Dave 05-28-2010 07:59 PM

Cheers Mr Happy - I'm already bald so it was less of a risk for me lol

Am trying to work out a way involving the page title now!

Dave.


All times are GMT. The time now is 04:54 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.02233 seconds
  • Memory Usage 1,704KB
  • 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
  • (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