The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help me in Adding Banner on the Header!
I am presently using the Kirsch theme in my forum www.webmasters.bz
How do i add a 468*60 banner in the header? I want to add the banner manually, don't wanna use any mods. The header seems to use 2 images, one with the logo and another is plain. Any help would be much appreciated! Thank you in advance! |
#2
|
||||
|
||||
Put your code in the header advertisement template
|
#3
|
||||
|
||||
I am confused what and which code to apply.
Could you please help me after seeing the header file below: Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" width="100%"> <tr> <td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="right" width="100%"><img src="images/kirsch/misc/banner_02.jpg" height="152" width="100%" border="0" /></td> <td align="$stylevar[right]"><if condition="$ad_headerLogo">$ad_headerLogo<else /> </if> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open |
#4
|
||||
|
||||
Not in the header templete , Add your banner code to the header advertisement template
What version of VB are you using? |
#5
|
||||
|
||||
Quote:
I tried adding the image code in ad_header_logo template but it didn't work. The code i added is: Code:
<a href="http://imageshack.us"><img src="http://img160.imageshack.us/img160/6208/webmasters4.gif" border="0" alt="Image Hosted by ImageShack.us"/></a> |
#6
|
|||
|
|||
what happens when you replace the following code in the header template with your own
Code:
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a> |
#7
|
||||
|
||||
That's replacing the left side image with logo.
|
#8
|
|||
|
|||
remove
Code:
<td align="right" width="100%"><img src="images/kirsch/misc/banner_02.jpg" height="152" width="100%" border="0" /></td> |
#9
|
||||
|
||||
Removing the above code will also remove the right side image completely. I want the banner to come on top of this image.
|
#10
|
|||
|
|||
Oh sorry ^_^
before: Code:
<tr> <td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> Code:
<tr><td><a href="http://imageshack.us"><img src="http://img160.imageshack.us/img160/6208/webmasters4.gif" border="0" alt="Image Hosted by ImageShack.us"/></a></td></tr> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|