Option to subscribe to all feeds - both current and future
taite11 - April 10, 2009 - 04:43
| Project: | Syndication |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | aaron1234nz |
| Status: | closed |
Jump to:
Description
I just realized that if I add new feeds, those that want to see all posts will actually have to return to build a new feed. I would like it if some had an option to subsribe to "all" feeds.

#1
Can you please provide clarification for me.
The module provides feeds from Site, Views, Taxonomy, Forums, Blogs, and Aggregation. When you say "all" feeds, do you mean all feeds from every source, or are you refering specifically to taxonomy feeds on the taxonomy builder page?
#2
Well, for my case I am only using feeds based on taxonomy terms. I could see how some people might want further options as well.
#3
This functionality has been added to the feed builder. There is now a link to subscribe to all feeds. This will dynamically add all feeds as they are created on the site.
Note this is only for taxonomy-based feeds. I don't think its possible to combine different types of feeds (easily)
#4
When I add a new term does the URL that leads to all terms change?
#5
The URL you send your browser to does not change, however when you visit this URL Drupal will make and forward you to a new url each time you visit it, and it will contain the combined feeds for all taxonomy terms on your site at that point in time.
#6
OK. So, if I add a new taxonomy term, somebody that subscribed to "all" will get posts tagged with that term in their feed as well, right?
Cool Aaron. I think that is an essential feature. :)
#7
That is correct
#8
I can't actually get that to work...syndication/all comes back with an error of page not found!!!
#9
if youv'e upgraded this module from a previous version, you will probably need to empty your cache. I should have put this instruction in the update file but didn't think of it. If you have the devel module installed, there is a clear cache link, or if you are comptent in your database you can truncate your cache_ tables
#10