I'm using Node Comments module and I get a strange error in Status Report:
Node Comments
Cont开发者_如何转开发ent type Answer has Drupal core comment comment type, but is a comment type itself for the following content types: Forum topicHowever, in the content type settings of 'Answer', this setting is disabled: http://dl.dropbox.com/u/72686/CommentSettings.png
thanks
In the description under 'Node Type for Comments': "Important: Every content type which is a comment type should have itself as comment type. Also every comment node type should have at least 1 another content type using it."
What you show is the default setting. It is still possible that one of the comment nodes has a comment somewhere. You can use SQL to investigate.
To be sure that no one can create comments, you need to remove the option in the node create form. However, this wont solve the problem with the already created comment.
精彩评论