The Joomla! Extensions Directory ™

patrickatm4

Reviews(2)
 
bypatrickatm4, April 29, 2010
Slick RSS
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 :)
bypatrickatm4, December 15, 2009
Add to Menu
This is excellent it will make life so much easier for my admin users! Thanks :)
Owner's reply

Thanks. Happy you like it!