This patch applies to the 6.x-1.x-dev build as of 24 November 2008. It includes the 6.x compatibility patch from http://drupal.org/node/366384 too.
It adds an extra permission for each content type which allows the admin to specify that a user can comment on their own nodes of a particular content type (eg. 'Comment on own Question content').
We used it for building a site where a user can post a question to be answered by an expert. The user needed to be able to provide follow up but we did not want other non-expert users to be able to submit comments.
Development was sponsored by Florida Hospital.
| Comment | File | Size | Author |
|---|---|---|---|
| comment_perm_d6_0-own.patch | 8.84 KB | garethsprice |
Comments
Comment #1
benshell commentedGreat idea, I've added this feature in the latest D6 version.