Closed (won't fix)
Project:
Node Comments
Version:
6.x-1.2-rc2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2008 at 19:55 UTC
Updated:
15 May 2011 at 13:24 UTC
Is it possible to place a limit on how many comments a user can submit? In my case, I only want them to be able to submit one comment.
Comments
Comment #1
vivianspencer commentedYou might want to look at the custom_review module I believe it provides the functionality you're looking for
Comment #2
OneTwoTait commentedThe custom review module had problems of it's own. In the end I had custom modifications made to nodecomment.module to make it work how I wanted. These changes weren't extensive either. Probably costed $50 or so but were specific to my website.
Comment #3
zroger commentedThis could probably be done in an extension module, but is out of the scope of this module.
Comment #4
wwwoliondorcom commentedHi,
Has anybody found this function somewhere ?
Thanks.
Comment #5
OneTwoTait commentedI have had the module edited to do this. I'm not a coder myself so I don't understand it, but it works. It is only built to work for my site so it wouldn't work on any site. But, if you or anybody wants to take a look at it, PM me and I will show you the site and send you the edited module file.
Comment #6
wwwoliondorcom commentedI am still looking for a solution...
Comment #7
EHA commentedCan anyone share a work around for this please? Custom review was quite buggy at best.
Comment #8
NathanM commentedcomment limit should be able to limit the number of node comments on a particular node, but doesn't seem to be working with the 2.x branch. Also, node_limit_number can limit the number of comments on a node, but doesn't seem to be integrated with node comment yet. Sigh.