I would like to give anonymous site users the opportunity to comment on content that has come into the site as a RSS feed.

I can get the RSS feeds in, and it is easy enough to set up a forum. What I am struggling with is trying to combine these things.

I would like each RSS item to have a 'comment tree' beneath it.

How should I do this please?

Thanks

Sam

Comments

choster’s picture

I could be wrong, as we do not use commenting on any of our sites, but I believe the core Comment module only allows comments to be attached to nodes. So your users wouldn't be able to comment on a third party feed that's being displayed on your site unless you imported the feed items into your database using http://drupal.org/project/feedapi and its family of modules, or some other mechanism.