Any help?!

Comments

yasir farooqui’s picture

Hi,

Disabling 'comments' for a node type will result not allowing adding comments to newly created nodes of that content type, but for the nodes that are created before you disabled this option, it will still allow to add new comments.

I am not sure whether there is an option to come up with this in drupal interface, but how I did manage to come up with this problem is, I went to node table in database and set comment field to '0' only for the required content type, it was '1' otherwise, and it solved the problem for me.

sorabh’s picture

Thanks!

I would try this and report the success/failure ... !