[Zope-CMF] import folder from zmi to cmf
Dieter Maurer
dieter@handshake.de
Tue, 24 Dec 2002 12:12:23 +0100
Elena Schulz wrote at 2002-12-23 09:50 +0100:
> can anybody explain to me how to import folders (content) from the zmi to a
> cmf portal?
What type of folders with what type of content?
When these are "PortalFolder"s containing "PortalContent", then
you just import it from the ZMI (enter the "PortalFolder" via ZMI
and press "Import/Export").
When these are normal Zope folders with normal Zope content, then
it is difficult because the content types do not match.
You need to convert the Zope content into "PortalContent" and recreate
the folders as "PortalFolder" in the process.
Dieter