Skip to:
Content
Pages
Categories
Search
Top
Bottom

advertisements after the first message


  • densa
    Member

    @densa

    How to insert advertisements after the first message?

Viewing 3 replies - 1 through 3 (of 3 total)

  • chrishajer
    Participant

    @chrishajer

    Just use a little php. What type of code are you trying to insert?


    densa
    Member

    @densa

    Google AdSense


    _ck_
    Participant

    @_ck_

    do something like this in your topic.php template just before <?php endforeach; ?>

    <?php if (!isset($adsense)) { $adsense=1; ?>
    <li>
    adsense javascript goes here
    </li>
    <?php } ?>

    (untested)

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar