shibby2
05-08-2012, 10:55 PM
Hey, I use this code to show an ad in the first post of every thread page (guests only):
<if condition="$post[postcount] % $vboptions[maxposts] == 1 AND !$bbuserinfo[userid]">
How would I make it so it shows an ad in the last post of every thread page to guests only?
Thanks!
--------------- Added 1336522878 at 1336522878 ---------------
Nevermind, got it! :)
<if condition="$post[postcount] % $vboptions[maxposts] == 1 AND !$bbuserinfo[userid]">
How would I make it so it shows an ad in the last post of every thread page to guests only?
Thanks!
--------------- Added 1336522878 at 1336522878 ---------------
Nevermind, got it! :)