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.
The forum of the forums
5 posters

    New Christmas Decorations?

    GBDawg1
    GBDawg1
    Forumember


    Male Posts : 55
    Reputation : 1
    Language : English

    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
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    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
    GBDawg1
    GBDawg1
    Forumember


    Male Posts : 55
    Reputation : 1
    Language : English

    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.
    Neptune-
    Neptune-
    Forumember


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

    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.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    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
    GBDawg1
    GBDawg1
    Forumember


    Male Posts : 55
    Reputation : 1
    Language : English

    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);
     }
    })();
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    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.



    New Christmas Decorations?  Thecro10
     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!
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15312
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    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.


      Current date/time is September 23rd 2024, 11:14 am