Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I'm trying to get my users to post only once on each Product node... I'm kind of new to hooks and I'm not sure what else should I use for this.

What is the drupal way to do this?

share|improve this question

1 Answer

up vote 2 down vote accepted

You can use the Comment limit module.

Limits how many comments a user may post on a node. Adjustable on a per node type basis.

This module can be handy for instance when comments are used as "Reviews" and "Ratings" for products and a user may only review and rate a product once.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.