Frequently Asked Questions

Sort by ID?

How can I have my member list sorted by ID number?

Open up config.php and look for the following lines:

//How would you like to have the members sorted on the All and Country pages?
$allsort ="country";   // choose either id, name or country
$countrysort ="name"; //choose either id or name

Change both to “id” to have it sorted by the ID on both the All and Country pages.