View Full Version : How to add replace vb logo with banner?
Greek76
09-10-2006, 06:58 PM
Hey guys Im new to this I have vb 3.6 installed and I would like to know how to add a banner to stretch from left to right and to replace the whole vb logo. Ive looked on here but cant find anything thanks!
Shazz
09-10-2006, 09:38 PM
Its in your FTP called Logo or banner... look for it in your images section
Phaedrus
09-10-2006, 10:06 PM
Load the banner in whatever file you want it in on your server. Then go to your AdminCP -> Style Manager -> Style you want new header on -> Scroll down until you see "Title Image" There you put in the path to your new Header...
Something like forum/images/headers/newheader.gif
webgeek247
09-10-2006, 10:33 PM
Load the banner in whatever file you want it in on your server. Then go to your AdminCP -> Style Manager -> Style you want new header on -> Scroll down until you see "Title Image" There you put in the path to your new Header...
Something like forum/images/headers/newheader.gif
If you want it to stretch do the above but then go to AdminCP -> Style Manager -> Common Templates and edit header to show this
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" width="100%" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
Greek76
09-13-2006, 05:56 PM
Thanks a lot guys!
GoNz00
09-28-2006, 02:23 PM
thanks, just what i was looking for :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.