• OzzModz is no longer taking registrations. All registrations are being redirected to Snog's Site
    All addons and support is available there now.

Delete Threads of deleted user?

Delfi_r.

New member
I have a problem that's caused by some troll user. The solution should be to delete all posts by this user. The problem is that it has been deleted to, and I don't know if it's possible to delete all posts of deleted users.

I haven't found a solution for deleting posts and ask pardon if really exists and I haven't found it
 
If you don't have any other posts by regular unregistered guests that you want to keep, then run this query in ACP>Maintenance>Execute SQL Query and it will take care of it.

HTML:
DELETE FROM post WHERE userid = 0;
 
We have managed to delete the deleted user messages by PHPMyAdmin. Thanks for the advice. We have used the username in the query.
 
Back
Top