cRPG
cRPG => Suggestions Corner => Topic started by: Tears of Destiny on September 17, 2012, 10:13:18 am
-
http://strategus.c-rpg.net/news.php?faction
Currently when I double-click "rank" to sort by rank (So from lowest to highest, then highest to lowest again), it lists 9 as a higher number then 10 (Actually it lists everything 2 and higher above 10). Please fix this so 10 is ranked higher then 9 (Change your numbers in the code behind your website to put zeros in front of the numbers). This is a great irritation when sorting through lists and seeing the incorrect priority.
Currently you have somewhere in your website code:
1
2
3
4
5
6
7
8
9
10
You need:
01
02
03
04
05
06
07
08
09
10
Whoever did this should receive a small slap on the wrist for making such an elementary programmer error :wink:
-
or change the sort to numeric :idea:
-
While we are at it: When I sort things, can we please make it so it starts listing from top to down? Having to click twice is annoying for fat lazy fucks like me.
-
Bump For Glory.
-
Fix the problem :D bumping
-
Use the bugtracker instead.
-
Something to add:
When you sort the faction by rank,gold, troop, name etc. the displaying of the carried weapons is messed up.