MyBB Community Forums

Full Version: Report Drop Down Menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Please move to User Submitted Tutorials

Instead of having custom reasons, you could have your own.

First, go to the "report" template.

Find
<input type="text" class="textbox" name="reason" size="40" maxlength="250" />

Replace with

<select name="reason">
<option value="First Reason">First Reason</option>
<option value="First Reason">First Reason</option>
</select>

The value between that is covered within two " tags is the one that shows up in the Mod CP.
The other value is the one that shows up in the drop down menu.

You can add as many as possible.

Result
[Image: wvtlac.png]
This has already been posted somewhere.
Is there still an option to enable a message manually here? Such as if you click on other a text box appears?
Thanks alot..!!
doesn't work by me?
Great tut, the drop down will make it easier for moderators to sort reports Smile
(2010-10-19, 10:31 PM)MarkW7 Wrote: [ -> ]Is there still an option to enable a message manually here? Such as if you click on other a text box appears?
Yeah a good question would like to know the answer as well. I tried to leave the text box. But then the drop down wont work.
Will this work in 1.6?
Yes. it work.
Okay, thanks!

I'll add this to my forum now, thanks very much for sharing! Big Grin
Pages: 1 2