vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Forum Display Enhancements - Snowstorm for your site ~.~ (https://vborg.vbsupport.ru/showthread.php?t=208309)

bodaudinh 03-13-2009 10:00 PM

Snowstorm for your site ~.~
 
1 Attachment(s)
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/)

RedeemedWarrior 03-14-2009 06:11 PM

great mod :D

Jasem 03-16-2009 07:10 PM

Good work, thank you......

Installed

HATEWILL! 08-12-2009 11:41 PM

thanks!

Eryeal 08-13-2009 08:24 PM

Brilliant! Thanks!

yotsume 08-17-2009 07:47 AM

How can I add this to vbadvanced homepage?

matthewhotdude 09-16-2009 07:22 PM

Great, Can't wait till christmas now

matthewhotdude 11-11-2009 04:36 PM

Did eveything as instructions and it doesnt work

RobbieZ 11-11-2009 06:29 PM

https://vborg.vbsupport.ru/external/2009/11/22.png

When you write the script into headinclude !!

RobbieZ 11-11-2009 06:42 PM

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
-----------------------------


All times are GMT. The time now is 03:53 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01212 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete