Promo Block Woes

I have this problem :

I tried to use my own code in the promo block, I inserted it and clicked update. Well part of the javascript goes away and the rest just stays there...I try to delete it but, it won't go away for me to try other rotators. Ver. 7.0.8

Quote · 7 Jan 2012

is the promo block java???? hope so.. then I can write some code for it.

Quote · 7 Jan 2012

Yes, the generator is here :

http://www.htmlbasix.com/banner.shtml

Quote · 7 Jan 2012

This is where I set up the banner rotator code for the Promo Block that doesn't work.

Quote · 7 Jan 2012

Note: Java != JavaScript.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 7 Jan 2012

Yes, it is Javascript.

Here is a snipet :

<script type="text/javascript">
var imgs1 = new Array("http://truluvlife.com/hustlerbanners/dstaubraw.gif","http://truluvlife.com/hustlerbanners/lohan.gif","http://truluvlife.com/hustlerbanners/taboo.gif","http://truluvlife.com/hustlerbanners/barely.gif","http://truluvlife.com/hustlerbanners/3d.gif","http://truluvlife.com/hustlerbanners/ladygaga.gif","http://truluvlife.com/hustlerbanners/conan.gif","http://truluvlife.com/hustlerbanners/hustlerstore.gif","http://truluvlife.com/hustlerbanners/ghstbustrs.gif","http://truluvlife.com/hustlerbanners/fly.gif");
var lnks1 = new Array("http://hustlercash.com/hit/55/1/433680/0/0/1","http://hustlercash.com/hit/17/2/433680/0/0/1","http://hustlercash.com/hit/14/1/433680/0/0/1","http://hustlercash.com/hit/4/1/433680/0/0/1","http://hustlercash.com/hit/48/2/433680/0/0/1","http://hustlercash.com/hit/17/2/433680/0/0/1","http://hustlercash.com/hit/17/2/433680/0/0/1","http://delightfulsins.com/","http://hustlercash.com/hit/17/2/433680/0/0/1","http://hustlercash.com/hit/17/2/433680/0/0/1");
var alt1 = new Array("DStaub","Lindsay Lohan","Taboo","Barely Legal","3d","This ain't Lady GaGa","This ain't Conan the Barbarian","Hustler Store","This ain't Ghost Busters","Fly tsa");
var currentAd1 = 0;
var imgCt1 = 10;
function cycle1() {
  if (currentAd1 == imgCt1) {
    currentAd1 = 0;
  }
var banner1 = document.getElementById('adBanner1');
var link1 = document.getElementById('adLink1');
  banner1.src=imgs1[currentAd1]
  banner1.alt=alt1[currentAd1]
  document.getElementById('adLink1').href=lnks1[currentAd1]
  currentAd1++;
}
  window.setInterval("cycle1()",5000);
</script>
<a href=""http://hustlercash.com/hit/55/1/433680/0/0/1"" id="adLink1" target="_top">
<img src="http://truluvlife.com/hustlerbanners/dstaubraw.gif" id="adBanner1" border="0" width="468" height="60"></a>

 

Quote · 7 Jan 2012

I would love to get this fixed. I've found a temporary fix by adding invisible gifs and p + br tags

With the new template top banners were not positioned right blocking my "Crawl Line".

truluvlife.com

Now it sort of hovers just about center with the would be Promo Block.

Quote · 7 Jan 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.