patrickatm4
Results 1 - 2 of 2
bypatrickatm4, April 29, 2010
Very happy with this module, needs one more option programmed into the setup interface to choose to date order feeds or not.
I've put a line of code in to override this into helper.php - around line 75 after $feed->set_feed_url($rssurl);
New line:
$feed->enable_order_by_date(false);
This displays the feed in the same order that it was input into the module.
It's using the SimplePie library so it's possible to do more customisation as needed by looking through the library code :)
I've put a line of code in to override this into helper.php - around line 75 after $feed->set_feed_url($rssurl);
New line:
$feed->enable_order_by_date(false);
This displays the feed in the same order that it was input into the module.
It's using the SimplePie library so it's possible to do more customisation as needed by looking through the library code :)
bypatrickatm4, December 15, 2009


