The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
IS it possible to get rid of this whole thing?
If you go to my site
http://www.somtour.net/forums/index.php You will see on the top the banner. One half of it is a logo file that I obviously know how to remove. The other half of the blue bar all the way across how do I move that so I can design my own page length banner? I basically want to get rid of the whole top so I can make my own banner. |
#2
|
|||
|
|||
please post your header template here....
|
#3
|
|||
|
|||
Where do I get it at?
|
#4
|
|||
|
|||
AdminCP>Styles & Templates>Style Manager>(Select Style)>Edit Templates
Find "header" template, copy & paste the code here |
#5
|
|||
|
|||
HERE YA GO Also if you could tell me how to add the new banner in and make it page wide would be great
<!-- logo --> <a name="top"></a> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/bg.gif)"> <tr> <td align="left" valign="top"><img src="$stylevar[imgdir_misc]/logo.jpg" border="0" alt=""/></td> <td align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/right.gif" alt="" /></td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] |
#6
|
|||
|
|||
Code:
<!-- logo --> <a name="top"></a> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="center" valign="top"><img src="$stylevar[imgdir_misc]/logo.jpg" border="0" alt=""/></td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] |
#7
|
|||
|
|||
Wow thanks alot man. DO you know how I would go about getting it on the front page of my vbadvanced page?
|
#8
|
|||
|
|||
My bad. Didnt know you had that. Just change the header again:
Code:
<!-- logo --> <a name="top"></a> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="center" valign="top"><img src="http://www.somtour.net/forums/images/styles/silverwhite/misc/logo.jpg" border="0" alt=""/></td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] |
#9
|
|||
|
|||
Thanks a lot for the help!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|