MyBB Community Forums

Full Version: Calendar Vandalized, Help?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My calendar was vandalized by a rival site's members and I fixed the permissions. However, there are over 100 entries. Is there anyway to clear ALL of the calendar entries? Because there's nothing besides those spam ones.
Hi,

If you want to clear the whole calender data, please run the following MySQL Query using database management software such as phpMyAdmin:

TRUNCATE TABLE `mybb_events`

replacing mybb with your table prefix.
Hey man, thanks! That did the trick!