Private comment
Categories
Component ID
1946200
Component name
Private comment
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
554
Component created
Component changed
Component body
This module allows you to restrict access to a comment by changing the theme of the comment if there is private.
Installation and configuration
Normally install the module in sites/all/modules, and enable it,
then go to admin/structure/types/manage/YOUR_CONTENT_TYPE/comment/fields and add a boolean field with the machine name field_private_comment.
Set it with
On value : Private comment
Off value : Public comment
Configure permission in admin/people/permissions#module-private_comment
Compatibility
This module can works with og-7.x-2.x. Permission of this module will be override by og : a private comment will be accessible only to group members.