Hi, I'm running on vbulletin version 4.0.0. I was using the code under postbit to show a banner after the first post. But that has changed with the upgrade. Does anyone know what the new code is? Thanks.
how can I show banner after X posts for example ? I want to show banners after first , third and after last post !
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1,2,3,4,5,6,7,8,9,10')"> HTML: See that code? It will show after every 10 posts in a thread. Change it to your liking!