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
Comments
RSS feeds by user
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
Well, this is eight months
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.
Try this
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!!!
- Mittal Patel
http://www.MittalPatel.co.in
http://www.TriCoreITSolutions.com
FYI, the purpose of this
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