Results 1 to 2 of 2

Variable for Show Adsense after X posts

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...

  1. #1
    Senior Member Array
    Real Name
    Jarod
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    184
    Liked
    1 times

    Question Variable for Show Adsense after X posts

    Hello guys

    What is the variable for show Banner Adsense after a X number of posts/thread?

    Thanks

  2. #2
    Senior Member Array
    Real Name
    Brian
    Join Date
    Apr 2006
    Posts
    6,983
    Liked
    10 times
    Code:
    <!-- / post $post[postid] popup menu -->
    
    
    <if condition="$post[postcount] % $vboptions[maxposts] == 1 AND $show['guest']">
    <div id="inlineleaderboard">
    ad code here
    </div>
    </if>
    This code displays after the first post on every page for guests only.

Similar Threads

  1. How to rewrite all URLs using one variable?
    By Snake in forum URL Rewrite Settings
    Replies: 11
    Last Post: 01-29-2008, 04:53 AM
  2. Adsense doesn't show
    By Mattimus in forum Ad Networks
    Replies: 9
    Last Post: 01-28-2008, 05:35 AM
  3. looking a variable for post_linkbacks ??
    By Danny Bembibre in forum General Discussion
    Replies: 6
    Last Post: 10-11-2007, 05:15 AM
  4. crr with more than 1 variable
    By magnaromagna in forum Custom Rewrite Rules
    Replies: 9
    Last Post: 04-02-2007, 11:21 AM
  5. Number of Posts to Show Per Page Option
    By zylstra in forum Bug Reporting
    Replies: 4
    Last Post: 01-04-2007, 01:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •