
phidu at gmx
Mar 12, 2000, 3:00 AM
Views: 117
Permalink
|
|
[Zope-PTK] providing a read-only interface
|
|
Hi out there. I want to give my users a read-only access to the complete content of other users unless a variable "private" is set. People should be able to see the stuph, but when they want to change something they get a site that asks them to sign up. In order to do that I added a print_static method to all my ZClasses that are addable to the portal. Then I changed the automatic on join created index_html method so that it prints out the objects in read-only mode. Now if people go to: www.example.com/myportal/Members/XY they should get the read only site and when they are logged in they can access their portal normally with /portal_contents my question: What permissions do I have to set/change that every unknown user can access the portal contents in read-only mode? TIA philipp dunkel ** ** ** ** ** ** ** ** pgp public key available gpg public key available ICQ# 60149094
|