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

chriscohen’s picture

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

stanb’s picture

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

stanb’s picture

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