Closed (fixed)
Project:
Syndication
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 Apr 2009 at 04:43 UTC
Updated:
7 May 2009 at 00:27 UTC
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.
Comments
Comment #1
aaron1234nz commentedCan 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?
Comment #2
OneTwoTait commentedWell, for my case I am only using feeds based on taxonomy terms. I could see how some people might want further options as well.
Comment #3
aaron1234nz commentedThis 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)
Comment #4
OneTwoTait commentedWhen I add a new term does the URL that leads to all terms change?
Comment #5
aaron1234nz commentedThe 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.
Comment #6
OneTwoTait commentedOK. 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. :)
Comment #7
aaron1234nz commentedThat is correct
Comment #8
Nigeria commentedI can't actually get that to work...syndication/all comes back with an error of page not found!!!
Comment #9
aaron1234nz commentedif 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
Comment #10
aaron1234nz commented