Snow For Christmas

megamisiek23

New Member
This is a VERY simple addon that will give the effect of snow falling on your forums, its great for the holiday season, and makes it an easy way to give your forum that holiday feel without doing a bunch of editing or theme changes.

Step 1. Download the attached snow.zip (unpack it) and upload the snow.js to your forums root
(you can also edit the snow.js to change speed & amount of snow that falls)

Step 2. Go to ADMIN > STYLE MANGER > your style > 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 -->

(this will make it snow on all areas of your forum)

If you only want the snow effect to be seen on the main page of your forum then do Step 3 instead of Step 2

Step 3. Go to your styles "FORUMHOME" and add the above code just under the "<head>"

This has only been tested on 3.6.7 using IE7

To stop this effect after the holidays, simply comment out the script code like this:

Code:
<!-- Start Snow For Christmas Code -->
<!-- <script type="text/javascript" src="snow.js"></script> -->
<!-- End Snow For Christmas Code -->

KLICK DEMO
 

wanna be

New Member
coooooollll man

ur so great ^_^

good idea i like it


but i have 1 Q

u said (( (unpack it) and upload the snow.js to your forums root ))

what do u men and where ?? plz explain



thanks man


bye
 

Nightvision

New Member
wanna be said:
u said (( (unpack it) and upload the snow.js to your forums root )) what do u men and where ??

Example URL:
http://www.your-website-url.com/forums/index.php

Then this wil be your root (directory)
http://www.your-website-url.com/forums

forums/snow.js

The Snow will only be on the index page of the forums ...
 

iPodHacker

New Member
Reposted with hidden content (& colors:p):

This is a VERY simple addon that will give the effect of snow falling on your forums, its great for the holiday season, and makes it an easy way to give your forum that holiday feel without doing a bunch of editing or theme changes.

Step 1.
Download the snow.zip in original post (unpack it) and upload the snow.js to your forums root
(you can also edit the snow.js to change speed & amount of snow that falls)

Step 2.
Go to ADMIN > STYLE MANGER > your style > HEADER
In the "header" box add this code:

PHP:
<head>
<!-- Start Snow For Christmas Code -->
<script type="text/javascript" src="snow.js"></script>
<!-- End Snow For Christmas Code -->
(this will make it snow on all areas of your forum)

If you only want the snow effect to be seen on the main page of your forum then do Step 3 instead of Step 2

Step 3.
Go to your styles "FORUMHOME" and add the above code just under the
PHP:
<head>


This has been tested on 3.6.7 using IE7 and 3.6.8 (PL1) using Firefox 2.0.0.9

To stop this effect after the holidays, simply delete

PHP:
<head>
<!-- Start Snow For Christmas Code -->
<script type="text/javascript" src="snow.js"></script>
<!-- End Snow For Christmas Code -->
.
 

slumz1337

New Member
thx iPodHacker

is there any chance to make the snow a little bit bigger?

i use the default style and i see the snow only on titles ...
 

Wolve

New Member
Is it possible to make this effect time based? Link from 1st December to 6th January? So we don`t have to outcomment it...
 
Top