Hi Lynne, I am putting the code right at the bottom of the postbit legacy template.
An example of a thread with no posts is here..
http://www.tacklebox.com.au/forums/f...ir-travel.html
I also have another conditional to show the ads after the first post which uses the following:
PHP Code:
<vb:if condition="$post[postcount] % $vboptions[maxposts] == 1">
Google Code
</vb:if>
This is just before the conditional that I want to only show one ad if no posts made.