MyBB 1.4 Support Now Discontinued
Latest Releases: [For 1.6] Mark Thread Read - [For 1.6] Guest Access - [For 1.6] Awards System v2.0
Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
|
Report Post Option
|
| Author |
Message |
Folder
Junior Member
Posts: 31
Joined: Apr 2010
Reputation: 0
MyBux: 111
|
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: 44
Joined: Aug 2010
Reputation: 0
MyBux: 6
|
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
MyBux: 4
|
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
MyBux: 2
|
RE: Report Post Option
This Template edits is simple but cool ad easy to use..
|
|
| 10-19-2010 04:02 AM |
|