When I post a CCK Type through Mailhandler it should be shown to anonnymous users. Right now the content Posted through Mailhandler is only showing to Logged in users. Any mail-command to make it Public.
Thanks in advance,
Chandra
When I post a CCK Type through Mailhandler it should be shown to anonnymous users. Right now the content Posted through Mailhandler is only showing to Logged in users. Any mail-command to make it Public.
Thanks in advance,
Chandra
Comments
Comment #1
Pamulapati commentedI managed to get the content posted through mailhandler into Group home page by hard coding the groupID. Now I need to fix the audience as Public. i.e the content need to be shown to all users without logging in. Any help in this is appreciated.
Comment #2
doublejosh commentedI imagine this is an issue of permission to anonymous user to view that type of content.
Comment #3
Pamulapati commentedThanks. I managed it.