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
  #102  
Old 12-14-2012, 09:02 PM
jfar jfar is offline
 
Join Date: Dec 2012
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Elite_360_ View Post
add this to your config.php file define("DISABLE_HOOKS", 1); that will disable all hooks so then you can uninstall
Ok I am not to sure where exactly I should put that line... I am not that advanced at this stuff but I am trying to learn.. sorry about this.. I can find confi.php on a search in the files at the host but a good few config php files show up..
Reply With Quote
  #103  
Old 12-14-2012, 09:07 PM
da prez da prez is offline
 
Join Date: Mar 2003
Location: texas
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

includes/config.php

The file you had to edit to be able to install vB.

Open config file with wordpad
At the very top where you see <? add the code after that.
Save and re-upload config file.
Reply With Quote
  #104  
Old 12-14-2012, 09:07 PM
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 jfar View Post
Ok I am not to sure where exactly I should put that line... I am not that advanced at this stuff but I am trying to learn.. sorry about this.. I can find confi.php on a search in the files at the host but a good few config php files show up..
YOUR FORUM ROOT/includes/config.php right after this line

\*-------------------------------------------------------*/

add this to a new line define("DISABLE_HOOKS", 1);
Reply With Quote
  #105  
Old 12-14-2012, 09:13 PM
jfar jfar is offline
 
Join Date: Dec 2012
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I will try ...
Reply With Quote
  #106  
Old 12-14-2012, 09:21 PM
jfar jfar is offline
 
Join Date: Dec 2012
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I put it here is that ok?

Attachment 142887
Reply With Quote
  #107  
Old 12-14-2012, 09:25 PM
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 jfar View Post
Ok I put it here is that ok?

Attachment 142887
yeah that fine
Reply With Quote
  #108  
Old 12-14-2012, 09:31 PM
jfar jfar is offline
 
Join Date: Dec 2012
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Elite_360_ View Post
yeah that fine
Ok when I go into the CP... the product button.. when I click it i just get a white page and the same with all the different ones under it like...manage Products and Plugin Manager ???


same with the Styles and Templates button....? when i click on them I get nothing...

the options button is working and i can see the panel where I can turn off and on the snow in the -360 pane... is there any way i can delete it from there ?
Reply With Quote
  #109  
Old 12-14-2012, 09:37 PM
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 jfar View Post
Ok when I go into the CP... the product button.. when I click it i just get a white page and the same with all the different ones under it like...manage Products and Plugin Manager ???


same with the Styles and Templates button....? when i click on them I get nothing...

the options button is working and i can see the panel where I can turn off and on the snow in the -360 pane... is there any way i can delete it from there ?
maybe restart your server because what i told you too do would make all add on not work so if it was my mod then that would fix the problem you can remove this code from the config.php file define("DISABLE_HOOKS", 1);
Reply With Quote
  #110  
Old 12-14-2012, 09:43 PM
jfar jfar is offline
 
Join Date: Dec 2012
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Elite_360_ View Post
maybe restart your server because what i told you too do would make all add on not work so if it was my mod then that would fix the problem you can remove this code from the config.php file define("DISABLE_HOOKS", 1);
ok I will do that ... so how do I go about restarting the server please? again I am not sure how to do that.. if you could point me in that direction I am ok once I am shown lol...
Reply With Quote
  #111  
Old 12-14-2012, 09:46 PM
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 jfar View Post
ok I will do that ... so how do I go about restarting the server please? again I am not sure how to do that.. if you could point me in that direction I am ok once I am shown lol...
who can only do that if you are the host what type of hosting do you have?
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 09:26 AM.


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.04987 seconds
  • Memory Usage 2,324KB
  • 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
  • (7)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