rotating logo

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.

Quote · 17 Jul 2008

Hi,

You could create a gif animated logo that rotates through various images. Not sure about one that changes only on A refresh though.

Cheers

Max

Quote · 17 Jul 2008

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.

Quote · 17 Jul 2008

thanks guys. I guess there is not native logo rotater in Dolphin then! hopefully it will come out in next version

Quote · 21 Jul 2008

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

Quote · 21 Jul 2008

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">
<!--
/*
Random Image Link Script
By Website Abstraction (http://www.wsabstract.com)
and Java-scripts.net (http://www.java-scripts.net)
*/

function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="img1.gif"
myimages[2]="img2.gif"
myimages[3]="img3.gif"

//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="http://www.wsabstract.com"
imagelinks[2]="http://www.dynamicdrive.com"
imagelinks[3]="http://www.java-scripts.net"

var ry=Math.floor(Math.random()*myimages.length)

if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>')
}

random_imglink()
//-->
</script>

Quote · 21 Jul 2008

Okay, How does that code work for you? I might try it or just pay for the one I have already.

Rob

Quote · 21 Jul 2008

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


open /templates/tmpl_uni/_header.html

replace __main_logo__   with the javascript. All set!!

Now everytime, visitor will see a random logo.

Cheers!!  Cool

Quote · 22 Jul 2008

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

Quote · 22 Jul 2008

Hi

I have been looking and Ive found a few items of interest:

Ultimate Fade In Slideshow

DHTML Slideshow script

Presentational Slideshow Viewer

Random IFrame Content

Slideshow Wizard

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.

Cheers

Max

Quote · 22 Jul 2008

Hi

I have been looking and Ive found a few items of interest:

Ultimate Fade In Slideshow

DHTML Slideshow script

Presentational Slideshow Viewer

Random IFrame Content

Slideshow Wizard

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.

Cheers

Max

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.

Quote · 23 Jul 2008
 
 
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.