View Full Version : Change link
mofeu
04-15-2010, 07:31 PM
Dear all,
how I can change the link of my logo ?
Now it is going to click on http://www.mofeu.eu/forum/forum.php but I want it to go on http://www.mofeu.eu/
Thanks in advance
borbole
04-15-2010, 07:36 PM
Dear all,
how I can change the link of my logo ?
Now it is going to click on http://www.mofeu.eu/forum/forum.php but I want it to go on http://www.mofeu.eu/
Thanks in advance
At the header template find the following code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
And replace it with:
<div><a name="top" href="http://www.mofeu.eu/" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
mofeu
04-16-2010, 06:04 PM
Thanks borvole !!
borbole
04-16-2010, 06:33 PM
You are welcome mofeu.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.