Closed (fixed)
Project:
Advanced Views RSS Feed
Version:
6.x-1.0-beta5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2010 at 13:44 UTC
Updated:
17 Nov 2011 at 08:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
batje commentedbumped status
Comment #2
batje commentedand attached the actual patch
Comment #3
batje commentedAnd in this patch the paths look much nicer.
This is my first folder patch (with diff -urp ) so if i did it wrong, let me know.
Comment #4
ccarigna commentedI was looking to do the same thing - split out multiple terms into separate category tags. Thanks for the patch - I've tested it and it works.
Comment #5
wernerglinka commentedWill this work with D7? Has anybody tested this with D7?
Comment #6
batje commentedCheck out the http://drupal.org/project/feeds_tamper module That might work as a solution, too. And it has a D7 release.
Comment #7
wernerglinka commentedThanks for the reply batje. The feeds_tamper module was my first option but it doesn't do what I want. A field
<category>category1, category2</category>will result in a categorycategory1,category2. I used feeds_tamper's explode but to no avail.I have looked at the patch for the D6 version and will try to change that for D7 a little later. I'll will post here once that is done. In the mean time if anybody has additional suggestions I'll try them as well.
Comment #8
batje commentedperhaps you should first remove the
<category>and</category>, using tamper, and then explode?Comment #9
wernerglinka commented@batje, thanks again for responding. I ended up modifying function theme_views_rss_fields_element in views_rss_views_fields.theme.inc with your D6 logic and that did the trick. On line 112 it says:
I changed that to:
I have never done a patch so I hope people looking for a Drupal7 fix can use this solution.
Comment #10
maciej.zgadzaj commentedSupport for multiple categories added to most recent 6.x-1.x-dev version (from 2011-Nov-09). D7 version to follow.
Also, added first draft of module how-to - please read for what it can and can't do.