The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Banner beside the Forum logo
Hello,
I would like to place a banner beside the vBulletin logo. Can someone guide me how to arrange this? I've tried several things, but that messes up my layout :-) Regards, Tim |
#2
|
|||
|
|||
If you've got the default vBulletin header this should work:
HTML Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="center"> <!-- banner --><img src="path/to/banner.gif" border="0" align="middle"a /><!--/banner --> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output |
#3
|
||||
|
||||
works perfectly :-)
|
#4
|
|||
|
|||
Great, glad it worked out
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|