The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Change link
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 |
#2
|
||||
|
||||
Quote:
At the header template find the following code: HTML 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: HTML Code:
<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> |
#3
|
||||
|
||||
Thanks borvole !!
|
#4
|
||||
|
||||
You are welcome mofeu.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|