Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-rc2
Component:
feed displays
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2008 at 18:27 UTC
Updated:
16 Sep 2008 at 20:10 UTC
Feeds work great in Views 2, but was wondering if feeds could have menu items as well as be attached to other views. Here is an example:
Blogs has a view with an attached feed. /blogs and /blogs/feed
From the home page I'd like to link to this feed.
This is of course easy to do with the menu system, but seems like it could be done in the views interface like other views? There may be a good reason not to do this, but I thought I'd ask.
Comments
Comment #1
merlinofchaos commentedHmm. I had honestly thought no one would ever really want to create a Drupal menu link to a feed, since it's not an HTML page. They're generally something that's dealt with by some other software and have specialized links so that they appear different.
I don't see much value in allowing feed displays to have menu links, since in the rare case that you want to do this you can put them manually into the menu system. I'll reconsider this if it turns out a lot of people want it, but I can't imagine a lot of people do.
Comment #2
mshaver commentedAll good points and there may in fact be easier ways to manage feeds across the site. Seems like FeedAPI would be it?
Comment #3
merlinofchaos commentedFeedAPI is meant to go the other way, I think, pulling data into your site via RSS.