MyBB Community Forums

Full Version: How to mass delete "All Sent Items Message" and "Trash" ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I already search this, but didn't find an answer. Angel
http://yourdomain.com/private.php?action=empty

Check the folders which you want to empty.
(2011-11-26, 04:19 PM)crazy4cs Wrote: [ -> ]http://yourdomain.com/private.php?action=empty

Check the folders which you want to empty.

He wants to mass delete all of them, so that wont work. I was trying to write a sql query but I can't seem to get it right.
Yes, I want all the "sent item" message of all the members to pruned.

Thanks for replying guys..
Hope their's a query for this.
Okay, tried this on localhost, works for me, but make sure to take a backup first:

DELETE FROM `mybb_privatemessages` WHERE folder='2'
It works, Thanks ! Smile
***


How about deleting all the message in inbox sent last 3 months already ? Smile
**

After executing the query, sent items always empty even if I sent new messages Undecided