The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Snowstorm for your forum! With Options Details »» | |||||||||||||||||||||||||||
Snowstorm for your forum!
Description The christmas comes to vBulletin forums!, with this you can have a snowstorm in your vBulletin pages. Compatible with vBulletin CMS, Blogs and Forums! Demo How to install 1. Upload via FTP the clientscript folder to your forum root. 2. Go to AdminCP - Styles & Templates search template headinclude and add at the end: Code:
<script type="text/javascript" src="clientscript/snowstorm.js"></script> If you want to edit options open clientscript/snowstorm.js file and edit as you want : Code:
// --- PROPERTIES --- this.flakesMax = 128; // Limit total amount of snow made (falling + sticking) this.flakesMaxActive = 64; // Limit amount of snow falling at once (less = lower CPU use) this.animationInterval = 33; // Theoretical "miliseconds per frame" measurement. 20 = fast + smooth, but high CPU use. 50 = more conservative, but slower this.flakeBottom = null; // Integer for Y axis snow limit, 0 or null for "full-screen" snow effect this.targetElement = null; // element which snow will be appended to (document body if null/undefined) - can be an element ID string, or a DOM node reference this.followMouse = true; // Snow will change movement with the user's mouse this.snowColor = '#fff'; // Don't eat (or use?) yellow snow. this.snowCharacter = '•'; // • = bullet, · is square on some systems etc. this.snowStick = true; // Whether or not snow should "stick" at the bottom. When off, will never collect. this.useMeltEffect = true; // When recycling fallen snow (or rarely, when falling), have it "melt" and fade out if browser supports it this.useTwinkleEffect = false; // Allow snow to randomly "flicker" in and out of view while falling this.usePositionFixed = false; // true = snow not affected by window scroll. may increase CPU load, disabled by default - if enabled, used only where supported // --- less-used bits --- this.flakeLeftOffset = 0; // amount to subtract from edges of container this.flakeRightOffset = 0; // amount to subtract from edges of container this.flakeWidth = 8; // max pixel width for snow element this.flakeHeight = 8; // max pixel height for snow element this.vMaxX = 5; // Maximum X velocity range for snow this.vMaxY = 4; // Maximum Y velocity range this.zIndex = 0; // CSS stacking order applied to each snowflake // --- End of user section --- Download Now
Show Your Support
|
Благодарность от: | ||
mohammed146 |
Comments |
#32
|
||||
|
||||
Thank you again for this, worked great, the members really liked it.
|
#33
|
||||
|
||||
Would like to know if this is still supported and working with the latest versions of vB. Interested in maybe deploying it for our Christmas skin this year.
|
#34
|
||||
|
||||
Hi
Installed this on 4.1.4 and it works fine. However after installing this I get some bars across the page on both Chrome 15, FF 8 and IE 9. See attached screenshots. Any solution to this? Attachment 134726 Attachment 134727 |
#35
|
||||
|
||||
Can this be activated for only 1 of my subforums, rather than every forum?
I guess maybe can the certain forum choose this snowstorm skin option and the rest of my forum remain the existing default? |
#36
|
||||
|
||||
And can anybody give feedback if this has taken up a lot of resources with their forum?
|
#37
|
||||
|
||||
Answered my own questions. I duplicated my default style, created one called snowstorm, left it up to user choice to switch back. So far it's now taking any noticeable resources.
Thanks! |
#38
|
|||
|
|||
How to option disable?
|
#39
|
|||
|
|||
Cheers - nice and easy to implement and looks great.
|
#40
|
||||
|
||||
Just an idea, re-name title to Snowstorm Snow for your forum! With Options!.
Took me ages to find this when entering snow it didn't show up. Thanks, gave the effect we needed for the festive season. |
#41
|
|||
|
|||
is there a way to show an image instead of snow
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|