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

vivianspencer’s picture

You might want to look at the custom_review module I believe it provides the functionality you're looking for

OneTwoTait’s picture

The 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.

zroger’s picture

Status: Active » Closed (won't fix)

This could probably be done in an extension module, but is out of the scope of this module.

wwwoliondorcom’s picture

Hi,

Has anybody found this function somewhere ?

Thanks.

OneTwoTait’s picture

I 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.

wwwoliondorcom’s picture

I am still looking for a solution...

EHA’s picture

Can anyone share a work around for this please? Custom review was quite buggy at best.

NathanM’s picture

comment 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.