The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with Header Please
Hey, I'm hoping someone can help me out with a slight issue and that I cant seem to figure out. It's involving our header. I just bought a style from vbskinworks called voodoo and it installed fine.
But when we go to: http://www.tnagaming.org/ it leaves a big black space in the center. But if I go to the forum: http://www.tnagaming.org/forum/ everything is displayed correctly. So it's odd that it works on the forums but not the homepage and I cannot figure out why this is. Here is our current header code. Code:
<div id="border-left"><div id="border-right"> <!-- logo --> <div id="header"><img src="forum/images/voodoo/misc/header_right.gif" class="fright" alt="" /><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></div> <!-- /logo --> <div id="content-pad"> <!-- content table --> $_phpinclude_output |
#2
|
|||
|
|||
Update:
We added a flash module that replaces the header and it does the exact same thing. Everything works like its suppose in the forum part of the site but not the homepage again. What would be causing this. Any help would be greatly appreciated in solving this issue. |
#3
|
|||
|
|||
Code:
var fo = new FlashObject("vbflashheader.swf", "vbheader", "800", "150", "8,0,0,0", "#e1e1e2"); If it's pointing to a relative location (I'm going to assume it is) then it can't access the file from outside the directory because it's inside it! Easy fix: Place the flash file both inside the forum directory and outside it. |
#4
|
|||
|
|||
Quote:
Thank you for any help that you can provide. |
#5
|
||||
|
||||
I'm not sure if base elements affect Flash objects, but give it a shot. Place this at the top of your headinclude template:
HTML Code:
<base href="http://www.yoursitehere.com/forum/" />
|
#6
|
|||
|
|||
Thank you very much that fixed it. You have saved me plenty of headache
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|