Not sure if this is a bug or not, or just not implemented on purpose. But when I show the view using full nodes instead of the list view or table views it doesn't have RSS support.

Now the feed retains like for instance if the view is called 'test' then 'test/feed' exist but won't update unless I am using list or table view.
I would like this option because i have a custom image.tpl.php that I use to display full nodes (has some custom stuff that views doesn't) and I can't seem to find a way to display an RSS feed per node type other than views.

Comments

xamox’s picture

Status: Active » Postponed

Alright, I figured out it was actually working, I just didn't realize that the RSS feeds didn't update until after I run cron. The RSS button doesn't appear but the feed link works still and is updating.

merlinofchaos’s picture

Blink blink.

Cron and RSS (at least Views' RSS) are completely unrelated.

And the initial type of the view should be immaterial to whether or not the feed works. I'm very confused by this.

xamox’s picture

Merlinofchaos, it is actually working. It isn't showing up because because I am using the view in conjunction with Panels. I think i talked to you about this in #drupal. You said it will be fixed with Panels 2.0, which isn't a big deal. I just manually added the RSS button. A side note too, 1,2,3,....,next, last, etc. don't work with Panels and Full Nodes either.

You can check it out at http://fingazandteeth.com. !Warning though it's an adult humor comic, so hopefulley you aren't offended. The name of the view is main. So you can check that out at http://www.fingazandteeth.com/main, the panel is http://www.fingazandteeth.com/front-page.

catch’s picture

Status: Postponed » Closed (won't fix)