So I friggin finally tortured myself to learn and install SimplePie on the server.
Everything is fine....except , I can't figure out how to accumulate cache's.
In other words....when SimplePie cache's a feed, it keeps it only as long as you specify for the cache time...and then it overwrites.
So if a certain feed only allows 10 items per cache/hit .....and any newer hits (cache) still only allows 10 items per cache, the older articles will always be overwritten so that only 10 items are displayed every-time.
I have Pagination setup , but I WANT to be able to accumulate the cache. Small example here of the way I have the simple script setup - <snip> (it's currently importing from 3 different energy rss feeds)
But it always cuts off a 76 articles. 1-76 . I WANT it to be 1-10 out of 1000. But I see no way to tell the cache I want it to stop at 1000.
Official simple pie instructions say :
[
simplepie.org...]
If the cache has changed, SimplePie dumps the existing cache (since the cache is just a copy of the data object based on the feed), and grabs a new copy of the feed and uses it.
Does this mean I need a modification somewhere to allow it to accumulate and get to 1-10 out of 1000 ?
SimplePie support is NOWHERE to be found anywhere on the internet...so i'm practically willing to pay to get this answered successfully. This goes to the staff here as well if they can answer it.
SimplePie is setup on the server with the latest version, and with no other mods or plugins installed.
[edited by: bill at 1:08 am (utc) on Apr 8, 2013]
[edit reason] No links to your domains please [/edit]