[Zope-CMF] where to put non-cmf stuff in CMF?

Dieter Maurer dieter@handshake.de
Sat, 6 Jul 2002 10:01:49 +0200


Kelley, Sean writes:
 > I am making an SQL simple app with sql methods, form pages, and query
 > results and I am wondering where in CMF something like this gets located.  I
 > tried a copy and past via the zope management interface and my files are
 > accessible via CMF by not editable (even from management interface).  It
 > appears to be partially in the CMF but not fully integrated.  How do you do
 > it so that it is fully integrated in CMF file/folder hierarchy?
When you place your SQL infrastructure into "portal_skins/custom"
(or another standard skins folder), they should be available
throughout the portal and be managable in the usual way.

Inside "PortalFolders", you should only have portal types (derived
from "PortalFolder" or "PortalContent". Other types lack relevant
infrastructure and may lead to problems.

However, I am surprised that management through the management interface
should not work. What exactly happens (Error Type, Error Value, Traceback;
precise failure report).


Dieter