By IrnBru001 on
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?
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
As far as I'm aware...
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).
interesting
Is there a way I can make it work with out a module?
The views.module will let
The views.module will let you build RSS feeds from CCK content types.
Thanks
That could get me what I want, but it seems less then ideal. Are there any other ways?
I was vague
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.
Ok I've figured out how to
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?
You want ConTemplate
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.
Remove content from Drupal RSS
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?
Just to answer my own question.
Seems that Drupal RSS is controlled by function node_feed line 1778 of node.module.