Quote:
Originally Posted by sinistergaming
this works real nice.
i did modify it a bit though.
so i could rotate banners instead of just one.
installed vbbannerrotator
and replaced this code in template gaip_code1
Code:
<div style="padding: $stylevar[cellpadding]px 0px 0px 0px">
<table <if condition="$vboptions[gaiptitle]">class="tborder"</if> cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$vboptions[gaiptitle]">
<tr>
<td class="thead" align="$stylevar[left]">$vbphrase[gapi_sponsor]</td>
</tr>
</if>
<tr>
<td <if condition="$vboptions[gaiptitle]">class="alt1"</if> align="center">
$vboptions[gapicode]
</td>
</tr>
</table>
</div>
with This Code
Code:
<div style="padding: $stylevar[cellpadding]px 0px 0px 0px">
<table <if condition="$vboptions[gaiptitle]">class="tborder"</if> cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$vboptions[gaiptitle]">
<tr>
<td class="thead" align="$stylevar[left]">$vbphrase[gapi_sponsor]</td>
</tr>
</if>
<tr>
<td <if condition="$vboptions[gaiptitle]">class="alt1"</if> align="center">
$GLOBALS[bannerads]
</td>
</tr>
</table>
</div>
now im trying to add it to forumhome under 'What's Going On ?' above the footer.
but nothings coming up.
tried using code
Code:
$template_hook[postbit_end]
any idea's on what i can do there?
|
Great idea I did the same thing!! Thanks