By Lunacalor on
Hi gang
I have an aggregator running on Wordpress, it's made of parts and bits but it works fine.
One good thing about the Plugin I use is that it aggregates the content into categories and POSTs that can be archieved.
I've set up a drupal install and the aggregator had a "discard items older than 16 weeks" ..
That's not fine at all with me since I need to get older items : my keywords do not bring new content every second and most items are papers, published throughout 2009 or regulations or programmes launched in 2008.
Is there a way to modify that setting?
Thanks
Comments
Edit module to change discard period
I needed to do this do so I edited /modules/aggregator]/aggregator.admin.inc and found this section:
and changed it to
This made the last 3 options 1 year, 5 years and 10 years
Of course since this module is under just /modules instead of /sites/all/modules these changes will get reset on the next drupal update so I'll need to start keeping a list of manual changes like this.