I want to make a page which lists all users registered on the site and allows the viewing of their profiles.

I think the profile page module is what I want, but I can't seem to figure out how to get it working. I can install it, but it seems it only allows the option of setting the permission to use it. There is some text in the read me file, related to changing some php but I don't understand what it needs me to do.

Could anyone help?

Comments

jastraat’s picture

The first thing you need to do is allow visitors to access user profiles. This permission is part of Drupal core. Without any additional modules, this will let people view users' profiles.
If you're already using views, you can convert users into nodes by using the module usernode: http://drupal.org/project/usernode. Then, you can create views of users.

------------------------------
http://fraggles.artsci.wustl.edu (Drupal user documentation and development blog)