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

Update core/components/getfeed/snippet.getfeed.php #16

Open bertoost opened 12 years ago

bertoost commented 12 years ago

Added "idx" and "limit" to item placeholders to being able to decide wheter or not in the last entry.

[[+idx:lt=`[[+limit]]`:then=`when not the last`:else=`when last`]]

I use it to separate my items. The [[+total]] placeholder is containing the absolute total and not the limited total.