News:

Welcome to SMF Ads Support Forum

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - hkymre

#1
Got an gogle adsense ad set to appear after the 2nd post on all my boards. For some reason it is appearing after the first post.
If I change the setting from 2 to any other number the ad doesn't appear at all.

Any ideas?

Cheers

Mark

Update -  checked the Display.template.php and the code was wrong :-

//Ad Counter
$adcounter =0;
//Ad Counter
$adcounter =0;
// Get all the messages...
while ($message = $context['get_message']())
{
$adcounter++;
$adcounter++;
echo '


Removed the duplication and working fine now.