Snow Effect For vB 3.8.x!

MobileHacks

New Member
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 and since that is coming up,
Installation:

First Step. Download the attached snow.zip (unzip it) and upload the snow.js to your forums root directory in the FTPs.
(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:

PHP:
<!-- 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>:

PHP:
<!-- 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:
PHP:
<!-- 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:
PHP:
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.

This is proven to work on all versions of IE or FF.
 
badass but im using the one thats on this forum xD
View Source WTF xD
will i get in trouble? if so, i'll stop doing it xD
I just really liked the snow ;P
 
Back
Top