Is anyone know if they is a mod or script allow show different logo when user load page?
example:
I have 3 files logo1.jpg, logo2.jpg, logo3.jpg
how can I logo them when visitor refresh the page?
Thanks for anyone can help.
Is anyone know if they is a mod or script allow show different logo when user load page? example: I have 3 files logo1.jpg, logo2.jpg, logo3.jpg how can I logo them when visitor refresh the page? Thanks for anyone can help. |
I am still new to Dolphin-land but what you want is a javascript app that rotates an image and, probably, randomly picks one of a number of logos to display at page load. There may be add-ons for the Boonex system that I am unaware of that accomplish the same task. Google javascript image rotate or a similar phrase. There are bound to be a hundred freely available out there. |
thanks guys. I guess there is not native logo rotater in Dolphin then! hopefully it will come out in next version |
Here's something you may be able to use....source code is available. http://www.kernelwebstudio.com/work/JavaApplets/ Let me know if it's usefull Rob |
Here's something you may be able to use....source code is available. http://www.kernelwebstudio.com/work/JavaApplets/ Let me know if it's usefull Rob Thanks Rob got your email I found this one <script language="JavaScript"> |
Okay, How does that code work for you? I might try it or just pay for the one I have already. Rob |
Okay, How does that code work for you? I might try it or just pay for the one I have already. Rob I really don't like to put hard codes in a cms. but there is not other way I can do it right now. Yes. It worked for me!! Ok. here you go. setup image and url as you want in javascript function random_imglink
replace __main_logo__ with the javascript. All set!! Now everytime, visitor will see a random logo. Cheers!! |
You could use OpenAds (previously phpads) - it is basically a very sophisticated banner rotator that allows just about any kind of banner, including flash. You can also add a new column in pagebuilder and put a tower ad there. Rob |
Hi Presentational Slideshow Viewer I have had a play with a couple of them, but am not 100% sure how to integrate them all into my site. Right now I just have gif image that was created in Camtasia - so its 5 images in one that rotate. Seemed the simplest way to do it. |
Hi Presentational Slideshow Viewer I have had a play with a couple of them, but am not 100% sure how to integrate them all into my site. Right now I just have gif image that was created in Camtasia - so its 5 images in one that rotate. Seemed the simplest way to do it. you could just copy and paste javascript I wrote in this page to any "HTML" box of your page(remeber to use html source code in editor). Then it will rotate any ads when user reload the page. However, this javascript dodesn't rotate ads/banner if user doesn't reload the page. |