Skip to main content

Documentation

IMPORTANT

This is the outdated SI-documentation which will be adapted soon. A huge part may be obsolete!

Feed Importer

If you are using wget for your cronjob command and have setup the RSS Feed Importer in EasyBlog, you will need to create a separate cronjob task for your RSS Feed imports.

The Cronjob URL that needs to be added is the following:

/bin/wget -O /dev/null "https://yoursite.com/index.php?option=com_easyblog&task=cronfeed"

This cronjob command will ensure that the import for your RSS Feeds would be automated.

NOTE
If you do not intend to setup the Feed Importer, you may skip this section altogether.