View Full Version : How do I change this?
Execution_Style
10-07-2004, 10:53 AM
OK, I'm about as dumb as a box of rocks when it comes to coding and this kind of stuff so, I have some questions about this vBadvanced CMPS I had installed. I will limit it to one at a time so I don't confuse myself to much. :D
How do I change the url that is on the vbulletin logo at the top left of the page?
Right now it leads to http://www.sep.tngamer.com/index.php? and that is a dead link.
Brian
10-07-2004, 02:00 PM
Just edit the code in your header template. ;)
Execution_Style
10-07-2004, 02:50 PM
Would you be speaking of the Style Manager/Default Style/Common Templates/header template?
Just to expand a bit more on what's happening. The VB logo at the top of the forums works. It will lead you to the main page of the forums.
It's just the VB logo on the vBadvanced that doesn't work.
Brian
10-07-2004, 02:53 PM
Yes, that's the correct place. If you add $vboptions[bburl]/ in front of the link there then it will always link to your forums homepage. Otherwise you can just change the link to point to wherever you would like.
Execution_Style
10-07-2004, 03:20 PM
ok where in all this would you put the $vboptions[bburl]/?
This is the header templet I'm looking at.
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
<!--
NEW HEADER & NAVBAR
Now that the nav buttons are in the
navbar template, you can stick whatever
you like into this space.
This makes it much easier for novice
admins to customize their header
template without affecting important
navigation elements.
-->
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
Brian
10-07-2004, 04:11 PM
<a href="$vboptions[forumhome].php?$session[sessionurl]">
Change to:
<a href="$vboptions[bburl]/$vboptions[forumhome].php?$session[sessionurl]">
Execution_Style
10-07-2004, 04:36 PM
You are the man!!! :D
It's working the way it's suppose to now.
Thanks Brian! :)
hmm that took a lot out of me. I wonder if I dare ask another question? :rolleyes:
Nuguru
06-15-2006, 03:37 AM
<a href="$vboptions[forumhome].php?$session[sessionurl]">
Change to:
<a href="$vboptions[bburl]/$vboptions[forumhome].php?$session[sessionurl]">
Hello,
Does anyone know how to make the change in the common template -> "header ""to always have the main logo when clicked, link to the index page, in this case the CMPS main page? I basically want the main logo when clicked from any page to link to my home page as a default instead of having a link on my Navbar.
Thanks for the help,
Nuguru
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.