The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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.
|
|
#2
|
||||
|
||||
|
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: HTML Code:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />
HTML Code:
www.myforums.com |
|
#3
|
|||
|
|||
|
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.
|
|
#4
|
||||
|
||||
|
|
#5
|
|||
|
|||
|
Yes I would like to put my jpg image there.
|
|
#6
|
||||
|
||||
|
Find that in navbar template:
Code:
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php3$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td> Code:
<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> |
|
#7
|
|||
|
|||
|
Note: this will remove your breadcrumb on your site.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|