Banner Scroll?

VelvetMoon at 21h06
01
Jan
2012
Hello

I'm not sure how to explain, but I want the forum banner to scroll different banners?
Forum Link (in case): http://www.AnimeCookies.nstars.org

Here is a example: http://www.anime-forums.com
They have a revolving banner, displaying a different one each time.

Is this possible for Forumotion?

Thanks ^^
1 Coddy, on 01/01/2012 at 21h13
Yes, it's possible. Read this tutorial, it's simple to understand. Just use first code in your Javascript management. Smile
2 VelvetMoon, on 01/01/2012 at 21h43
Thanks, but where is the tutorial?
3 Coddy, on 01/01/2012 at 21h44
http://forum.forumactif.com/t223082-banniere-aleatoire-ou-defilante Laughing
4 VelvetMoon, on 01/01/2012 at 22h06
I can't read that... >.>
5 Skhectic28, on 01/01/2012 at 22h10
To get the scrolling message go to,
General -> Messages and email -> Announcements

Create the announcement message and pick your scrolling options.
http://gyazo.com/9eb5a37dd9d0631bb0f0e297c7f84527

6 Coddy, on 02/01/2012 at 09h32
VelvetMoon wrote:I can't read that... >.>

Of course you can't. It's hard to try. Just kidding. Mr. Green As I said add in your Javascript management (Administration Panel => Modules => HTML & JAVASCRIPT => Javascript codes management => Create a new javascript) and the first code from forumactif's tutorial. Don't forget to enable javascript on your forum. Like this: Enable Javascript code management : Yes. Click Save. Smile
7 VelvetMoon, on 02/01/2012 at 14h08
Thanks! I'll try it now. :DD

EDIT: One last thing - where exactly in the code do you insert the banner image URLs?
8 Coddy, on 02/01/2012 at 14h19
So, the code is:
Code:
$(function() {
 
  var a = ["http://adresse_image_1", "http://adresse_image_2", "http://adresse_image_3"];
 
  $("#pun-logo img,#i_logo,#logo img").attr("src", a[Math.floor(Math.random() * a.length)])
 
});

Replace:
http://adresse_image_1
http://adresse_image_2
http://adresse_image_3
9 VelvetMoon, on 02/01/2012 at 15h06
The code worked. Thank you for your help. ^^
10 Coddy, on 02/01/2012 at 15h15
Welcome. Smile
11 Sanket, on 02/01/2012 at 19h35
Topic Solved & Locked
Similar topics
how do you change the text colour in the scroll bar at the top of the forum?
Set 1st: Set 2nd: I hope you like it!
Hello! I was looking around the forum and saw this thread: /t97265-profiles-help I have some profile fields where people edit that it would be A LOT easier if we had the scroll bar for the image list profile fields. I don't really understand how they
Replies 1 to 11 on 11 for "Banner Scroll?"
See also
more_less
Informations

11 Replies For the topic :
"Banner Scroll?"

This topic has been viewed 785 times.

Last message :
01/01/2012 at 21h06 by "VelvetMoon"