View Full Version : I want to add a banner after each first posting
amroawad
11-21-2007, 01:55 PM
Hi
I would like to add some advertising features to my forum.
What I actually want is a banner displayed when someone posts
a new thread.
Does someone has any suggestions?
Millenium IT
11-22-2007, 06:10 AM
Ok I quickly made you a code to enable you to do that.
In postbit & postbit_legacy template find:
$template_hook[postbit_end]
Add right above that:
<if condition="!$GLOBALS['FIRSTPOSTID']">
<div style="padding:$stylevar[cellpadding]px 0px 0px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr valign="top">
<td class="thead">
Sponsored Ads
</td>
</tr>
<tr valign="top">
<td class="alt1" align="center">
<a href="http://www.ps3walls.com" target="_blank" title="PS3 Walls">
<img src="http://www.iorkara.com/DVC_Ad_for_ps3walls.jpg" border="0" alt="PS3 Walls" />
</a>
</td>
</tr>
</table>
</div>
</if>
</if>
Be sure to replace the banner I used with the one you used ;)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.