Every user can choise permission for comment to their node without having comment admin permission, this is a smal patch (and my first patch into core), code is not clean ii think is possible write it withut declare a temporary variable.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | comment.patch | 1.58 KB | lilou |
| #1 | comment.patch | 1.34 KB | swentel |
| comment.patch | 1.46 KB | mavimo |
Comments
Comment #1
swentel commentedI like the idea. Updated the patch doing some code cleanup and adding a bit of comments in the code.
Comment #2
mavimo commented@swentel: sorry but i think your patch have a "bug",
If user have permission to administer coments but don't have administer comments per node can't see comment admin field, we can use this:
to correct this.
Comment #3
swentel commented@mavimo, you're right, didn't think about that, I'll reroll a patch this evening.
Comment #4
lilou commentedReroll according to #2.
Comment #5
webchickThis is a duplicate of #146714: Allow users to moderate/administer comments for their own nodes. Could you combine efforts over there?