[Zope-CMF] Adding new portal doc to memberfolder when new

Jon Edwards jon@pcgs.freeserve.co.uk
Thu, 16 Aug 2001 11:56:08 +0100


A thought just struck me - a different way to do this might be...

Create a new type "Member Folder", subclassed from "Skinned Folder" (you
might even be able to do this through the types-tool, without any
programming), which is created when you add the Member.

You can then use the Actions tab in portal_types to point to DTML Methods in
portal_skins to view, edit, etc the Member's folder, set permissions, and so
on.

No need to add an index_html for each memberfolder then?

HTH

Cheers, Jon