Don't have an account yet? You can create one, it is free, just click here
as a registered user you have some advantages like free downloads, comments and posting on our forums, depending upon this site's configuration and options.
Joined: Dec 03, 2004
Posts: 109
Location: Shanghai, China
Member
 Posted:
June 18, 2008 - 05:27 PM
Post subject: Deleting multiple posts at once
Can this be done? If a user comes on some time & posts about 30 times, is there a way to simply select all 30 posts, maybe by "find all posts by user" and simply delete all at once, without having to go to each post & manually delete?
This would save a lot of time on some heavier-visited sites.
Hi,
the easiest and fastest way is to use your phpmyadmin (or similar)
Open your database, make a query on the post table only after identifying posts by some user.
Put WHERE clause as the user ID.