Deleting Plugins

Creating and modifying plugins.
Post Reply
davecjr
Regular
Posts: 167
Joined: Fri Oct 29, 2004 3:09 pm
Contact:

Deleting Plugins

Post by davecjr »

I recently looked around in my database and see what seems to be old plugins I haven't used in a long time or just tried out and deleted from the blog configuration. Should the pieces left behind be cleaned out of the database?

One reason I ask is that I know some of the previous plugins I used interfered with htmlarea and Tinymce and Tinymce still acts up sometimes and not other times.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Deleting Plugins

Post by garvinhicking »

All plugins I know of don't delete their database tables - as long as the plugin is removed, the code doesn't get activated and thus will not lead to any DB queries for those tables.

The reason or idea behind this is that we think plugins might contain important data that you don't want to accidentaly remove - so you can always re-install a plugin and start with the data you left it with.

Like deleting the staticpage plugin would delete all written pages, but maybe someone isn't thinking about this...

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply