I'v migrated from drupal 5 to drupal6. In drupal 5, I used the usernode module to be able to generate a 'member list' that would display member contact info to authenticated users.
With drupal 6, views can be user-based, so I don't need the usernode trick any more. However, I just realized that one of the displayed fields - the email address - is only shown to the admin.
How can I change that ? There doesn't appear to be any checkbox to expose all users' email address to roles, or something like that...
Thanks,
Stefan
Comments
Comment #1
stefan_seefeld commentedmarking this as a support request, hoping that this is already possible and I just don't know how.
Anybody ?
Thanks,
Stefan
Comment #2
ainigma32 commentedThis sounds an awful lot like a feature of Views. Reassigning (guessing the version).
- Arie
Comment #3
merlinofchaos commentedThe access restriction on the email field should've been removed, though maybe it's just in the -dev version.