Quote:
Originally Posted by Sarcoth
Jeff, I found an answer for you while playing with some of the code.
This change will allow you to sort the groups by their groupid.
Open showroster.php
Find:
Code:
$t = strtoupper($user['title']);
Replace with:
Code:
$t = strtoupper($user['usergroupid']);
Then upload the updated showroster.php to your site.
FYI - Anyone that wants support, you need to click Install.
|
never mind i solved it with this small change that was posted a while ago seems to be working great good job buddy