this is great thanks.
how would i go about adding the google ad inside the first post only please?
EDIT: i worked it out to put google inside first post of every page
find in postbit_legasy
Code:
<div class="content">
add under that:
Code:
<vb:if condition="(THIS_SCRIPT == showthread) AND !$GLOBALS['FIRSTPOSTID']">
YOUR ADSENSE CODE HERE
<BR><BR>
</vb:if>
hope this helps anyone.