Make RSS Feed Checking More Frequent
This modification adds options for checking RSS feeds more frequently than every 10 minutes.
You will now have the option to set RSS feeds to be checked every 2 minutes or 5 minutes, in addition to the existing options of 10 minutes and up. This is mostly done through minor source code edits. First, edit includes/class_dm_rssfeed.php Search for: Code:
case 600: // every 10 minutes Code:
case 300: // every 5 minutes case 120: // every 2 minutes Next, edit admin/rssposter.php Search for: Code:
600 => construct_phrase($vbphrase['x_minutes'], 10), Code:
120 => construct_phrase($vbphrase['x_minutes'], 2), 300 => construct_phrase($vbphrase['x_minutes'], 5), One more thing... you will have to modify the RSS Poster Robot settings in the Scheduled Tasks, or the feeds still won't be checked more frequently than once every 10 minutes. To do this, go to the Admin Control Panel, select Scheduled Task Manager, and then click Go under RSS Poster Robot. Make sure Days of the Month, Days of the Week, and Hour are all set to *. Then go change the first column of Minute also to *. The result should look like the below attachment. Download No files for download. Screenshots |