PHP help (Adsense after 2nd post on PHPBB forums)

Discussion in 'HTML & Website Design' started by wd_2k6, Sep 27, 2006.

  1. #1
    Ok, so using Dave Taylors Adsense trick article i have been able to dislpay adsense after the first post. However i would like to know how to display this after the 2nd post aswell as the 1st post. I assume this is a simple number change and would be helpful if somebody could let me know.
    Ok, so to add it below the first post i did the following:
    On viewtopic.php i defined a new variable $adblocktext containing the adsense code.
    Then underneath the statement which begins looping through the posts (for($i = 0; $i < $total_posts; $i++)) I added this piece of code:

    if ($i=="0") {
    $adblock = $adblocktext;
    } else {
    $adblock = "";
    }

    Ok so that added an ad block after the first post. So how would i add it after the first and second post?? Many thanks in advance for all help recieved.
     
    wd_2k6, Sep 27, 2006 IP