Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Snowstorm for your site ~.~ Details »»
Snowstorm for your site ~.~
Version: 1.00, by bodaudinh bodaudinh is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.8.x Rating:
Released: 03-13-2009 Last Update: 03-13-2009 Installs: 122
Template Edits
Additional Files  
No support by the author.

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>
Edit something in snowstorm.js if u want!
(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;

  // ------------------
Demo:
- http://schillmania.com/projects/snow...c-example.html

Thanks:
- Scott Schiller (http://schillmania.com/projects/snowstorm/)

Download Now

File Type: zip snowstorm.zip (8.6 KB, 852 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
ricardoNJ

Comments
  #42  
Old 12-20-2009, 07:29 AM
Reyn Reyn is offline
 
Join Date: Aug 2009
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed it, but it didn't work in opera and firefox. I changed in snowstorm.js following line
Code:
var usePNG = true;
to
Code:
var usePNG = false;
and it worked.
Reply With Quote
  #43  
Old 01-06-2010, 07:28 AM
Miss Chatterbox's Avatar
Miss Chatterbox Miss Chatterbox is offline
 
Join Date: Sep 2009
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and loving it! Seems to be working fine in Firefox as well!
Reply With Quote
  #44  
Old 02-03-2010, 05:13 PM
profanitytalker profanitytalker is offline
 
Join Date: Nov 2006
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like to reserve this for Christmas. xD
Reply With Quote
  #45  
Old 12-11-2010, 02:16 PM
Karm4 Karm4 is offline
 
Join Date: Jun 2008
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did anyone figure out how to get this to work with vbadvanced? If so post up the script!
Reply With Quote
  #46  
Old 12-11-2010, 02:32 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works perfectly on VBA. On my site below I used a simple header and background to create a xmas theme to match the snow. I also added a live countdown to xmas and new years that shows a live time in days/hours/minutes/seconds until both events happen.

www.globalschoolconnect.com

At the bottom of my headinclude template I added this code so it would display on all pages. There is no need to do anything special for VBA to get it to work so long as the code is placed in your headinclude template. Note: I had to use a full url path to the snowflake.js for it to work.

Input your domain and any sub-folders needed to match your site in red.

Code:
<!-- Start Snowflake Code -->
<script type="text/javascript" src="http://www.your.domain.com/clientscript/snowflake.js"></script>
<!-- End Snowflake Code -->
Reply With Quote
  #47  
Old 12-12-2010, 03:40 AM
Karm4 Karm4 is offline
 
Join Date: Jun 2008
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did what you said and it doesnt show up on any of the pages now. Idk. Seems weird. I figured it would work just using it in the header but didnt work. I tried headinclude as well but now it doesnt load anywhere. Any ideas?
Reply With Quote
  #48  
Old 12-13-2010, 04:43 AM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Karm4 View Post
I did what you said and it doesnt show up on any of the pages now. Idk. Seems weird. I figured it would work just using it in the header but didnt work. I tried headinclude as well but now it doesnt load anywhere. Any ideas?
I must need more sleep my instructions are not for this mod but another one that I have installed! DOH!

https://vborg.vbsupport.ru/showthread.php?t=197312

I am using this one and it just works! Sorry!
Reply With Quote
  #49  
Old 12-13-2010, 02:30 PM
ni_hao ni_hao is offline
 
Join Date: Nov 2006
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This one is much better than the other one . In my opinion anyway .
Reply With Quote
  #50  
Old 12-13-2010, 02:39 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about random images falling on every page refresh! I just got help to gode that for the other MOD and will be releasing in in that thread!

Have a look at my site now: http://www.globalschoolconnect.com/

Refresh the page and get a new random image each time! I can put unlimited list of images and even animated gifs for real effects!
Reply With Quote
  #51  
Old 12-13-2010, 03:12 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ni_hao View Post
This one is much better than the other one . In my opinion anyway .
Sorry not even close! Now with the other one we have random images unlimited that can fall and it works on VB, VBA, as as a stand alone HTML page!

One image falling script to rule them all... and this one ain't it!

A live example for every one is: www.globalschoolconnect.com/example/random.html

refresh the page and enjoy the magic! I am making more animated gifs for this now and they will be included in my example page above but released on the other mods page: Randoam Images On Page Reload or Refresh
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:18 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04922 seconds
  • Memory Usage 2,335KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete