Great mod.
One issue I have:
Is there a way to set a secondary sort from within the settings or does the php file need modding? What ever you pick for sorting sorts by that, but then within those groups it sorts members Alphabetically.
I want to change it to sort by another Profile field.
For instance, on your site
http://sacredhaven.org/forumsh/showroster.php you have the default as the Rank. For my clan we have 6-8 different divisions, one for each game we play, so I would like to sort by say Rank and then by the game before doing the alphabetical, or vice versa, by game then by rank then alphabetical.
example: Rank -> Game
-----------------------------------
-Rank Leader
-----------------------------------
--Name A----Game A--
--Name AB---Game A--
--Name B-----Game A--
--Name C-----Game A--
--Name A----Game B--
--Name AB---Game B--
--Name B-----Game B--
--Name C-----Game B--
--------------------------------------
-Rank Officer
-----------------------------------
--Name A----Game A--
--Name AB---Game A--
--Name B-----Game A--
--Name C-----Game A--
--Name A----Game B--
--Name AB---Game B--
--Name B-----Game B--
--Name C-----Game B--
--------------------------------------
example Game -> Rank
-----------------------------------
-Game A
-----------------------------------
--Name A----Leader--
--Name AB---Leader--
--Name B-----Leader--
--Name C-----Leader--
--Name A----Officer--
--Name AB---Officer--
--Name B-----Officer--
--Name C-----Officer--
--------------------------------------
-Game B
-----------------------------------
--Name A----Leader--
--Name AB---Leader--
--Name B-----Leader--
--Name C-----Leader--
--Name A----Officer--
--Name AB---Officer--
--Name B-----Officer--
--Name C-----Officer--
--------------------------------------
Thanks.