MyBB Community Forums

Full Version: Drop down menu for reporting a post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need a plugin to have a drop down menu when reporting a post.

Exs:


[Image: BFA91.png]



[Image: oLX1q.png]
In the report template, find,

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

and replace it with,

<select name="reason">
<option value="Low Quality">Low Quality</option>
<option value="Low Quality">Low Quality</option>
</select>

Add as many option values as you like.
Thanks.

-Close