Log in

View Full Version : Changing link URL for forum logo (upper left)


LSResource
04-15-2008, 06:08 PM
Is there any way to change where this directs to? It jumps to the forum home (/forum), I want it to go back to the front page (just the www.-.com, no sub directories). I've searched quite thoroughly and I can't find anything. I get the feeling I'm missing something obvious.

cheat-master30
04-15-2008, 06:21 PM
Edit the header template? Basically, edit this in that template:

<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>

soundbarrierpro
04-15-2008, 06:28 PM
Edit the header template? Basically, edit this in that template:


ACP>Styles and Templates>Your Style>Edit Template>Header

LSResource
04-19-2008, 03:20 PM
Worked great, thanks! I knew it had to be something simple I was missing.