Submitted by admin on Mon, 09/09/2019 - 13:05

Aggregator is a key part of Drupal that is often ignored.

I blame it on the confusing name. No, Aggregator is not an animal in Florida that eats people. Aggregator is a module that imports content from RSS feeds into Drupal.

Because it has a name starting with "A", Aggregator is the first module that people ever see on the Modules page. In this tutorial, we're going to show you what Aggregator does and how to use it.

Enable Aggregator

  • Go to Modules.
  • Check the box next to Aggregator then scroll down and click Save configuration.
Image removed.

Configure Aggregator

  • Go to Web Services > Feed aggregator.
  • Click Add category.
Image removed.
  • Enter a title and description for the category of RSS Feeds you want to create.
Image removed.
  • Click Save.
  • Go back to the main Feed aggregator page.
  • Click Add feed.
  • Fill in the details for the RSS feed you want to import.
Image removed.
  • Go back to the main feed aggregator page which will now look like the image below.
Image removed.
  • Click update items in the SoftDecoder tutorials row and you'll see that content has been imported and the details updated:
Image removed.
  • Visit the front of your site, and Aggregator will have automatically added menu links to the Navigation menu for you.
  • Click the Aggregator menu links and you'll be able to see your imported content:
Image removed.

Please note two things:

  • With Aggregator, the content is displayed on your site, but not actually imported. The content is not saved on your site and clicking on the titles will take you back to the original content. If you want to permanently import RSS feeds as content, try the Feeds module: http://drupal.org/project/feeds.
  • You will need to set up cron on your site in order to refresh these feeds on a regular basis. You can do this by going to Administration > Configuration > System > Cron. This will run a cron task that is triggered by the first visitor to your site after the specified time.
Solutions Img