Go Back   vb.org Archive > Community Central > vBulletin.org Site Feedback
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-03-2010, 08:01 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Would love to see In MODS section

List of database tables used in a mod.

So that we can actively see what needs removing !

Also it should be pre-requisite that mod authors supply removal instructions.
Reply With Quote
  #2  
Old 03-03-2010, 09:39 AM
Speysider's Avatar
Speysider Speysider is offline
 
Join Date: Apr 2009
Posts: 1,029
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like this idea, it's a pain when we get a ton of SQL syntax errors after the install of a mod and it don't remove all of the table rows in the db.
Reply With Quote
  #3  
Old 03-03-2010, 09:41 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Making this a requirement is not likely to happen. We want our members to share as much as possible and putting up artificial limitations would work against that objective.
Reply With Quote
  #4  
Old 03-03-2010, 10:57 AM
ChopSuey ChopSuey is offline
 
Join Date: Jun 2009
Location: Alaska
Posts: 2,140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Whenever you get errors installing modifications, it is that you haven't uploaded all files, or put them in the correct directory. Seems to be a an easy answer for most mod install problems. Also when your forum crashes, easy disable all hooks via config.php and them remove the modification.......
Reply With Quote
  #5  
Old 03-04-2010, 03:43 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This information is available to you in the product file from the download. Just open it up with a text editor and it's right near the top.
Reply With Quote
  #6  
Old 03-04-2010, 04:08 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Most of the time, you will get some removal instructions if it requires something specifically different then just running the uninstall link in the ACP and deleting the pertinent files. I don't think I've run into one yet that fails to mention extra steps if they are needed. What have you run into that did that?
Reply With Quote
  #7  
Old 03-04-2010, 09:16 AM
Carnage Carnage is offline
 
Join Date: Jan 2005
Location: uk
Posts: 760
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had the idea of adding a ref directory to one of my mods which contained some technical information. Its something i'd like to expand on doing and add it to all my mods, however documents even as simple as the ones I provided there take time to produce; time which could be spent adding new features or fixing bugs.

Quote:
Making this a requirement is not likely to happen. We want our members to share as much as possible and putting up artificial limitations would work against that objective.
I know that the OP had problems when it came to removing one of my mods; this was my fault for not testing the installation/uninstallation code properly. (Ironically, the code itself was covered by unit tests; but they had not been extended to the install/uninstall code :s) This is something i've learnt from and have now setup a dedicated development board specially for testing install/uninstallation of mods.

Whereas I agree that making a requirement is a bad idea, how about a 'good practice' guide?

Another thing that kinda bugs me is the variation in the way different authors lay out their mod threads. When vborg moves to vb4; I assume there will be a custom coded content type for mods - might I suggest that this contains fields for useful things like installation instructions, uninstallation instructions, feature list, description, change log etc. Maybe even something to elaborate on files that are included and database changes that the mod makes.
Reply With Quote
  #8  
Old 03-04-2010, 06:18 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Without pointing fingers ( as he waves his finger ) have any of you ever installed evos chatbox ?

Then removed it, using all the documentation provided, and uninstalling as per the steps suggested ?

If so, check out your phrase manager !

It annoys me that the uninstallation of a mod, leaves behind debris within phrase manager. In the case of evo_chat , over 1000 phrases floating around in your db !

--------------- Added [DATE]1267733928[/DATE] at [TIME]1267733928[/TIME] ---------------

Quote:
Originally Posted by Carnage- View Post

Whereas I agree that making a requirement is a bad idea, how about a 'good practice' guide?
I agree
Reply With Quote
  #9  
Old 03-04-2010, 06:22 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hrm, you know, since MGC requires you to import and overwrite your existing language file, I don't think that's something you could remove any other way. The phrases are not part of the product for some reason.
Reply With Quote
  #10  
Old 03-04-2010, 06:40 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Infuriating, and I bet hundreds of vb4 upgraders havent even checked their phrase manager and seen the remnants of mods removed of days gone by !

We removed via phpmyadmin, but that is usually above and beyond the ability of most forum owners, hence a complete removal tool for products such as mcb etc.

To add:

goto phrase manager and search for mcb_

If you ever installed and uninstalled you may well be surprised as what remains
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 02:29 PM.


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.03911 seconds
  • Memory Usage 2,253KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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