How to publish to a small group of users?
Hi, I'm looking for a way to publish a CMF topic object to a small group of users. What I mean by a group of user is only some members of my Plone Site. My goal is to create privates workgroups, where members of a workgroup share common components (forum, files, events, ...). Thanks for your help. Patrick Gelin Chef de projet RPN Office de la Statistique et de l'Informatique Scolaire Tour Espace-Citée, 4ième étage CH-2300 La Chaux-de-Fonds Tél: +41 (0)32 919 79 13 Email: patrick.gelin@rpn.ch
Could this be accomplished by adding more roles to the Plone instance and then manually assigning rights within the ZMI? charlie On Wednesday, July 23, 2003, at 11:13 AM, Gelin Patrick wrote:
Hi,
I'm looking for a way to publish a CMF topic object to a small group of users. What I mean by a group of user is only some members of my Plone Site. My goal is to create privates workgroups, where members of a workgroup share common components (forum, files, events, ...).
Thanks for your help.
Patrick Gelin Chef de projet RPN Office de la Statistique et de l'Informatique Scolaire Tour Espace-Citée, 4ième étage CH-2300 La Chaux-de-Fonds Tél: +41 (0)32 919 79 13 Email: patrick.gelin@rpn.ch
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
I'm looking for a way to publish a CMF topic object to a small group of users. What I mean by a group of user is only some members of my Plone Site. My goal is to create privates workgroups, where members of a workgroup share common components (forum, files, events, ...).
Group workspaces are coming in the next release of Plone, provided I don't get hit by a bus or something. In the meantime (it shouldn't be long, however) you can install GRUF, create a group of whomever you want, and create a folder owned by (and/or accessible only by) that group. If you want a different-than-default display or functionality, create a new Type as a copy of the Folder type and change its actions, probably to point at customized or new pages. This is basically how the group workspaces will work, and is nothing you can't do by hand. --jcc
participants (3)
-
Charlie Jones -
Gelin Patrick -
J Cameron Cooper