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.

New Christmas Decorations?

5 posters

Go down

In progress New Christmas Decorations?

Post by GBDawg1 December 17th 2019, 2:05 pm

Some years ago, there were more Christmas decorations on here than there are now, such as a snowman, random cursor, smashing lights at the top for banners and a nice code that turned admin/moderators names red and green.

What happened to all these? If they can't be resurrected, has anyone designed anything new? Hohoho
GBDawg1
GBDawg1
Forumember

Male Posts : 55
Reputation : 1
Language : English

http://www.theeafl.com

Back to top Go down

In progress Re: New Christmas Decorations?

Post by Ape December 17th 2019, 7:02 pm

Hello @GBDawg1 I think this is what you are looking for.
https://help.forumotion.com/t158281-decorate-your-forums-for-christmas

NOTE:
All older codes used on other threads may no longer work as updates to HTTPS addresses are now in play also JavaScript's updates and Flashplay No longer works on our forum's


New Christmas Decorations?  Left1212New Christmas Decorations?  Center11New Christmas Decorations?  Right112
New Christmas Decorations?  Ape_b110
New Christmas Decorations?  Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19122
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: New Christmas Decorations?

Post by GBDawg1 December 17th 2019, 8:52 pm

No, it wasn’t. There were others from years ago. Those are the same as last year.
GBDawg1
GBDawg1
Forumember

Male Posts : 55
Reputation : 1
Language : English

http://www.theeafl.com

Back to top Go down

In progress Re: New Christmas Decorations?

Post by Neptune- December 17th 2019, 9:28 pm

Hello


All current decos have been made for 2017 since older one in Flash no longer worked, worked only on computers already set for, never worked on mobile devices and most of all Flash will completely stop to be supported by browsers.

And we never had anything for random cursors. Except for Halloween.


I have a backup of 2016 topic and most codes use Flash, external scripts hosted on Archive-host are no longer hosted, all URL are called in http.

The only codes still working from 2016 list are : Rains of images, snows and cursors and as they still work, they're included in 2019 topic.
Neptune-
Neptune-
Forumember

Female Posts : 496
Reputation : 104
Language : French (10), English (8), CSS (5), HTML (4), Javascript (4)
Location : Scotland, UK

https://www.galaxie-series.net/

Back to top Go down

In progress Re: New Christmas Decorations?

Post by Ape December 17th 2019, 10:55 pm

sadly we no longer have them codes as they No longer work on our forum's sorry.
The only ones that work now is the ones we have listed in our post.

There is no other way to get any old codes to work.


New Christmas Decorations?  Left1212New Christmas Decorations?  Center11New Christmas Decorations?  Right112
New Christmas Decorations?  Ape_b110
New Christmas Decorations?  Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19122
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: New Christmas Decorations?

Post by GBDawg1 December 19th 2019, 8:51 am

I found the random cursor code and it still works

Code:
(function randomCursor() {
 // Happy Christmas from The EAFL!
 // You may change the cursor images below
 var type = 'random',
     cursor1 = 'https://i.servimg.com/u/f59/18/21/41/30/curseu10.png',
     cursor2 = 'https://i.servimg.com/u/f59/18/21/41/30/curseu11.png',
     cursor3 = 'https://i.servimg.com/u/f59/18/21/41/30/curseu12.png',
     cursor4 = 'https://i.servimg.com/u/f59/18/21/41/30/curseu13.png',
     cursor5 = 'https://i.servimg.com/u/f59/18/21/41/30/curseu14.png',
     r = Math.floor(Math.random()*5), t = type.toLowerCase();

     if (r === 0 && t === 'random' || t === 'cursor1') setCursor(cursor1);
     if (r === 1 && t === 'random' || t === 'cursor2') setCursor(cursor2);
     if (r === 2 && t === 'random' || t === 'cursor3') setCursor(cursor3);
     if (r === 3 && t === 'random' || t === 'cursor4') setCursor(cursor4);
     if (r === 4 && t === 'random' || t === 'cursor5') setCursor(cursor5);

 function setCursor(cursor) {
   var s = document.createElement('STYLE');
   s.type = 'text/css';
   s.innerHTML = 'body, *:hover {cursor:url('+cursor+'),auto !important}';
   document.head.appendChild(s);
 }
})();
GBDawg1
GBDawg1
Forumember

Male Posts : 55
Reputation : 1
Language : English

http://www.theeafl.com

Back to top Go down

In progress Re: New Christmas Decorations?

Post by TheCrow December 19th 2019, 8:56 am

Hello,

Please use the codes tag button on the editor to contain any type of codes you will post in your future posts.

Regards,
TC.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: New Christmas Decorations?

Post by skouliki December 21st 2019, 9:51 am

When your request is complete, please mark it as Solved.
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

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