New Christmas Decorations?  Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
5 posters

    New Christmas Decorations?

    GBDawg1
    GBDawg1
    Forumember


    Male Posts : 55
    Reputation : 1
    Language : English

    In progress New Christmas Decorations?

    Post by GBDawg1 Tue 17 Dec - 15:05

    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 : 19436
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: New Christmas Decorations?

    Post by Ape Tue 17 Dec - 20:02

    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 Tue 17 Dec - 21:52

    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- Tue 17 Dec - 22:28

    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 : 19436
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: New Christmas Decorations?

    Post by Ape Tue 17 Dec - 23:55

    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 Thu 19 Dec - 9:51

    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 Thu 19 Dec - 9:56

    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 : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    In progress Re: New Christmas Decorations?

    Post by skouliki Sat 21 Dec - 10:51

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