Hello guys
What is the variable for show Banner Adsense after a X number of posts/thread?
Thanks![]()
This is a discussion on Variable for Show Adsense after X posts within the Ad Networks forums, part of the Monetizing category; Hello guys What is the variable for show Banner Adsense after a X number of posts/thread? Thanks...
Hello guys
What is the variable for show Banner Adsense after a X number of posts/thread?
Thanks![]()
This code displays after the first post on every page for guests only.Code:<!-- / post $post[postid] popup menu --> <if condition="$post[postcount] % $vboptions[maxposts] == 1 AND $show['guest']"> <div id="inlineleaderboard"> ad code here </div> </if>