How can i replace the default skin's banner

Gexer

New Member
How do i change my vBulletin skin's banner? I've been trying to figure this out for about 30 minutes
 
go to AdminCP > Style manager > expand the template list for the skin u want > find the template "header" without the quotes and open it

copy the code to a notepad or an HTML editor (i use frontpage) and edit it, shudnt be hard
 
I would check in the original folder of the style and find logo then open it in photoshop and get the image information and then make my logo from it. Then once it is comlete just upload it to your server in that skins folder where it belongs and then your done if it is what you wanted.
 
p.n.c said:
go to AdminCP > Style manager > expand the template list for the skin u want > find the template "header" without the quotes and open it

copy the code to a notepad or an HTML editor (i use frontpage) and edit it, shudnt be hard

Yeah, that's the best way. Edit your header template.

Mine's like this:

Code:
<tr>
<td align="center" width="144"><img src="$stylevar[imgdir_misc]/[u]logo.jpg[/u]" alt="" width="[u]950[/u]" height="[u]178[/u]" /></td>
</tr>

Just change the underlined nunber for the size of your banner.And upload it into the right folder. Should be easy to know where if you right click on the banner in your index - Properties - and see the location.


Or, you could replace it in AdminCP>Style Maneger > Satyle you want to customize > StylVars.

Both ways work.
 
Back
Top