Default Contents To New Plone Member Folders
Introduction
In Plone 2.x there is a hook for modifying a member folder after it has been created.
You should put a script (Python) called notifyMemberAreaCreated,
in your custom skin folder. (I asume that people using
filesystem skins will know what to do instead.)
I have made an example that copies the content from a plone folder to any new member folders that are created.
Usage
Currently it looks for the default content in a folder called
default_member_content. But it should (hopefully) be obvious
from the source how to change it to another folder.
Put this folder at the root of your Plone site, and put any folders and content you want to be added to the new member folders in there.
Get it here
For it to work, you need to give the notifyMemberAreaCreated script
the proxy role of "Manager".
That should be it.
Issues
Contact me at maxm@mxm.dk
work with cmfmember
Steve
Replies to this comment
ownership issue
Any idea what is happening?
/Anders
Replies to this comment
Get User ID?
Thanks,
Brian
Replies to this comment