Closed (works as designed)
Project:
Quotes
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2008 at 14:55 UTC
Updated:
25 Apr 2008 at 15:32 UTC
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
Comment #1
nancydruThe 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."