I know how to set up Views based and taxonomy based links. I figured out (more or less) how to modify them. But there are some problems left.

I would like to get rid of the "Read more" link, which somehow is put in all my feeds. That's OK most of the time when the feed contains a teaser, but I also have feeds which only provide the reader with a title - or at least, that's the idea. So, my question is: how do I make/modify a Views based RSS feed which contains ONLY the title (with the link to the full node), so without anything further, no creation date, no "read more" (that one especially should disappear), no nothing, just the clickable title?

(Using Drupal 5.x)

Comments

Anonymous’s picture

I don't know it that works with drupal 5 but in such cases I use views. And theme that "feed view"

modul’s picture

Thanks for the reply, Piggom, but I'm afraid that "theme the view" doesn't enlighten me much...
- What type of View do you use? "List view" or "RSS type view"?
- And how do you go about theming the view? Which files come into play?

Anonymous’s picture

As I said I don't know drupal 5 but with drupal 6 steps are like this
- Create a RSS view and give path
- Create theme files (at drupal 6 theme info gives file names and contents). I would like to help you about views for drupal 5 but unfortunately I don't have any drupal 5 site

Anonymous’s picture

Create the view, choose RSS as the view type, and only add the title field, configured as a link. At least I think that's the way it works. I don't have a Drupal 5 site to test it on right now.

Doug Gough
ImageX Media