Thread: Snow Effect for vBulletin 3.8.X

Results 1 to 4 of 4
  1. #1 Snow Effect for vBulletin 3.8.X 
    Banned
    Join Date
    Nov 2011
    Posts
    136
    Thanks given
    17
    Thanks received
    24
    Rep Power
    0
    This is a simple Addon for the forums which will give the effect of snow falling throughout the forums or only on a specified page. It is very nice for the holiday season or just for looks
    Installation:

    First Step. Download THIS and upload the snow.js to your forums root directory via FTP.
    (you can also edit the snow.js to change, speed & amount of snow that falls. I will show you later.)

    Second Step: Go to ADMIN CP > STYLE MANGER > choose your default skin> All style options > HEADER
    In the "header" box add this code:
    Code:
    <!-- Start Snow For Christmas Code -->
    <script type="text/javascript" src="snow.js"></script>
    <!-- End Snow For Christmas Code -->
    The code above is used for snowing all around the forum. If you would only want one page such as your forum homepage, go to Search Templates>search text>FORUMHOME>Search titles (mark as yes)>edit the template and place under <head>:

    Code:
    <!-- Start Snow For Christmas Code -->
    <script type="text/javascript" src="snow.js"></script>
    <!-- End Snow For Christmas Code -->
    If you would like to remove the snow effects, change the template code to this:
    Code:
    <!-- Start Snow For Christmas Code -->
    <!-- <script type="text/javascript" src="snow.js"></script> -->
    <!-- End Snow For Christmas Code -->
    OR just delete the text from your templates.

    Changing Speed And Amount Of Flakes:

    If you want to change the speed, edit the following:

    save your script
    open it
    edit where it says:
    Code:
    var num =X;   //Number of flakes
    var timer = X; //setTimeout speed. Varies on different comps
    Where the "X" is, is where you edit the number to whichever you'd like.

    Enjoy!
    Reply With Quote  
     

  2. #2  
    Registered Member
    gomomo11's Avatar
    Join Date
    May 2010
    Posts
    2,379
    Thanks given
    268
    Thanks received
    196
    Rep Power
    177
    any example link would help
    Attached image
    no external links without affiliate
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2012
    Posts
    172
    Thanks given
    44
    Thanks received
    12
    Rep Power
    36
    I added it imidiatly Thanks alot !
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Oct 2012
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Thanks, Using it for my coding forum if its christmas
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Effect
    By Owned_ in forum Projects
    Replies: 3
    Last Post: 12-08-2010, 02:56 AM
  2. Does anyone know what effect this is ?
    By Cocayn in forum General
    Replies: 3
    Last Post: 06-17-2010, 08:09 PM
  3. Replies: 22
    Last Post: 05-20-2010, 05:29 AM
  4. How to effect only one
    By arr0wtohell in forum Help
    Replies: 6
    Last Post: 05-23-2009, 11:40 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •