PDA

View Full Version : Infractions Ordering


Cieran
12-05-2012, 07:45 PM
When you go to give a user a warning/infraction. All the items are in a random order, is there a way to prevent this? I've tried adding ''1. ect..'' infront of them, but nothing. I've seen it done but no idea how.

kh99
12-05-2012, 10:08 PM
They are ordered by number of points, and then by title. You could change the way they're sorted by editing infraction.php. It could probably also be done with plugins by sorting the $infractionbits variable, but it's html at that point so it might be a little tricky.