Author Topic: Stats layout  (Read 1433 times)

dtfranz

  • Newbie
  • *
  • Posts: 2
    • View Profile
Stats layout
« on: October 24, 2007, 01:59:16 AM »
How do you make it so that in the stats section players with the same amount of points are tied for rank and not individually ranked?

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Stats layout
« Reply #1 on: October 24, 2007, 10:35:52 AM »
Players on the Stats tab aren't "ranked".  Notice there is no "rank" column.  The # column is just there to help delineate.

Just sort the players by the Points column.

dtfranz

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Stats layout
« Reply #2 on: October 25, 2007, 07:46:24 PM »
I know this, I was wondering how I could make it so that stats looked like:

1. John
2. Bill
3. Kris
    Kevin
4. Barb
    Justin
    Tim

Ranked in terms of points

Is this possible?

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Stats layout
« Reply #3 on: October 26, 2007, 11:38:09 AM »
No, there is no way to do this.  But, if you are "ranking" based on points, it could look like this:

Code: [Select]
#   Player     Points
1.  John       20
2.  Bill       18
3.  Kris       17
    Kevin      17
4.  Barb       15
    Justin     15
    Tim        15

If you remove the "#" column, it would look like:

Code: [Select]
Player     Points
John       20
Bill       18
Kris       17
Kevin      17
Barb       15
Justin     15
Tim        15

Not the same, but an idea...