How to: Comments at the drupal feeds aggregator
dazito - July 21, 2007 - 04:38
Hello folks
i've been searching the web on how to implement a system to let the user comment any news that is in the aggregator but coundn't find that much help.
for exemple, lets say i've a news site that reads the feeds from sites like CNN, ABC, BBC... and display the news using the drupal aggregator. what i'm searching for is a away to let the users set comments in the news from the aggregator.
any idea ?
thanks in advance

Use another aggregator module
You'll need to use an aggregation module other than the core aggregator. Several modules, such as SimpleFeed, Feedparser, Leech and Aggregation will turn feed items into nodes, at which point you can post comments on them, add them to a nodequeue, vote on them, forward them by email, make certain feeds public and others private, etc.
I don't know how current it is, but there's a feature comparison for all these modules at http://groups.drupal.org/node/4547