The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Logo link
hey guys! i have a skin and i was wondering like if i can make it as a link also..what i mean by that is the logo itself it on top right..and right now it displays it as an image..
can anyone help me get it to be a link also? to index.php? so users wont always have to look for "home" link to get to the main page? heres my css for the logo image.. Code:
#lg { background: url(/forum/ephyn/misc/lg.png); width: 251px; height: 145px; float: left; margin: 0; padding: 0; } |
#2
|
||||
|
||||
on a default vbulletin installation the logo is hot (link)
I'm assuming you have a custom style .. if that's the case it's a bit hard for us to tell you what to do; nevertheless, this is the code needed -add the 'header' template HTML Code:
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|