29 Jan
2002
29 Jan
'02
10:33 p.m.
I am trying to create a folder when a new member signs up in my CMF (1.1) site. I have added the following code to the register dtml-method: <dtml-with "restrictedTraverse('/cmf/Members/' + username + '/')"> <dtml-call expr="manage_addFolder('Uploads')"> </dtml-with> The folder is created in Zope, but are only viewable through the ZMI, not by users logged into the CMF site. How do I create these folders in such a way that CMF users have access? Thanks in advance, Aaron Gillette