Can see the ads fine in Firefox (apart from intermittent ad_embed issues as previously reported), but they're not visible in IE6.

Wondered if the path to the Javascript is the issue as it's the only module that uses a call like this (though of course it is ok in Firefox):

  <div class="block block-ad" id="block-ad-1">

    <h2 class="title"></h2>
    <div class="content">
<div class="advertisement" id="group-default"><script type="text/javascript" src="http://example.com/./modules/ad/adserve.php?g=default&c=none&p=files&f=3&q=1&k="></script></div>
</div>
 </div>

or what would happen if $output was empty?

Comments

jeremy’s picture

If you point IE6 to http://kerneltrap.org/ do you see the ads? I am running the ad module on that website, and am not aware of any problems. I don't have Windows, but have run IE6 through Wine and everything appears to be working fine. I'm unable to duplicate the problem you report.

Also, why are you using an older Beta for testing?

csc4’s picture

Thanks for trying - yes I do see the ads

I did notice few differences in your switches - and no title tag?

<div id="block-ad-2" class="block block-ad">
  
  <div class="content">
<div class="advertisement" id="group-HeaderBannerAds"><script type="text/javascript" src="http://kerneltrap.org/./modules/ad/adserve.php?g=HeaderBannerAds&c=file&p=files&f=3&q=1&k="></script></div>
</div>
</div>
jeremy’s picture

Assigned: Unassigned » jeremy
Status: Active » Fixed

Unable to duplicate with the latest version of the code. Please update to the latest version and try again.

Anonymous’s picture

Status: Fixed » Closed (fixed)