Info
- 4 posts
- 3 voices
- Started 3 years ago by densa
- Latest reply from _ck_
advertisements after the first message
-
- Posted 3 years ago #
How to insert advertisements after the first message?
-
- Posted 3 years ago #
Just use a little php. What type of code are you trying to insert?
-
- Posted 3 years ago #
Google AdSense
-
- Posted 3 years ago #
do something like this in your
topic.phptemplate just before<?php endforeach; ?>
<?php if (!isset($adsense)) { $adsense=1; ?> <li> adsense javascript goes here </li> <?php } ?>
(untested) -
You must log in to post.