The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Rotating banners

5 posters

Go down

Solved Rotating banners

Post by Sweetheart1 December 16th 2009, 6:04 am

Hi there,



Can anyone suggest a good rotating banner site please...The banners i have are 150 x 150...i tried CGspy but it distorts the small banners/buttons as it only accepts the one size.I want something similar to what the gallery has...a slideshow...but i want to be able to link each banner to it's home site...and upload it into a widget.



Thankyou in advance.



Raq
Sweetheart1
Sweetheart1
Forumember

Female Posts : 146
Reputation : 1
Language : English
Location : Australia

http://copyrightcorner.aforumfree.com/forum.htm

Back to top Go down

Solved Re: Rotating banners

Post by Jophy December 16th 2009, 6:19 am

you can have an animated banner but i don't really understand what you're saying, well try suggesting this on the suggestion section?
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: Rotating banners

Post by JamesTricker December 16th 2009, 7:16 am

If you want the banners rotating on a timer thats possible just send me the images you want and I'll try come up with a code. If not please add more detail Smile
avatar
JamesTricker
New Member

Posts : 13
Reputation : 0
Language : English

Back to top Go down

Solved Re: Rotating banners

Post by Sweetheart1 December 16th 2009, 10:29 am

Do you know how the gallery has a widget that shows the uploaded images as a slideshow??I want something like that bt i want to be able to link each banner to it's site...So if i have 5 different site banners each banner is linked back to the site it's the banner of.

Here is my practise forum

http://ccpractiseforum.forumotion.com/index.htm?sid=c5fee564d8efffc431565011bd828c04

Do you see that widget that shows the 2 banners??That is the gallery widget that you add from the widget section of the admin panel.I want each banner linked to it's own site...but the gallery widget doesn't allow that.

I tried something like the slideshow on this blog

http://cupcakesprinklesbycaitlin.blogspot.com/2008/09/repost-of-templates-2-3-and-4.html?zx=65f160f0983c1fda

But i still can't link the banners to thier sites Rotating banners Icon_redface

I'm not sure else to describe it...LOL...THankyou for offering to write a code..but will i be able to add more banners?

Thankyou Rotating banners Icon_mrgreen
Sweetheart1
Sweetheart1
Forumember

Female Posts : 146
Reputation : 1
Language : English
Location : Australia

http://copyrightcorner.aforumfree.com/forum.htm

Back to top Go down

Solved Re: Rotating banners

Post by Jophy December 16th 2009, 10:35 am

well for these, i can suggest you to just have affiliates images for each site where they can link to each site you're saying and placing them in a widget, it will be more easier.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: Rotating banners

Post by Sweetheart1 December 16th 2009, 10:44 am

Affiliates banners is basically what it is....But how would i get them into a widget? Rotating banners Icon_redface

Edit: I just thought of something....It's like the facebook buttons a lot of us have on our forums...It is linked to facebook...i want something like that...but with more banners in the same widget. Rotating banners Icon_smile Rotating banners Icon_confused
Sweetheart1
Sweetheart1
Forumember

Female Posts : 146
Reputation : 1
Language : English
Location : Australia

http://copyrightcorner.aforumfree.com/forum.htm

Back to top Go down

Solved Re: Rotating banners

Post by Jophy December 16th 2009, 10:47 am

simply create a widget name what you like and put their code there
Code:
[center][url=Link of site here][img]Url of image here[/img][/url][/center]

try that, that's what i did on my forum.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: Rotating banners

Post by Sweetheart1 December 16th 2009, 11:47 am

Rotating banners Icon_redface I'm sorry but i'm a dummy when it comes to this codeing stuff...I did that...it works great for 1 banner...but how do i get it to..um...rotate...into another banner....so i can have...10 or more banners rotating and linked??

Thankyou for being patient with me Rotating banners Ddr555
Sweetheart1
Sweetheart1
Forumember

Female Posts : 146
Reputation : 1
Language : English
Location : Australia

http://copyrightcorner.aforumfree.com/forum.htm

Back to top Go down

Solved Re: Rotating banners

Post by ankillien December 16th 2009, 11:52 am

Hello,

Can you tell me how do you want the banners to rotate?
On page refresh, automatic time interval or as per user interface?
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Rotating banners

Post by Sweetheart1 December 16th 2009, 11:55 am

If you go to the link for my practise forum you'll see i have the gallery widget showing...it shows the gallery images as a slide show...thats what i want but i need each image to have a link to the site that it's the banner for

http://ccpractiseforum.forumotion.com/index.htm?sid=c5fee564d8efffc431565011bd828c04</A>

You should also see that i left my fumbled attempt your code...which is exactly what i need...but i want each image to slideshow... Rotating banners Icon_redface

If all else fails i will keep seing the gallery widget and put the sites urls as the image name like i have already Rotating banners Icon_redface

Thankyou
Sweetheart1
Sweetheart1
Forumember

Female Posts : 146
Reputation : 1
Language : English
Location : Australia

http://copyrightcorner.aforumfree.com/forum.htm

Back to top Go down

Solved Re: Rotating banners

Post by ankillien December 16th 2009, 12:18 pm

Here is a script I found on net...

You need to edit the bold part as per your need. And remove the bold tags from the script before using.

<SCRIPT LANGUAGE="JavaScript">
<!--

/*
Script by FPMC at http://jsarchive.8m.com
Submitted to JavaScript Kit (http://javascriptkit.com)
For this and 400+ free scripts, visit http://javascriptkit.com
*/

//set image paths
src = ["BANNER IMAGE URL 1", "BANNER IMAGE URL 2", "BANNER IMAGE URL 3", "BANNER IMAGE URL 4"]



//set corresponding urls
url = ["LINK URL BANNER 1", "LINK URL BANNER 2", "LINK URL BANNER 3", "LINK URL BANNER 4"]


//set duration for each image
duration = 4;

//Please do not edit below
ads=[]; ct=0;
function switchAd() {
var n=(ct+1)%src.length;
if (ads[n] && (ads[n].complete || ads[n].complete==null)) {
document["Ad_Image"].src = ads[ct=n].src;
}
ads[n=(ct+1)%src.length] = new Image;
ads[n].src = src[n];
setTimeout("switchAd()",duration*1000);
}
function doLink(){
location.href = url[ct];
} onload = function(){
if (document.images)
switchAd();
}
//-->
</SCRIPT>

<A HREF="javascript:doLink();" onMouseOver="status=url[ct];return true;"
onMouseOut="status=''">
<IMG NAME="Ad_Image" SRC="image1.gif" BORDER=0>
</A>

<p align="center"><font face="arial" size="-2">This free script provided by <a href="http://javascriptkit.com">JavaScript Kit</a></font></p>

Hope this helps you Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Rotating banners

Post by Sweetheart1 December 16th 2009, 1:21 pm

Thankyou Ankillien for all your help and patience...It is 10:30pm here now so i'll have a go at this script in the morning Rotating banners Icon_mrgreen
Sweetheart1
Sweetheart1
Forumember

Female Posts : 146
Reputation : 1
Language : English
Location : Australia

http://copyrightcorner.aforumfree.com/forum.htm

Back to top Go down

Solved Re: Rotating banners

Post by Sweetheart1 December 28th 2009, 10:48 am

Ankillian i could hug you...hehe...Thankyou so much....It took me a while and a lot of patience but i finally got it to work.

Thankyou so much for your patience.I hope you had a fabulous xmas♥

Hugs Raqual
Sweetheart1
Sweetheart1
Forumember

Female Posts : 146
Reputation : 1
Language : English
Location : Australia

http://copyrightcorner.aforumfree.com/forum.htm

Back to top Go down

Solved Re: Rotating banners

Post by Sanket December 28th 2009, 11:58 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Rotating banners 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum