Closed (works as designed)
Project:
Advanced Views RSS Feed
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2009 at 00:41 UTC
Updated:
23 Sep 2009 at 01:21 UTC
What is the difference between this module and the default Views Feed display, in combination with the CCK feeds output configuration?
Comments
Comment #1
rsoden commentedThere is a lot of potential information exposed to views that isn't readily available to the CCK output config, which only handles fields created by CCK. See the data module: http://drupal.org/project/data for one example. More granular control over taxonomy terms is another benefit. Also, depending on what you're up to you may want fields to behave differently on different feeds. In the past I've always resolved these issues with some form of hook_nodeapi hackery or another, but this provides a more sustainable and end-user friendly approach.