MyBB Community Forums

Full Version: Remove Report Category
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.