How to delete the reported posts log?
Thanks!
I don't think you can.
it keeps track of what your mods do.
Yes you can, you need to Truncate the reported posts table. Run the following query in your phpmyadmin;
TRUNCATE `mybb_reportedposts`;
This'll clear all Reported posts