|
>>
|
No. 58937
Like on 4chan, the bang next to "reply". This would require some editing in the way you report (ie, not a text area, but a pop up window with a text box/radio buttons).
My suggestion (may not work, but it should):
make the icon, then add it next to the [Reply] box, this is simple html so i wont go over how to do it. then make a pop up window (google how to) with a html file you've made. next add the form (any type you want, for this example i will use text area). so, when you have a text area for the report and a submit button it should look something like this
<input type="text" name="reportreason" size="10" /> <input name="reportpost" value="{t}Report{/t}" type="submit" />
If that looks familiar, it should, it's straight from the kusaba x software. And that should do it
I would also suggest you disable reporting on the boards so it is not repetitive
|