MyBB Community Forums
Remove Report Category - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: Remove Report Category (/thread-219781.html)



Remove Report Category - Darkblizzard - 2018-09-16

Hello,
When you go to report a post it gives you a list of options. I noticed that the "Other" option was not allowed to be removed, so I went into the code to allow it's removal. Once I removed it, the report system didn't work until I added the "Other" option back. Now I cannot set the order of categories because of this. Is there a way to remove the "Other" option for reporting a post?
Thanks


RE: Remove Report Category - Wires - 2018-09-16

It's actually not as hard as you think. Simply run the following query (the prefix mybb_ may differ):

UPDATE mybb_reportedreasons SET appliesto = '', extra = 0 WHERE rid = 1;

Then ACP > Tools & Maintenance > Cache Manager

Rebuild reportreasons.