MyBB Community Forums

Full Version: Remove reports from report centre
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Uhm so hi, the title explains everything.
Basically, some guy abused the report button and reported like 3k threads, and I need to remove it somehow (cant even in the report centre because somebody permanently removed his account).
Any ideas? Maybe through admin cp or database?
use below query

DELETE FROM `mybb_reportedcontent` WHERE `mybb_reportedcontent`.`rid` = 1
1 : your report id
mybb_

Your Forum prefix
SQL option: TRUNCATE mybb_reportedcontent
(2021-07-16, 02:00 PM)Crazycat Wrote: [ -> ]SQL option: TRUNCATE mybb_reportedcontent

yes, At first I did not understand the question correctly