Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-08-21 00:14:14
- snozle
- New Member
- Registered: 2005-05-16
- Posts: 7
Imported over 1000 images by accident, delete all?
I was attempting to use the nhn_image_import and imported multiple versions of over 100 images. I want to be able to delete all of the images, but textpattern only has a button beside each image to delete it individually. After some searching on the forums I realize that this absent feature is quite coveted. I was wondering if there is a way to delete the images via MySQL or another way because manually deleting over 1000 images is extremely tedious. Thanks
Offline
#2 2006-08-21 00:42:43
- snozle
- New Member
- Registered: 2005-05-16
- Posts: 7
Re: Imported over 1000 images by accident, delete all?
Ok, I found out how to do it with some experimentation. Simply issue the command “DELETE FROM `txp_image` WHERE `category` = ‘yourcategory’”
Offline