Closed (works as designed)
Project:
Drupal core
Version:
6.9
Component:
comment.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 07:31 UTC
Updated:
27 Jul 2011 at 21:40 UTC
It would be great to have the ability to customize the content of comments and their behavior. This would allow, for example, the ability to create a customer review comment type with multiple fields and to allow only one to be created. And there could be a setting for the "Add a new comment" text to be changed to any arbitrary value.
Comments
Comment #1
mdupontIn D7 comments are no fieldable entities, so you can have multiple fields. Restricting the number of comments and other specific use cases belong to contrib modules (there are some enforcing only one comment).