New Christmas Decorations?
5 posters
Page 1 of 1
New Christmas Decorations?
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?
What happened to all these? If they can't be resurrected, has anyone designed anything new?
Re: New Christmas Decorations?
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
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
Re: New Christmas Decorations?
No, it wasn’t. There were others from years ago. Those are the same as last year.
Re: New Christmas Decorations?
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.
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.
Re: New Christmas Decorations?
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.
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.
Re: New Christmas Decorations?
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);
}
})();
Re: New Christmas Decorations?
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.
Please use the codes tag button on the editor to contain any type of codes you will post in your future posts.
Regards,
TC.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Similar topics
» Christmas Decorations not working
» Christmas decorations for forum
» Christmas decorations not working..
» Need Halloween decorations for my forum. (by the editor's choice)
» Easter Decorations?
» Christmas decorations for forum
» Christmas decorations not working..
» Need Halloween decorations for my forum. (by the editor's choice)
» Easter Decorations?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum