Log in

View Full Version : Change "Home" and Logo Link to Point to Domain


snowbirdcity
05-23-2008, 04:51 AM
I'm running vbulletin 3.7 stock and am still working out some issues before I move onto a new theme. On vbulletin, the home and logo links point to http://www.example.com/index.php. For SEO purposes, I would like to change this to point to my top level domain (http://www.example.com). Does anyone know how to do this and/or which template file I can find it in?

Thanks for your help!

ShawneyJ
05-23-2008, 07:30 AM
in your header template i believe you would change this:
$vboptions[forumhome].php$session[sessionurl_q]
to this
http://www.example.com


<td align="$stylevar[left]"><a href="http://www.yoursite.com"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>

snowbirdcity
05-23-2008, 02:20 PM
Thank you for your help! That worked for the logo, but is there a place to do it for the category tree?