MyBB Community Forums

Full Version: Change order of groups with View Group mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I downloaded the View Groups mod to show all  usergroups on my index page and allow users to see who's in which group.

I have a display order for the groups I want shown, but it appears this mod is using the group id as the order to display them in. I'd rather have them in the order I chose for display order...or it would be nice if I could change what the group id is (though I have a feeling that would break things elsewhere).

Right now, of the default groups, it shows them in this order:
Super Moderators, Administrators, Moderators

I'd like it to be shown as:
Administrators, Super Moderators, Moderators

Thoughts on how to accomplish this? If I was more comfortable with php, I'd go into the viewgroups.php and modify the code so it looks at display order rather than group id, but I'm afraid I'd break it.

Also, perhaps an easy way to get this centered?

Any help/suggestions would be appreciated.

Thanks!