benFF
Well-known member
benFF submitted a new resource:
Soft delete all moderated threads and posts - Quickly clear your moderation queue by soft deleting everything using mySQL queries
Read more about this resource...
Soft delete all moderated threads and posts - Quickly clear your moderation queue by soft deleting everything using mySQL queries
These are the updated queries originally posted by @Jake Bunce to now work with XF 2.2
You can run these queries to soft delete all moderated posts. You need to change the red pieces to attribute these deletions to a user_id and username, as well as give the reason. These things are recorded in the deletion log:
Rich (BB code):INSERT INTO...
Read more about this resource...