How can I sort users by country like here at Drupal http://drupal.org/profile so members can click on the country and recieve a list of members who reside in the location?

I've selected "Public field, content shown on profile page and on member list pages." and put in a "page title" in the profile administration.

I've been using drupal for a few days so bear with me :)

James.

Comments

jasonwright’s picture

Hi,

I am using the members module on a couple of sites I'm building at the moments to achieve the same functionality.

1. You will also have to install the members module and ensure that both the profile module and members module are enabled in: administer > modules.

2. You will then need to go to: administrator > settings > profiles and add a new field..ie. country

3. Then go to: administer > settings > members - you can choose which roles to show and which fields to show.

Hope this helps!

However, I am having some issues with it correctly sorting the "Roles" catagory on http://jcihelsinki.com/dnx/?q=en/members&sort=asc&order=Roles

Can anyone tell me if roles can not be sorted??? it seems like it is listing the users acording to the order that they were entered into Drupal.

Thanks,

Jason