MyBB Community Forums

Full Version: Can I mass delete spam guest calendar posts?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I neglected to turn off guests from making public posts and the spam bots flooded my calendar. Is there a way to get in and mass delete the calendar entries, so I don't have to one by one? I'm using ver.1.2.12
I appreciate your help.
Run this query:

DELETE FROM `mybb_events` WHERE `author`='0'
worked like a champ. Thanks a million!