Topic on Extension talk:RSS

Uberiain (talkcontribs)

Hello i am using Extension:RSS and it's working. I want the results sorted by date, how can i do this?.

Thanks

Wikinaut (talkcontribs)

They should indeed be automatically rendered in sorted-by-time order, based on their feed item creation date.

Please can you send me the Url of the feed you are using, or the Url of your wiki page where you include the RSS feed ?

If the problem persists, please file a regular bug (please locate the link "Bugs: ... report" in the info box on the article page), so that I can better track the issue.

CayceP (talkcontribs)

in Version 2.25 seesm to be a bug regarding the reverse sorting which I fixed liked this

in RSSParser.php

line 62:

$this->reversed = true;

-> this needs to be set to false if entries should be sorted as dates desc (newst first) when the reverse variable is used in <rss>

Reply to "Sort RSS Items"