![]() |
Quote:
$stylevar[htmldoctype] <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title> <if condition="$show['inlinemod']"><script type="text/javascript" src="clientscript/vbulletin_inlinemod.js?v=$vboptions[simpleversion]"></script></if> </head> <body> <if condition="$foruminfo['forumid'] == 32"><img scr="images/mustanglogo.gif" border="0" /><else />scr="images/storm/misc/stormlogo.gif"</if> $header$navbar <if condition="in_array($forumid, array(50,51))"><center><SCRIPT LANGUAGE="JavaScript1.2" src="http://www.codeamber.org/js/hcodea.js"> </script></center> </P> </if> I could not copy the the full template because of restrictions |
It should be:
Code:
<img src="<if condition="$foruminfo['forumid'] == 32">images/mustanglogo.gif<else />images/storm/misc/stormlogo.gif</if>" border="0" /> |
src not scr
|
Oops, fixed. Was copied and pasted from cmedic101's template :p.
|
Quote:
Quote:
After I placed that entry in Forum display it was showing both header logos.. I move it to the Header template and it works perfect! Thank you again Regards, Cmedic101 |
Ok... This is working great. Now the next question is how can I have a different graphic for all of my forums by to this command listed below but keep the origional forum home logo in place.
<img src="<if condition="$foruminfo['forumid'] == 32">images/mustanglogo.gif<else />images/storm/misc/stormlogo.gif</if>" border="0" /> thanks in advance cmedic101 |
Code:
<img src="<if condition="$foruminfo['forumid'] == 32">images/mustanglogo.gif<else /><if condition="$foruminfo['forumid'] == X">images/storm/misc/randomlogo.gif<else />images/storm/misc/stormlogo.gif</if></if>" border="0" /> |
Wow... that worked real well... thanks for your help and very quick reply
Sincerely, cmedic101:up: |
OK, can I break in here too?
I want to do the same thing but I can't figure out how to leave the default header/logo in place because I don't know where to find that information. (I'm not a programmer, I had someone install and load banners etc....) But, I need to display a different header/logo for one of my forums. |
The code caters for that.
|
All times are GMT. The time now is 04:43 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|