Add A Advertisement After Postbit
If you would like to place a banner ad, adsense, or other advertisement after the first post in your vBulletin forum, this can easily be acheived by making a template edit to your postbit and postbit_legacy templates.
Go to your ADMINCP – > Styles and Templates – > Style Manager – > Edit Template (In the drop down box) and Select postbit / postbit_legacy.
At the end of your postbit and / or postbit_legacy template, add the follow code:
<if condition="!$GLOBALS['FIRSTPOSTID']"></if>
<table border="0" align="center" width="100%" cellPadding="$stylevar[cellpadding]" cellSpacing="0" id="post$post[postid]" class="tborder"><>
</><tbody>
<tr><>
</>
<td colSpan="2" style="font-weight: normal" class="thead">Sponsored Links</td>
<>
</></tr>
<>
</>
<tr><>
</>
<td style="border-top: 0px" class="alt2"><center>
------PLACE AD CODE HERE------
</center></td>
<>
</></tr>
<>
</></tbody></table>
Remember to replace “——PLACE AD CODE HERE—— ” with your ad code / banner image, or whatever you would like displayed here.
Screenshot







