MyBB Community Forums

Full Version: Altering reputation popup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So in reputation configuration I am able to enable/disable postiive, neutral and negative reputation.

That's great. But nothing more than that.

In the popup it gives a select drop down based off:

				<select name="reputation" id="reputation">
					{$positive_power}
					{$neutral_power}
					{$negative_power}
				</select>

So with just positive and negative enabled it gives a drop down selection of Positive +1 and positive +2 and also negative -1 and -2

I'd like to change this to be just a radio button like in vbulletin.

Give:
(o) Positive reputation
(o) Negative reputation

Comment: [ ]

Submit
No one has an idea how to change it from drop down to radio buttons?
it requires modifying the core file reputation.php - instead you can try using jQuery like this