Active
Project:
Fancy Slide
Version:
6.x-2.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 May 2011 at 15:22 UTC
Updated:
7 Jun 2011 at 14:29 UTC
Would someone please tell me how to safely uninstall Fancy Slide and Nodequeue? Specifically I would like to know which tables I can safely remove from the database:
fancy_slide
nodequeue_nodes
nodequeue_queue
nodequeue_roles
nodequeue_subqueue
nodequeue_types
Also, would someone please tell me if any fields have been created by Fancy Slide and Nodequeue in other tables. Thanks in advance for any help.
Comments
Comment #1
chriscohen commentedYou should never remove tables from the database yourself. You should disable the modules, then visit the uninstall page, and choose to uninstall them. This will remove everything that the modules have installed, which includes the database tables.
Comment #2
stanb commentedthank you! I never noticed the uninstall tab before. It appears to have worked. All the tables I mentioned in my original post have been dropped. I still have Fancy Slide images and thumbs in my default/files and default/files/imagefield_thumbs directories that I'll now need to clean out, but at least (hopefully) the DB is intact. Thanks so much for your help!
Comment #3
stanb commentedOne more question. Now that I have unchecked and uninstalled the modules via the admin interface, may I now safely remove the unwanted module files from /sites/all/modules? Thanks.