I've added some fields using CCK and I want them to show up in my RSS feeds. How do I do that. I tried to use the Content Templates but that didn't seem to work.

Can any one point me in the right direction?

Comments

geodaniel’s picture

As far as I'm aware there is not a setting that will let you do that. I don't know of any modules that let you do it either, but you could implement a separate module that lets you choose which of your fields were included in the RSS feed (modules like GeoRSS, video, audio etc add their own fields to the normal Drupal RSS, so may be a good place to start looking).

IrnBru001’s picture

Is there a way I can make it work with out a module?

vm’s picture

The views.module will let you build RSS feeds from CCK content types.

IrnBru001’s picture

That could get me what I want, but it seems less then ideal. Are there any other ways?

IrnBru001’s picture

less then ideal meaning I have to rebuild the blog.module if I want it to work. Correct me if I'm misunderstanding it use.

IrnBru001’s picture

Ok I've figured out how to get views.module, figured it out except how to build the RSS feeds from that included a cck field.

Can any one help me out?

Offlein’s picture

http://drupal.org/project/contemplate

Contemplate module gives little forms on your admin>content>content types page. It takes a little banging around, but you specify basically what constitutes a ..Teaser (I think), and that will be displayed for your Views RSS feed. You can also template out the Full node view, but (and I may have it backwards) I don't think that affects the RSS.

Lemme know if you have any problems, craig@jewcy.com.

--
I was the lead developer for the New York State Senate.

kimangroo’s picture

I want to be able to do something similar but rather remove information that is currently available in the standard Drupal RSS feeds. Does anyone know what and where I'll have to hack to achieve that?

kimangroo’s picture

Seems that Drupal RSS is controlled by function node_feed line 1778 of node.module.