By cgrant3d on

I need to generate RSS feeds per user similar to the tracker results except I would need to be able to specify the node types included in the feed. I've looked into the tracker rss patch but I'd rather not get into patching core modules. Any suggestions / pointers?

Chris

Categories: Drupal 4.7.x

Comments

cgrant3d’s picture

FYI, the purpose of this

cgrant3d commented

FYI, the purpose of this would be to allow my users to get RSS feeds of their content to be integrated into their own personal sites. Example: Joe submits 10 scripts to my site, then uses the RSS feed of his submitted content to integrate onto his own website.

Chris

mlncn’s picture

RSS feeds by user

mlncn commented

Agaric wants rss feeds by Drupal user also. Anyone have an answer?

~ben

People Who Give a Damn :: http://pwgd.org/ :: Building the infrastructure of a network for everyone
Agaric Design Collective :: http://AgaricDesign.com/ :: Open Source Web Development

benjamin, Agaric

David_Rothstein’s picture

Well, this is eight months

David_Rothstein commented

Well, this is eight months late, but in case anyone else is wondering...

I'm pretty sure this can be done with Views (and the Views RSS module that comes with it). You can create a View with the criteria you want and then enable "Node: Feed Selector" under the arguments section to provide an RSS feed.

mittalpatel’s picture

Try this

mittalpatel commented

I had the same dilemma to create RSS feed user wise and solved it following http://views-help.doc.logrus.com/help/views/example-user-feed instructions.

Hope this will help you too!!!