The Joomla! Extensions Directory ™


Snowflakes Module

Install the module and activate it, then hide the title. You can change the snow color in mod_snowflakes.php. By Erik Duits http://www.mbpc.nl Have fun !

Report

2008-12-11
Reviews: 3
I just install and enable it, it works as expected.
Thank you very much.
2008-12-08
Reviews: 1
Worked great under IE7, but was having troubles under FF3. Using FireBug, I was able to see that the "top" position was constantly -10 which was off the screen.

I got it working however by updating the winsize function as follows (domWw being the FF code):

function winsize(){
var rh,rw;
if (domWw){
if (d.documentElement && d.defaultView &&
typeof d.defaultView.scrollMaxY == "number"){
rh = window.innerHeight;
rw = window.innerWidth-20;
}
else{
rh = r.innerHeight;
rw = r.innerWidth;
}
h = rh - 2;
w = rw - 2;
}
else{
h = r.clientHeight - 2;
w = r.clientWidth - 2;
}
}
2007-12-19
Reviews: 1
Don't work in Fire Fox (v2)
Works great under IE6 and IE7.
Owner's reply

it will work in firefox, depend on template.
In some templates you have to move the module to another location. ( user1, right, left, ......)

Check my URL with firefox:
http://www.mbpc.nl/joomla-snow/joomla-snow-module.html

It works !

2 of 2 people found this review helpful
2007-12-15
Reviews: 2
Great module. Works well.
We need this module meanwhile we are waiting for the real snow.
Thanks.