Folder
Junior Member
Posts: 30
Joined: Apr 2010
Reputation: 1
|
Report Post Option
Change/Modify the report post input into an option.
From this :
To this :
How to :
Open " Your Theme" > open " Report Templates" > open " Report", find this line :
Code:
<input type="text" class="textbox" name="reason" size="40" maxlength="250" />
Edit it to your need, for example :
Code:
<select name="reason">
<option value="">Please select the best reason</option>
<option value="Infected file">Infected file</option>
<option value="Spamming">Spamming</option>
<option value="Wrong section">Wrong section</option>
<option value="Leeching without credit">Leeching without credit</option>
<option value="Wrong section">Wrong section</option>
<option value="Close thread request">Close thread request</option>
<option value="Other reasons">Other reasons</option>
</select>
Editted :
Credit : Labrocca (MyBB Central)
(This post was last modified: 04-29-2010, 04:13 PM by Folder)
|
|
| 04-29-2010, 04:09 PM |
|
Don+
Junior Member
Posts: 47
Joined: Aug 2010
Reputation: 0
|
RE: Report Post Option
Nice I might use it for sure !
|
|
| 08-21-2010, 10:25 AM |
|
automaton
Junior Member
Posts: 5
Joined: Oct 2010
Reputation: 0
|
RE: Report Post Option
Nice tutorial! Very useful. I suppose it would be possible to have this dropdown *and* a text field as in the original screenshot for entering a reason not available on the dropdown?
|
|
| 10-14-2010, 08:19 PM |
|
Claudio
Junior Member
Posts: 13
Joined: Oct 2010
Reputation: 0
|
RE: Report Post Option
This Template edits is simple but cool ad easy to use..
|
|
| 10-19-2010, 04:02 AM |
|
jjkoletar
Junior Member
Posts: 7
Joined: Nov 2010
Reputation: 0
|
RE: Report Post Option
Would there be a way to also have a "Custom" option too?
|
|
| 11-18-2010, 07:32 AM |
|
Mr Joker
Junior Member
Posts: 3
Joined: Nov 2010
Reputation: 0
|
RE: Report Post Option
+rep nice tutorial got alot from it
|
|
| 11-20-2010, 07:41 AM |
|
Mr.Sacchettoâ„¢
Junior Member
Posts: 6
Joined: Nov 2010
Reputation: 0
|
RE: Report Post Option
Wow!!! I might use it for sure!
|
|
| 11-20-2010, 09:20 AM |
|
Zukdeen
Junior Member
Posts: 3
Joined: Oct 2010
Reputation: 0
|
RE: Report Post Option
Thanks! I'm sure I will use it on my forums.
|
|
| 11-20-2010, 09:52 AM |
|
delaghetto1
Junior Member
Posts: 6
Joined: Nov 2010
Reputation: 0
|
RE: Report Post Option
yjanks man
|
|
| 11-22-2010, 09:29 PM |
|
Irion
Junior Member
Posts: 12
Joined: Nov 2010
Reputation: 0
|
RE: Report Post Option
This is very useful and much quicker to moderate a big board using this ! Thanks to you ... and Labrocca!
|
|
| 30 minutes ago |
|