The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
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 |
#12
|
||||
|
||||
It should be:
Code:
<img src="<if condition="$foruminfo['forumid'] == 32">images/mustanglogo.gif<else />images/storm/misc/stormlogo.gif</if>" border="0" /> |
#13
|
|||
|
|||
src not scr
|
#14
|
||||
|
||||
Oops, fixed. Was copied and pasted from cmedic101's template .
|
#15
|
|||
|
|||
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 |
#16
|
|||
|
|||
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 |
#17
|
||||
|
||||
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" /> |
#18
|
|||
|
|||
Wow... that worked real well... thanks for your help and very quick reply
Sincerely, cmedic101:up: |
#19
|
|||
|
|||
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. |
#20
|
||||
|
||||
The code caters for that.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|