I am using a Views generated and taxonomy based RSS feed (Drupal 5.x). It works like a charm, at least the basic idea. Now the time has come to finetune everything. One thing which I am particularly looking for, is a way on how to include (or exclude) certain CKK fields. For instance, most of my articles have a "writer" (in CKK) which is different from the "author" (in Drupal). In my situation, the "author" puts the thing on the site, whereas the "writer" is the one who actually writes the article. So, in my RSS feed, I would like to include the CKK author and remove the Drupal author.
Any hints on how to do this?? I know my way around PHP, so I guess I'm mainly trying to find where I should look...
Comments
Still hoping to get some
Still hoping to get some feedback here: how can I influence my site's RSS production? In particular:
- how can I include/exclude CCK fields?
- how can I replace Drupal's "author" (which, in my case, is just the one who happens to put it online) with a CCK field's "writer" (who is the actual writer of a text) ?
Still keeping my hopes up...
Still keeping my hopes up...
If you havn't find solution yet..
May be this resource will be usefull for you: http://www.hoelterhof.net/node/780
They write module that resolves several problems with Views RSS