Reputation: 186
Is it possible to implement comments on cck fields, because comments architecturally reference nodes with them right. Can I extend comments module to have on fields of a content type?
Upvotes: 0
Views: 99
Reputation: 27553
You cannot use comments for this, since they are hardwired, in the database, to a node, via node_id.
There might be other options, such as annotations and such that use their own database-tables and objects instead of commments. I am not aware of any good solution though.
Upvotes: 1