I think the way the Quotes module handles comments is wrong. Surely, the place to switch comments on or off should be the Site Configuration page for Quotes rather than in the Quotes editor page? As things stand, there is no user-friendly way to stop previously-entered comments from appearing except by changing the comment settings to 'disabled' for every previously entered quote that has been commented upon.

Comments

nancydru’s picture

Status: Active » Closed (works as designed)

The Quotes module does not handle comments at all. That's done by the core Comment module and works this way for almost all node types. The default setting is in the content type administration page.

To turn them all off you can go to PhpMyAdmin (or similar) and create a query that would set the comment status to 0 for all nodes with a type of "quotes."