View Full Version : Location of Home Page Logo Code
alfuzzy
02-09-2020, 10:23 PM
Does someone know which vBulletin 4 template contains the code for the clickable webpage logo found in the extreme upper left of each vBulletin 4 webpage of a site?
I'm trying to make some adjustments on my site...and can't seem to find the vBulletin template that controls this.
Please see attached image for what I'm referring to.
Thanks
That'll be the "header" template. On one of the first few lines. (look for "titleimage")
alfuzzy
02-09-2020, 10:35 PM
Thanks Dave for the super fast reply. I do see what you mentioned...what I can't seem to find is the file name of the image that's in that location. I've looked thru the code in the "header" template...and can't find the name of the image file.
What I'm trying to do is...find the file name of the image located there...then search for the location of that image file on my websites server...so I can replace it with a different image or modify the current image.
Thanks
--------------- Added 1581295548 at 1581295548 ---------------
By the way Dave...in case you may know the answer...here's another thread (link below) I posted weeks ago (and haven't gotten any replies to)...that I could really use the answer to as well.
Thanks:)
https://vborg.vbsupport.ru/showthread.php?t=327775
It's the "titleimage" style variable. By default it's "images/misc/vbulletin4_logo.png".
alfuzzy
02-10-2020, 03:16 AM
It's the "titleimage" style variable. By default it's "images/misc/vbulletin4_logo.png".
Thanks again Dave.
Here's what I think is part of the code from my websites "header" template related to this question:
<vb:if condition="$stylevar['titleimage']"><div id="logo"><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div></vb:if>
I see that "stylevar" mentioned a couple times...maybe this is what you're referring to.
Thanks
napy8gen
03-25-2020, 06:09 AM
Thanks again Dave.
Here's what I think is part of the code from my websites "header" template related to this question:
<vb:if condition="$stylevar['titleimage']"><div id="logo"><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div></vb:if>
I see that "stylevar" mentioned a couple times...maybe this is what you're referring to.
Thanks
Please go to.
Admincp> Style manager> style name> style variable editor> go> search stylevar> title image
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.