Dear all, I'd looked up and down for answer and time is running short for me. I desperately need the solution to display a list of register members (like a phone list) and gathered Members could do the job, unfortunately it won't allow viewing of profile details except for registered users (I need to let anonymous access the user profiles), I believe it's a bug, probably not the module itself but something else. Trouble is I cannot afford to wait too long for the solution, so I'm hoping if someone has managed to do it in different way will be nice to share the idea. I just need the listing page to display user picture, name, profession, and contact number, and when click on name it will go into details and view other information.
Thanks in advance!
Comments
I'm not familiar with the
I'm not familiar with the Members module, but I assume it also needs to have the 'access user profiles' permission enabled. Have you checked that? Furthermore, perhaps this thread gives you some ideas as well for the listing as well: http://drupal.org/node/107973.
But again, I'm not familiar with the Members module, so the snippet in the above thread might be a last resort kind of thing.
Hi jdevries, thanks for the
Hi jdevries, thanks for the tip, I tried the snippet and it worked well, but if I did not login, I still don't get to view the profile details, to let you understand better, please take a look here:
http://www.bni-rendezvous.com/v2/members
Click on any name and you will see what I mean. Only registered user who has login are able to see the details. I just don't understand why. And I believe this is not issue with Members, it's more like an issue with the core. On last check, I am very sure that I have ticked "access user profiles" under Access Control for anon users.
I did a quick test on my
I did a quick test on my local machine with the Members module, but it appears to work as it should on my Drupal 5.2 installation. I installed the module, gave anonymous users 'access user profiles" permission, logged out and gave it a try. I can access the user profiles both logged in as well as logged out, so I don't think it's a core issue.
I did notice however that the default userlist on your site only returns admin, who's user profile is located at (http://www.bni-rendezvous.com/v2/users/bni-rendezvous). Your members list however, points to users in this way: http://www.bni-rendezvous.com/v2/members/irene-lim. Note the that the first uses users, while the second link uses members. I haven't been able to find out where the profiles of the users on your memberlist reside, though. I suggest you check out the link to their profiles and see what the actual URL is. There appear to be some aliasing issues, rather than issues with the Members or core modules.