Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
When 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.
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.