MyBB Community Forums

Full Version: Report messages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, how do I make it so that users of the forum can write their own reason for reporting the post?

Instead of having to choose from a drop-down menu, how can I make it so that they can write "Wrong section" or their own reasons?
If you choose "other" in the drop down you can write your own reason.....
Yeah, I know that but I don't like it that way

[Image: jUfrcvR.png]

Any addon that works like that?
report options can be removed or commented out in report_reasons template (in Report Templates)
<option value="rules">{$lang->report_reason_rules}</option>
<option value="bad">{$lang->report_reason_bad}</option>
<option value="spam">{$lang->report_reason_spam}</option>
<option value="wrong">{$lang->report_reason_wrong}</option>