Loading...
 
Features / Usability

Features / Usability


Re: Article Generator requires manual refreshing

posts: 28

Well, quite frankly this is an ugly hack at best IMO and would greatly appreciate a better solution.

I created a custom module

RSS-Refresh
Copy to clipboard
{rss id=1+2+3+4+5+6+7+8 max=0}

Then I assigned it with the following Parameters in order to keep it hidden but allow it to do its job

RSS-Refresh Parameters
Copy to clipboard
nobox=y&notitle=y


Finally I added a cron job to reload my site on a regular basis to keep the feed up to date with or without site traffic in order to update the outgoing RSS

Cron
Copy to clipboard
*/15 * * * * wget -O - http://www.cauponium.com/ >/dev/null 2>&1
There are no comments at this time.