(Tutorial) Creating A List Of Users

Tutorial : Creating A List Of Users

This is an update of the old and outdated article "Drupal member list" which was written for Drupal 4.7 and Drupal 5 when it was just released.

Drupal 5

Since then I stopped working on the Drupal 5 version of the members module. The main reason is because eventually all functionality is better handled by installing a user-as-node module and integrating it with views. My personal favorite for this is usernode because it comes with a default view that you can use out of the box or customize to your needs:

  1. Enable the views module

  2. Enable the usernode module

  3. Go to admin/build/views and add the userlist view.

[Read more..]

Courtesy : mostrey.be