The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
3.5x - Need help with 2 style issues
i'm almost done working on this style, but i have 2 pending issues i'd like to resolve. one i can live with, but the other, not so much.
1.) i have a background image on my Page Background. however, i have some white space showing before my navbar, as seen here: why is it showing up like that? 2.) i seem to have an extra cell in my Search Results that i would like to get rid of: how/where can i get rid of that blank cell? thanks in advance! |
#2
|
||||
|
||||
Quote:
Can you post the code of your header template please? |
#3
|
|||
|
|||
Colin,
Thanks for your response! Here is my header template for this style: Code:
<!-- logo --> <if condition="($show['guest']) AND (THIS_SCRIPT != 'register') AND (THIS_SCRIPT != 'login')"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> <div id="infobar"><a href="http://www.thebreakfast.info/forum/register.php?referrerid=1">It appears you have not yet registered with our community. To register please click here...</a><embed src="infobar.wav" autostart="true" loop="0" hidden="true"></embed></div> </td> </tr> </table> </if> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vbpoptions[portalhome]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]">$headbanner <!-- NEW HEADER & NAVBAR Now that the nav buttons are in the navbar template, you can stick whatever you like into this space. This makes it much easier for novice admins to customize their header template without affecting important navigation elements. --> </td> </tr> </table> <!-- /logo --> <div id="round"><br /></div> <!-- content table --> $spacer_open $_phpinclude_output |
#4
|
||||
|
||||
That looks like a 3.0.x template.
Try reverting the template. Also, try removing this code: Code:
<div id="round"><br /></div> |
#5
|
|||
|
|||
Quote:
as for the post icon issue above, it looks like i have post icons turned off everywhere, but while they are not an option to add to a post/thread, they are still showing up when polls are posted. any clue? thanks again! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|