Ahmed Nawaz
OMG Member
- Joined
- Nov 25, 2010
- Messages
- 24
Falling Snow On Forum
Enjoy Happy Winter Season With Falling Snow On Your Forum
Installation:
1: Upload "jsnow.js" (within the zip folder is attached) to your forum root
2: Edit Template: PAGE_CONTAINER and add the Following Code After <xen:include template="page_container_js_head" />
demo link removed & nulled iSnow.js file renamed by Floris
Enjoy Happy Winter Season With Falling Snow On Your Forum
Installation:
1: Upload "jsnow.js" (within the zip folder is attached) to your forum root
2: Edit Template: PAGE_CONTAINER and add the Following Code After <xen:include template="page_container_js_head" />
Code:
<!-- Snow Fall-->
<script type="text/javascript" src="jsnow.js"></script>
<script type="text/javascript">
$(function() {
$().jSnow();
});
</script>
<!--Snow Fall-->