[Zope-CMF] how to limit the content which can be added?

Chris Withers chrisw@nipltd.com
Wed, 13 Mar 2002 17:37:16 +0000


"Jens-E. Hansen" wrote:
> 
> How can I limit the content (portal_types) a Member can add to a portal folder?
> I have the problem that a group of Members should be able to add selected content types
> and an other group shouldn't.

1. Get the latest CVS checkout of the CMF

2. Create Zope Roles for each of your groups of members

3. Disallow 'View' to the Member role on each of the Type objects in portal_types

4. Allow 'View' for each group-role on the Type objects as appropriate.

cheers,

Chris