I'm with you wistex. I think I follow your question like this...
You want to edit the asp code to make allowances in the user listing that show more than 5 stars.
Here is how it works now:
- Lets say we've created a new group in the group admin called "supertechie". For the rank, there are currently only 5 allowable ranks in the drop down field in the group configurator, so we pick 4 out of 5 stars for for this group. We now add a custom star pic that has 8 out of 10 stars for rank. And lastly, we choose the non-ladder group option.
- Now lets create a new user called "XuSeR" to go in this group. We assign XuSeR to the group supertechie.
- When you access the MemberList in sort by star mode, it shows XuSeR as member of the supertechie group with the custom 8 out of 10 star graphic, BUT it puts all groups with 4 or more stars (selected at time of creation in the group admin) below him.
Now for what I think you would like to see happen:
- Code for creating a new group in the group admin needs to be edited to allow 10 ranks in the drop down field in the group configurator. This will accommodate the custom star pic that has 8 out of 10 stars for rank .
- Now when you access the MemberList in sort by star mode, it shows XuSeR as member of the supertechie group with the custom 8 out of 10 star graphic, AND lists him in the proper position. Only groups with 9 or more stars (selected at time of creation in the group admin) will be below him.
That's what I am looking to for, and sounds like you are too. I don't think that adding/changing all the code will be that hard, but I could be wrong. I am going to try to do this mod, but am not the best coder. If anyone else is up to it, we could use the help.
On another note: I am also looking into being able to allow individual user ratings instead of group ratings if possible. Any thoughts on how to do this??