[Zope-CMF] Change invokeFactory !
Dieter Maurer
dieter@handshake.de
Tue, 12 Feb 2002 21:49:29 +0100
sidnews@netcourrier.com writes:
> ...
> I would like to make an e-learning site with Zope in the spirit of WebCT (A commercial product) ! I would like to use CMF and have started to make my portal !
>
> So, I need to specify one folder by member which represents a private area where he can stock private documents ! (a sort of schoolbag)
> Then, I have created a folder in "Members" folder of my CMF Site with the name of each member. So, I can access this folder using "My Stuff" in the actions box and choose to add elements.
>
> But, when I add an element, the invokeFactory put the new element in "Members" folder and not in member's private folder. So every members see my documents.
Hm, strange...
Did you create a "Folder" or a "PortalFolder" inside "Members"?
If it is a standard Zope folder, acquisition may be responsible
that the document is created where the acquired method comes from.
Not very likely, though...
Dieter