Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: PopLife on June 26, 2006, 04:52:58 AM

Title: Overture Ads
Post by: PopLife on June 26, 2006, 04:52:58 AM
Displaying overture ads on my forum prevents the threads, posts, categories etc from fully loading. Most of the time the page is only half finished when it decides not to load any more...
Title: Re: [Bug] Overture Ads
Post by: PopLife on June 28, 2006, 02:46:12 AM
No one? This is quite serious because my members can no longer post..
Title: Re: [Bug] Overture Ads
Post by: H on June 28, 2006, 12:46:14 PM
Which code are you using to display the ads?

Do you have any mods installed?
Title: Re: [Bug] Overture Ads
Post by: PopLife on June 28, 2006, 11:38:38 PM
I have tinyportal installed and I am using this code in a side block-

<script language="JavaScript">
  rsi_pub = '98B8016B64B1A361A705EC2C52CB4B12';
  rsi_site = '3028E0C6007BD31CC442DB44B772F20F';
  rsi_width = '120';
  rsi_height = '600';
  rsi_color_border = 'ffffff';
  rsi_color_cell = 'ffffff';
  rsi_color_link = 'ff3300';
  rsi_color_text = '000000';
  rsi_color_url = '808080';
</script>
<script language="JavaScript" src="http://ads.revsci.net:80/adserver/rsiads.js"></script>


Threads sometimes only half load and then stop, usually according to their size.
Title: Re: [Bug] Overture Ads
Post by: H on June 29, 2006, 12:22:01 PM
I have removed [bug] from your title as overture ads do not constitute an SMF bug ;)

Can you post the php code around the javascript?