With this module comments can be full nodes. For every content type you can choose to use different content type as comment, or to continue using Drupal core comments.
Thanks to this module, comments can have fields, revisions, taxonomy, uploaded files, access control and anything else that comes from the goodness of nodeapi.
Requirements
Installation (2.x branch)
- Install the module
- Create content types which will serve as comments, if needed
- Configure content types which need to be commented: you can set nodecomment options per-contenttype.
You can even have different comment types for different content e.g. "forum_reply" for forums, "comment" for articles, core comments for news pages, etc.
Important notes:
1) Every content type configured as nodecomment should have itself as comment type.
2) Every content type configured as nodecomment should have atleast 1 another content type using it as nodecomment. Otherwise you would have nothing to comment.
Current state of the module
There are many bugs in 2.x branch, as a result of multiple unfinished efforts of different people. I have opened 3.x branch where this module will receive major refactoring.
2.x branch will continue it's life for a while, but I have no real desire to support it. It has bugs which probably will never be fixed. It's up to you to decide if you can live with them.
3.x branch initially will have slightly reduced feature set, but increased quality of the code in the end. On the other hand, there will be new features as well.
After some time, when 3.x matures, 2.x will become deprecated.
Please help with testing 3.x ! This is not production ready at the moment, so please make backups.
New features, only in 3.x
- Comments can have own comments, in a separate thread.
- Better admin UI.
- Cleaned up, polished code:
- Increased DB consistency
- Less hacks.
So a site can have product nodes, commented with reviews, which themselves are commented with comments.
I always thought the module deserves own settings page where you can get overview of content types. Now it's reality.
2.x branch had many problems with consistency: broken referential integrity, orphan entries, poor architecture. I hope to solve these problems in 3.x
Seriously, we now have exactly one hack around comment module. 2.x branch had more, and suffered greatly because of it.
Downloads
Other releases
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Community, Content, Content Display
- Reported installs: 1220 sites currently report using this module. View usage statistics.
- Downloads: 15,338
- Last modified: September 18, 2011