Sort User List

From TNG_Wiki
Jump to navigation Jump to search
Sort Registered User List
Summary Sorts the User List displayed in Admin by tree, then branch, then user name
Validation {{{mod_validation}}}
Mod Updated {{{mod_last_update}}}
Download link change_user_sort.v8.1.0 for TNG V8
Download stats {{{download_stats}}}
Author(s) Alan D Craxford
Homepage User:Sort Registered User List (This page)
Mod Support
Contact Developer {{{mod_contact}}}
Latest Mod 8.1.0
Min TNG V 8.1.0
Max TNG V 8.1.0
Files modified
admin_users.php
Related Mods
None
Notes
None


Purpose of the mod

The list of users displayed on the Registered Users admin page is sorted by default by the user's description field. If your site has more than one tree, each of which has its own user population, or some of your users are restricted to just one branch, then this small mod may present a clearer user directory. The list is now sorted by tree, then branch and then username. Administrators, and others not assigned to any tree, are listed first. Then users are grouped alphabetical by tree name (users assigned to a specific branch appear at the end of the tree list).

Developer

The Sort Registered User List Mod was developed by Alan D Craxford


Requirements

  • A working TNG 8.1 installation

Precautions

Backup admin_users.php prior to installation

Side effects

  1. As with most source code modifications, these changes will likely be overwritten during your next TNG revision upgrade and will need to be re-implemented.