splittingred / getFeed

A simple snippet to retrieve an RSS feed and iterate the feed items using a Chunk.
http://svn.modxcms.com/docs/display/ADDON/getFeed
7 stars 6 forks source link

Sorting entries #12

Open markschl opened 13 years ago

markschl commented 13 years ago

Hi

I had the (maybe exotic) problem that a feed was oddly sorted (not by date). To handle this I modified the getFeed Snippet to accept a &sortby and a &sortdir parameter. &sortby allows to sort by any of the 'fields' that are available as placeholders. It also handles 'nested' fields found in RDF feeds (e.g.: dc.date).

I thought I could share it here. The modified code is found here: http://pastebin.com/QF3wttVp