Hariharan Gopalan writes:
> How can I add a portal_type without having it show up for all members?
I use a Python Script that can be called from anywhere:
container.portal_types.constructContent(type_name,context,id,
container.REQUEST.RESPONSE)
Dieter