1. This add-on works for me with 4.06.
2. Since 4.04 , you can do insert the appropriate placeholder for this add-on into an appropriate location in postbit, similar to the instructuions given in the second link provided:
In the postbit template (or I guess postbit_legacy if that's what you're using), FIND at the end of the template:
Code:
{vb:raw template_hook.postbit_end}
ADD BEFORE:
Code:
<!-- ad after first post -->
<vb:if condition="$post['isfirstshown']">
<div align="center" style="padding: 10px;">
<!--@vbbanners:0@-->
<br/>
</div>
</vb:if>
<!-- end ad after first post -->
Change "<!--@vbbanners:0@-->" to the appropriate placeholder for your banners.