Hi,

I have a series of podcast shows organized inside taxonomy terms:

vocabulary = podcast
Terms = podcast show name
so the URL is something like: site.com/podcast/My Podcast and other: site.com/podcast/My Second Podcast

(I know, it's pretty ugly, but it's how the site is now and don't want to modify anything because there are lots of episodes loaded)

And the episodes are shown using a custom output of the terms items list (using page-taxonomy-term.php file). It does what we need, but now we need to integrate with iTunes, so I need to change the RSS output.

Is there any way to change the RSS Feed output like I did with this page-taxonomy-term.php or some way without changing the way we're using to show podcasts to Views or something else?

Comments

tormu’s picture

Did you get it?
Maybe using the solution stated here: http://drupal.org/node/174359

I'd be interested in modifying the actual code (the tags and so on, not just the what's inside ), so that doesn't help me, but maybe it does help you.