The Arcive of vBulletin Modifications Site. |
|
Snowstorm for your site ~.~ Details »»
|
|||||||||||||||||||||||||||
1. Upload 2 folder: clientscript and images to your forum.
2. Just add the code below into headinclude Code:
<script type="text/javascript" src="clientscript/snowstorm.js"></script> (Line 71) Code:
// PROPERTIES // ------------------ var imagePath = 'images/snow/'; // relative path to snow images (including trailing slash) var flakesMax = 128; var flakesMaxActive = 64; var vMaxX = 8; var vMaxY = 4; var usePNG = true; var flakeBottom = null; // Integer for fixed bottom, 0 or null for "full-screen" snow effect var snowStick = true; var snowCollect = false; var targetElement = null; // element which snow will be appended to (document body if undefined) var followMouse = true; var flakeTypes = 6; var flakeWidth = 5; var flakeHeight = 5; // ------------------ - http://schillmania.com/projects/snow...c-example.html Thanks: - Scott Schiller (http://schillmania.com/projects/snowstorm/) Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Благодарность от: | ||
| ricardoNJ | ||
| Comments |
|
#2
|
|||
|
|||
|
great mod
|
|
#3
|
||||
|
||||
|
Good work, thank you......
Installed |
|
#4
|
|||
|
|||
|
thanks!
|
|
#5
|
|||
|
|||
|
Brilliant! Thanks!
|
|
#6
|
||||
|
||||
|
How can I add this to vbadvanced homepage?
|
|
#7
|
|||
|
|||
|
Great, Can't wait till christmas now
|
|
#8
|
|||
|
|||
|
Did eveything as instructions and it doesnt work
|
|
#9
|
|||
|
|||
![]() When you write the script into headinclude !! |
|
#10
|
|||
|
|||
|
use this:
------------------------------ Open the FORUMHOME template ------------------------------ Find </head> add above: Code: <!-- Start Snowflake Code --> <script type="text/javascript" src="clientscript/snowstorm.js"></script> <!-- End Snowflake Code --> ----------------------------- Save FORUMHOME ----------------------------- |
![]() |
|
|