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

Reply
 
Thread Tools
Holiday FX Details »»
Holiday FX
Version: 2.0.3, by Elite_360_ Elite_360_ is offline
Developer Last Online: Mar 2022 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.2.0 Rating:
Released: 11-21-2012 Last Update: 12-16-2013 Installs: 168
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

Mark As Installed = Support

For Version Information And Features Go to Post #2

Note: For falling or Floating text you can use span tags Markup i did not try it at first because the script is 12 years old and font tags has been deprecated for awhile now but will work in all browser just some day might not

DEMO For SnowStorm and Xmas Lights: http://www.schillmania.com/projects/snowstorm/

Upgrade to 2.x.x: only for 1.3.1 or lower

1. Uninstall e360 Holidayl 1.3.1 or lower could be e360 snowstorm

2. Delete e360mods/holiday folder (holiday) could be e360mods/snowstorm folder (snowstorm)

3. Delete file admincp/e360_holiday_admin.php

3. Go To Installation

Installation:

1. Upload the contents of the upload folder to your forum root

2. Import the product-e360_holiday.xml product file via AdminCP > Plugin System > Manage Products > [Add/Import Product]

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 12-01-2012, 02:55 AM
Elite_360_'s Avatar
Elite_360_ Elite_360_ is offline
 
Join Date: Nov 2012
Location: New Hampshire
Posts: 518
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by smirkley View Post
Just uploaded the updates, and now it doesnt show up logged in or not.

Note: all usergroups are entered properly.

(Let me review all settings again, if I dont post back, they were set correctly)
there a new setting for guest usergroup
Reply With Quote
  #73  
Old 12-01-2012, 03:00 AM
smirkley smirkley is offline
 
Join Date: Apr 2008
Posts: 627
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks again (I edited my last post)
Reply With Quote
  #74  
Old 12-01-2012, 04:55 AM
LouiseWilson LouiseWilson is offline
 
Join Date: Oct 2007
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello,
Super mod I'm looking to change the lights to a smaller version, cannot seems to find it in the .js file could you point me in the right direction if possible

Edit Changed the christmaslights.js

this.lights = [];
this.lightClasses = {
pico: 32,
}

this.lightClass = (window.XLSF_LIGHT_CLASS || 'pico'); // kind of light to show (32px to 96px square)

that solved it
Reply With Quote
  #75  
Old 12-01-2012, 05:16 AM
lilow lilow is offline
 
Join Date: Apr 2012
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have 4.2 installed it my plugin page everything is gone i cant remove it although i turned it off in general setting and my site now is just a white page as before i turned it off any suggestion ??? help
Reply With Quote
  #76  
Old 12-01-2012, 05:18 AM
Elite_360_'s Avatar
Elite_360_ Elite_360_ is offline
 
Join Date: Nov 2012
Location: New Hampshire
Posts: 518
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lilow View Post
I have 4.2 installed it my plugin page everything is gone i cant remove it although i turned it off in general setting and my site now is just a white page as before i turned it off any suggestion ??? help
did you do step 1. Upload e360mods folder to your forum root
Reply With Quote
  #77  
Old 12-01-2012, 05:25 AM
Elite_360_'s Avatar
Elite_360_ Elite_360_ is offline
 
Join Date: Nov 2012
Location: New Hampshire
Posts: 518
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LouiseWilson View Post
hello,
Super mod I'm looking to change the lights to a smaller version, cannot seems to find it in the .js file could you point me in the right direction if possible
Change this In the christmaslights.js File

PHP Code:
this.lightClass = (screenX>1360?'medium':'tiny'); // kind of light to show (32px to 96px square) 
To This
PHP Code:
this.lightClass = (screenX>1360?'tiny':'tiny'); // kind of light to show (32px to 96px square) 
Reply With Quote
  #78  
Old 12-01-2012, 05:38 AM
Elite_360_'s Avatar
Elite_360_ Elite_360_ is offline
 
Join Date: Nov 2012
Location: New Hampshire
Posts: 518
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lilow View Post
no is that what i did wrong? all it shows me is Warning: require([path]/e360mods/snowstorm/hooks/template_groups.php): failed to open stream: No such file or directory in [path]/includes/adminfunctions_template.php(5897) : eval()'d code on line 14
Fatal error: require(): Failed opening required '/customers/4/6/e/movie-nerd.com/httpd.www/e360mods/snowstorm/hooks/template_groups.php' (include_path='.:/usr/share/php') in /customers/4/6/e/movie-nerd.com/httpd.www/includes/adminfunctions_template.php(5897) : eval()'d code on line 14
yes do step 1 or it will not work
Reply With Quote
  #79  
Old 12-01-2012, 05:44 AM
lilow lilow is offline
 
Join Date: Apr 2012
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will give it a try thank for you help
Reply With Quote
  #80  
Old 12-01-2012, 02:37 PM
jaffaman jaffaman is offline
 
Join Date: Nov 2004
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Justinphx View Post
Great mod and our members will love it. Is it possible to have an option to turn off sound on the broken lights? I just know we will be asked that - maybe a line of code that can edited on my end? Thanks.
I would like to know if we can turn the sound off as well also not to have the lights smash as i like them just flashing
Reply With Quote
  #81  
Old 12-11-2012, 02:15 PM
Stefan118 Stefan118 is offline
 
Join Date: Dec 2010
Location: Vaassen (Netherlands)
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a problem.

At first i thought this mod was working good, but now i have complains from 2 members that they were getting a flashing horizontal scrollbar at the bottom of the screen when the snow was on.

I tried it myself with different screenresolutions, and got none.
Yesterday i worked on an other computer, and there it was.
A flashing horizontal scrollbar on my screen!

Unfortunatly i did not write down the resolution it was on, but I know from 1 member he has it on 1600x900.

Can this be solved?
I tested myself at 1024x768, 1280x1024, 1600x900, 1680x1050 and 1920x1080 there are no problems.

So the weird thing is: at my screen with 1600x900 no problem, at the member screen at 1600x900 a flashing scrollbar.
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 07:37 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.07852 seconds
  • Memory Usage 2,317KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_php
  • (5)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (12)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete