Seems like a great module, but I want to be able to show the contacts to people who are not members of the site. So far, I can't figure out a way to do this. Is there an quick fix in the .module file?
Seems like a great module, but I want to be able to show the contacts to people who are not members of the site. So far, I can't figure out a way to do this. Is there an quick fix in the .module file?
Comments
Comment #1
jtite commentedYou need to grant 'use contacts' or 'view contacts' (or both) permissions to 'anonymous user' group. Note that 'use contacts' permission allows users search and view all the contacts' information while 'view contacts' permission displays only the public fields (by default category, first name, middle name and last name, you can edit fileds.inc file to display another field changing the its permission property).
Comment #2
(not verified) commentedcan anybody help me to do this task.
Comment #3
ch_taher commentedpermissions to 'anonymous user' group. how can i do that? any body can help.
Comment #4
bomarmonk commentedIn Drupal 4.6 (4.5 should be similar), go to admin>>access control and look at the table of permissions, particularly the row for the contact directory. In the row for this module titled "view contacts", check any box for any user (including anonymous) that you want to be able to view the contact directory. I hope that helps.
Comment #5
pfaocleComment #6
ricabrantes commentedClosed, No more answers..