Closed (fixed)
Project:
CCK Privacy
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2009 at 20:22 UTC
Updated:
15 Feb 2009 at 18:40 UTC
How does this differ from CCK's content permissions module?
Comments
Comment #1
Cauliflower commentedWhen you use the 'content_permissions' module, you can define if a role is able to see or edit the field.
With this privacy module, you can define if an author of a node is able to set a field to private. So other users, even if they have the same role of the author, won't be able to see this field when the author has marked it as private.
You can, roughly, see it as: content_permissions is role based, privacy is user based.
Comment #2
coltraneGreat, thank you for the explanation.