fabarea / rss_display

TYPO3 CMS extension for fetching a RSS / Atom Feed and display its content on the Frontend
Other
12 stars 25 forks source link

Sorting #1

Open michalcyg opened 8 years ago

michalcyg commented 8 years ago

It should be possible to sort items of feed. Currently it is hardcoded - sorting always descending according to date. rss_display\Resources\Private\PHP\SimplePie\SimplePie.php line 2909

fabarea commented 8 years ago

What other sorting criteria would you need? Sort by date asc and desc or even more?

michalcyg commented 8 years ago

Well - in my particular case it would be enough just to display feed items as it is - currently it is not possible with this extension (it always sort according to date descending). But to make it general I think it would be fine to specify by configuration type (asc/desc) and field + don't sort at all - display as it is.

fabarea commented 8 years ago

Can you dig into that and provide a patch? I'll gladly review it.

msollmann commented 4 years ago

For me it would also be enough if I could switch the order_by_date variable on and off