Quote:
Originally Posted by haluk
How Can I add an ad after second or third posts ?
Is there a way ?
|
Change:
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
to:
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '2')">
-or-
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '3')">
respectively.