DRUPAL7
-
Modules -> core - optional = Feed Cggregator checkbox
-
Add news feeds (and create Categories) admin/config/services/aggregator
-
CONFIGURE: admin/config/services/aggregator/settings
** IMAGES! "Allowed HTML tags" does not includewhich means no images, add
to the space-separated list of HTML tags so that we can see images!
(also configure when to discard items)
-
CREATE A NEW VIEW admin/structure/views (Aggregator Items -> Block) (configure the Aggregator:body , no label needed, also if you want links)
-
ADD THE BLOCK (remove block title with
)
DRUPAL6
How to display RSS feeds from other websites on your Drupal site.
modules -> core - optional = aggregator checkbox ( admin/build/modules )
To configure: admin/content/aggregator
Add a feed with a title and URL
Notice that "Allowed HTML tags" does not include which means no images =(
add
to the space-separated list of HTML tags so that we can see images!
/admin/content/aggregator List tab -> Update items (to the right of your newly defined feed)
Then click on the feed to see a preview (note that just like content it has a funny url aggregator/sources/1 )
REMEMBER PERMISSIONS! to give anonymous users or only a specific role(s) permissions admin/user/permissions
Checkbox for access news feeds
/admin/build/views/
Views -> Add Fields -> Aggregator Body (remove the title "body") UPDATE
Preview should show you the nice images and text of the RSS feed (if they have images)
Save!
/admin/build/block/list
Drag and drop the block into an area (automatically created by the Aggregator module)
Choose whether you want the default block only shows the text (link to RSS item) Or your new View created Block with the images...