Let It Snow.
So, you want Javascript snow on your web site, eh?
What It does
Snowstorm is a Javascript-driven snow effect that can be easily added to web pages. It is free for use, and easy to set up. A single Javascript file provides the functionality required. No images are used for the snow effect.
Demo
My Blog: http://www.namaless.com
vBulletin Forum: http://www.techno-house-electro.de/forum/
Installation- Download this Product
- Unzip this Product
- Upload the content from directory UPLOAD in your vBulletin Root Directory
- Import this product product-namaless_snowstorm.xml
- Go to vBulletin Options -> Snow Storm Settings setup this product.
Change Log- Version 1.0.0
- Version 1.1.0
- Added all Javascript options to vBulletin Options Pannel.
- Added in the footer links "Snow Storm On/Off", this link enable/disable snowing with cookie setting.
- Change jQuery Javascript to YUI2 (vBulletin Javascript Framework).
- Minor bug fix.
- Version 1.1.1
- Added "Script Locations" from this suggestion. Now show Snow Storm ONLY where THIS_SCRIPT is used here. Leave empty to show in all pages but your server CPU bye bye xD
- Moved "Toggle Snow On/Off" link from footer links into header userinfo. In next major release move this link to upper where not found template_hook and move with YUI DOM.
- Version 1.2.0
- Fixed "Script Locations" from this post.
- Moved "Toggle Snow On/Off" link from header userinfo before notifications with jQuery (not found template hook for insert link here).
- YUI2 death. I love jQuery and use this.
- Remove JS min option and use min javascript to default.
- Version 1.2.1
- Update "Toggle Snow On/Off" link with relative status related of SnowStorm Status (when snow is off view "Toggle Snow ON").
- Use official Namaless CDN for all Javascript scripts.
- Added 2 screenshots.
- Remove 2 templates because isn't need.
- Version 1.2.2
- Update "Toggle Snow On/Off" link, show for guest and members.
- Show snow in all pages (removed 'index' from default setting).
- Fixed 'uncached template'.
- Version 1.2.3
- Remove Namaless CDN and use local version of Javascripts.
- Fixed bug for "Toggle Snow ON/OFF" link because some members not show the link (sorry for inconvenience).
- Version 1.2.4
IMPORTANT NOTE
For the correct operation of the MOD must have in your template the following
template_hooks:
- headinclude_javascript
- footer_javascript
In your template "
header" find:
Code:
{vb:raw template_hook.headinclude_javascript}
In your template "
footer" find:
Code:
{vb:raw template_hook.footer_javascript}
If these are not the
template_hook MOD WILL NOT WORK!
Before commenting that the MOD does not work, make sure that these template_hooks are present in your template.
The Javascript provide by http://www.schillmania.com