If you want to add an advert, banner, flash, adsense after the first post in a thread from a VBulletin Forum the first step you have to do is to login into the Admin section and go to:
Admin CP -> Styles & Templates -> Style Manager -> Postbit Templates -> postbit or postbit_legacy (depending on which layout you are using)
Edit it and at the end of the very bottom of the template insert the code bellow:
PHP Code:
</div>
<!-- / post $post[postid] popup menu -->
<if condition="$show['spacer']">
</div>
$spacer_close
</if>
<!-- / post #$post[postid] -->
<if condition="$post[postcount] == 1">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Sponsored Links</td>
</tr>
<tr>
<td class="alt1" align="center">
BANNER CODE HERE
</td>
</tr>
</table>
</div>
$spacer_close
</if>
You can insert instead of the text BANNER CODE HERE an advert, banner, flash, adsense.