PDA

View Full Version : Logo Problem


Lindsey
03-10-2008, 06:51 AM
Hello, i am currently having a logo problem

Board Version: Powered by vBulletin? Version 3.6.8
Skin: GreenFox by: www.vbstyles.com


i cannot find out how to change the logo to save my life please help

legionofangels
03-10-2008, 07:20 AM
If you're referring to the banner on your forum, that says vbulletin, then you need to go into your:

Admin CP > Style Manager > All Style Options > Common Templates > Header

You'll see a code in there that says this:

<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />

You'll have to replace that with something like this for your board, as this has our image in it:

<img src="http://legionofangels.net/banners/job960.jpg" border="0" alt="$vboptions[bbtitle]" />

If you're not referring to your vbulletin logo, then this obviously doesn't help you.

setishock
03-14-2008, 01:19 AM
public html
forums
images/misc
Look for a .gif file named vbulletin3_logo_white.gif
Thats the logo banner. You can make them in gimp, PS, or something like that. Replace the file with yours. It has to have the same exact name. To make sure you don't loose the out of the box file change its name .gif to .bak or .old.

SEOvB
03-14-2008, 05:29 PM
Go to your adminCP -> Style Manager -> Select your style you use and click StyleVars

In the second seciton under Image paths the first box, simply change the value to reflect the location of your header image.