Quote:
Originally Posted by mcyates
How do i rotate ads? I've inserted the code and clicked on rotate ads "yes" but nothing happpens.
|
you can rotate ads by clicked yes then put any code html/javascript in 2 boxes (texarea) below that option .. the rotate options needed to be more customized I will work for this next week. the problem is that when you click yes randomly will change all ads by 33.3% my code it's look like:
PHP Code:
mt_srand((double)microtime() * 1234567);
$banner_picked = mt_rand(1, 3);}
else{$banner_picked = 1;
seems too stupid for rotate things

I'm working to enhance it
Quote:
Originally Posted by Tize.
Excellent Thanks man.
Installed!!!
|
welcome
Quote:
Originally Posted by mcyates
The ad rotation feature is not working. I have tried to of my ad networks and nothing comes up, it just keeps on showing the google ads. If I insert a link to an image like
Code:
http://www.myfootballforum.com/images/banner1.jpg
I added the link above to the image and it shows it like that. No image just the link to the image, I know I have to add the <img> tag but when I do nothing shows.
ALSO
This html code doesn't show anything:
Code:
<iframe allowtransparency="true" src="http://ads.betfair.com/ad.aspx?bid=2463&pid=13952" width="728" height="90" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
Is this a known problem?
|
yes, you need to skip each double quotation " by slash \ like this:
PHP Code:
<iframe allowtransparency=\"true\" src=\"http://ads.betfair.com/ad.aspx?bid=2463&pid=13952\" width=\"728\" height=\"90\" marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" scrolling=\"no\"></iframe>
or you can use single quote for the attributes e.g. 'true' rather than \"true\" if you are using xhtml 4.0 and same for the images