By mstef on
A module I am in the middle of creating produces dynamically generated pages [ site.com/quote/ ]. I want to add user commenting to these pages and am unsure of the best way to approach this. I would like anything other than to create a commenting system from scratch and was wondering what everyone thinks the best way to achieve this functionality would be.
Comments
...
Perhaps create a dummy node for each page. I think I saw a module with this functionality; let us know if you find it, I'd be interested. Also take a look at 'procon', perhaps it'd give you some idea.