PDA

View Full Version : Replace top left side Forum title with logo jpg


mrcrx
01-16-2007, 11:43 AM
Is this possible? On the top left of my forum it says www.myforums.com forums. Can I replace that with my website logo? thanks in advance.

WhaLberg
01-16-2007, 12:09 PM
If you want to remove your logo and write www.myforums.com instead and if you are using vBulletin default theme:

1) Go to your AdminCP.
2) Styles & Templates -> Select the Style -> find "header" template.
3) Find in header template: <img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />
4) Replace it with www.myforums.com
5) Save.

mrcrx
01-16-2007, 01:28 PM
I dont think I explained it good enough. I would like to move the logo out of the header if thats where it is now and into the navbar where it currently says b20vtec.com forums.

pic of what I want to move.

http://b20vtec.com/images/movelogo.jpg

WhaLberg
01-16-2007, 01:46 PM
http://img171.imageshack.us/img171/4171/b20kb0.jpg

mrcrx
01-16-2007, 03:09 PM
Yes I would like to put my jpg image there.

WhaLberg
01-16-2007, 03:45 PM
Find that in navbar template:
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php3$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>

Replace it with:
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php3$session[sessionurl_q]" accesskey="1"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></span></td>

peterska2
01-16-2007, 03:52 PM
Note: this will remove your breadcrumb on your site.