Active
Project:
Comments Limit
Version:
6.x-1.5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2010 at 02:42 UTC
Updated:
27 Apr 2010 at 14:06 UTC
This module is precisely what I need! Thanks for making it.
There was a bug with nodecomments (which I understand your module relies on), which was fixed with a recent patch: http://drupal.org/node/374312
I just applied that patch, and it seem that authenticated users can post as many times as they want. In the "Content Management->One Comment Only" screen, I am using the "limit by user" checkmark, and have applied it to they Node types that I want restricted.
Please advise.
Comments
Comment #1
eidolon night+1
Comment #2
marcoBauli commentedhello, this seems due to the "insert comments without approval" permission.
Had same problem, after struggling with different versions of the module i arrived at that permission, which needs to be turned off for auth users in order for the module to work fine with the latest version of node_comment (6.x 1.2 rc2).
PS: also comments need to be written by an authenticated user (not superadmin) in order for the restriction to work, and does not seem to work with node_comments 2.x beta yet.