The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I incorporate a flash header that turns to an image on all pages except home
And displays as an image if no flash is found?
I have found this. <!-- LOGO --> <center> <object width="936" height="181"> <param name="movie" value="http://www.fitnessandbeyond.net/Forums/images/misc/fitness_flashv3.swf "> <embed src="http://www.fitnessandbeyond.net/Forums/images/misc/fitness_flashv3.swf " width="936" height="181"> </embed> </object> </center> <!-- END LOGO --> in another post which would allow me to do a header, but I would like to make it so the header shows only once on the homepage. All other pages would be fixed. Also I would like to have it only show to users with flash installed for obvious reasons. Thanks for your help. |
#2
|
|||
|
|||
I'd be curious about this also
|
#3
|
||||
|
||||
Code:
<if condition="THIS_SCRIPT == 'index'"> <!-- LOGO --> <center> <object width="936" height="181"> <param name="movie" value="http://www.fitnessandbeyond.net/Forums/images/misc/fitness_flashv3.swf "> <embed src="http://www.fitnessandbeyond.net/Forums/images/misc/fitness_flashv3.swf " width="936" height="181"> </embed> </object> </center> <!-- END LOGO --> <else /> <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|