View Full Version : SIte logo click to a different address
sqzdog
11-06-2007, 03:24 PM
My site logo at the top current links directly to the forum. I would like to have it link to my index.php file which is my vbadvanced set up.
nexialys
11-06-2007, 03:26 PM
edit your template named "header" and change its url.. that's simple as that!
sqzdog
11-06-2007, 03:50 PM
This is what it says:
href="$vboptions[forumhome]
What do I change this to?
--------------- Added 1194371501 at 1194371501 ---------------
Here's most of the code:
<!-- logo -->
<a name="top"></a>
<div class="header" align="center">
<div style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]">
<div class="logo">
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
</div>
Awjvail
11-06-2007, 04:08 PM
Change this line:
<a href="$vboptions[forumhome].php$session[sessionurl_q]">
To this:
<a href="http://www.YOUR WEBSITE HERE.com">
change it to your website that you want to link to
sqzdog
11-06-2007, 04:45 PM
That did it! Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.