I created a special node based on CCK that I want to disable comments on because i have user reviews enabled.

I went to administer->settings->content types

Picked my CCK content type and marked Default comment setting: as "Disabled"

But I still see "add comment" below the node.

how else can I do it.

I want comments enable for other contents like page, story, blogs etc

Comments

mikey_p’s picture

They are the default settings that are supplied when making a new node of that type. They do not change existing nodes, and they can be over ridden on a per node basis. Hence the term default..

techczech’s picture

Basically you need to go to each existing node and change the setting manually.

______________________
Dominik Lukes
http://www.dominiklukes.net
http://www.hermeneuticheretic.net
http://www.czechupdate.com
http://www.techwillow.com

cybertoast’s picture

Easy to update all the nodes of a particular type by setting the 'comment' field to 0:

update node set comment=0 where add-your-filter-here