Closed (fixed)
Project:
Advanced Views RSS Feed
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2012 at 16:09 UTC
Updated:
6 Jan 2015 at 19:14 UTC
Jump to comment: Most recent
Comments
Comment #1
maciej.zgadzaj commentedNot sure what exactly do you mean by that? Whatever the case really, if you need to change values of one/some of your feed elements, you should implement your custom preprocess functions for those elements - for example, implement
hook_views_rss_item_elements_alter(&$elements).See views_rss_core_views_rss_item_elements() for reference.