MyBB Community Forums

Full Version: Delete all posts by a user?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does this feature exists? For example i go to the admin cp i find the user i have the delete user account.. But if i want to delete all posts by a user how do i do it?
I don't believe such a feature exist.
ok Cory u can move this thread to the suggestion forum if u want Smile
This may be a usfull mod though!
its simple IMO, execute four commands

DELETE * FROM mybb_threads WHERE uid=removal uid here
DELETE * FROM mybb_posts WHERE uid=removal uid here
DELETE * FROM mybb_polls WHERE uid=removal uid here
DELETE * FROM mybb_events WHERE uid=removal uid here

or something like that (change the prefix if you need too). Run those commands in phpMyAdmin and it will delete threads, posts, polls, and calendar event. Pretty much everything to do with them!

I'll type this up later so it does it automaticly when you deleting them from the users table, but right now I GTG
* k776 bookmarks page

Warning: You can delete thread, polls, and events without worry, but if you delete posts, it could throw off many other peoples posts! Not advised!
Sorry for double post but I just finished the mod. You can find it here: http://www.mybboard.com/community/showth...p?tid=2423