I want to create a few different custom RSS feeds based on content type and a fivestar rating. I am not sure where to define what I want for my feeds. I have RSS Publishing installed, but from what I can see, it gives no flexibility or options, but rather creates one feed for all of the content on the site.

Do I need a better RSS module?

Thanks

Comments

no2e’s picture

You could create a view with the popular Views module and choose feed as display option.

But maybe there is an easier/smaller solution?

sammyman’s picture

Didn't see that option in Views until now... Thanks a bunch...

chalee’s picture

I have a view with 1 page display and 1 feed display. I have facetted Search module setup to display search results using the view. I'm calling the rss on the header of the default display to show a map with markers using following mappingkit tags:

[map context="?q=node/994" layers="1" 1="georss|myfeeds/rss.xml|Search results"/]

The problem is that the feed is returning all the nodes instead of the nodes returned by the search.
How can I make sure that the feed has only the nodes in the search results?

--
Chalee