Ticket #139 (closed Defect: fixed)
Drupal: RSS-Feed for news block
Reported by: | silke | Owned by: | rk |
---|---|---|---|
Priority: | Major | Milestone: | |
Component: | Drupal Website | Version: | |
Keywords: | Cc: | ||
Complexity: | 3 | Area: | |
Module: |
Description
I created that news block in the sidebar with views (it contains all "articles"/I renamed them to "news"), so they should normally already have an RSS feed. I'd like to have the feed icon inside that block, e.g. next to the title.
Views only offers me a syndication I'd have to configure myself, which confuses me. I can't access the existing feed - how???
Change History
Note: See
TracTickets for help on using
tickets.
the "normal" feed is $BASEURL/rss.xml. It shows everything that is marked with "Promoted to front page". If we have per User-blogs, they would have a feed, too. There are feeds for taxonomy terms (tags) (f.e. https://deepamehta.vzsze.de/tags/drupal/feed)
To create a feed of a view, just add a feed to the view. For the feed icon, attach it to the display you want.