The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to change your logo's link
Right now my logo takes me to my forum, but I want it to take me to another link. How do I change it?
|
#2
|
||||
|
||||
Edit your header template. Find {vb:link forumhome} and change it to whatever you want your logo to link to.
|
#3
|
|||
|
|||
Change what exactly? I tried changing forumhome to something else, but I got an error.
|
#4
|
||||
|
||||
Change the full {vb:link forumhome}, so it reads
Code:
<a href="http://yourlink.com"... |
#5
|
||||
|
||||
Quote:
https://vborg.vbsupport.ru/showthread.php?t=248532 |
#6
|
|||
|
|||
So, do I just put <a href="http://www.maddenstudents.com"></a>?
|
#7
|
||||
|
||||
Yeah, so it's something like...
Code:
<a name="top" href="http://www.maddenstudents.com" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|