PDA

View Full Version : How to switch from the Vbulletin banner to an custom made forumbanner?



OBE
Sun 7th Sep '08, 10:04am
Hi.

I want to use an custom made forumbanner on the original vBulletin forumskin. So how to change the original vBulletin forumbanner with an custom made one?

A small guide would be very nice..:)

samael34
Sun 7th Sep '08, 10:51am
There are a few ways to do this;

If you are using the original skin, then all you need do is overwrite your new file to the directory which is /images/misc/vbulletin3_logo_white.gif , just make sure file is gif and your new image has the same name as above.

The alternative method is to edit the header, under templates and insert the image using HTML tags. To do so locate '<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" ' in the main header template, and insert the image manually into the img src field, IE: replace the variable '$stylevar[titleimage]' with a file uploaded on a server.

OBE
Sun 7th Sep '08, 11:03am
Tnx for the reply. Another question.. how to completly remove the top of the forum:

Link. (http://www.motoringpro.com/forum/)

samael34
Sun 7th Sep '08, 11:06am
What do you mean by 'the top' of the forum, do you mean the login section or the navigation section?

OBE
Sun 7th Sep '08, 11:19am
No, only the bit that contains the forumbanner.. :)

Nick
Sun 7th Sep '08, 12:03pm
There are a few ways to do this;

If you are using the original skin, then all you need do is overwrite your new file to the directory which is /images/misc/vbulletin3_logo_white.gif , just make sure file is gif and your new image has the same name as above.

The alternative method is to edit the header, under templates and insert the image using HTML tags. To do so locate '<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" ' in the main header template, and insert the image manually into the img src field, IE: replace the variable '$stylevar[titleimage]' with a file uploaded on a server.
I'm not sure why, but you failed to mention the appropriate way to do this.

AdminCP -> Styles and Templates -> Style Manager -> StyleVars -> Title Image -- Place the URL to the image here.

--

To remove the whole logo section, remove this from the header template:

<!-- logo -->

<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>

<td align="$stylevar[left]" class="logobg"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><div align="center"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></div></a></td>

</tr>
</table>
<!-- /logo -->

That should do it.

OBE
Sun 7th Sep '08, 12:28pm
Thanks for the replys.. :D

How to make the forumbanner look like this: http://www.fitnessprat.no/

If i make a forumbanner like that one (width x hight) and use "AdminCP -> Styles and Templates -> Style Manager -> StyleVars -> Title Image -- And place the URL to the custom image here. Will it turn out the same way..?

Nick
Sun 7th Sep '08, 1:21pm
Yes.

OBE
Sun 7th Sep '08, 2:55pm
A last question:

What's the width of the default vBulletin forum? So my custom forumbanner will fit the forum. :)

Krumbz
Wed 10th Sep '08, 11:08pm
Hello,

This tutorial may be helpful.

How To Expand Custom Image Header

http://www.vbulletin.org/forum/showthread.php?t=137415

If you're using a fluid style. Use this code.

http://www.vbulletin.org/forum/showpost.php?p=1359614&postcount=6