The Global & Category RSS Feeds can now accept an order param to be passed in via the URL.
example: http://localhost/XF-Dev/index.php?showcase/index.rss&order=reviewed
(this will order the feed by most reviewed and only items that have been reviewed).
Order Params that will actually do something are (these apply to both Global and Category Feeds):
recent - sorted by newest created
updated - this is default, sorted by newest updated
rated - sorted by highest rating average
reviewed - sorted by review count
popular - sorted by view count
featured - only items that are marked as featured
atoz - sorted alphabetically (not sure how useful this one really is, but it is available)
example: http://localhost/XF-Dev/index.php?showcase/index.rss&order=reviewed
(this will order the feed by most reviewed and only items that have been reviewed).
Order Params that will actually do something are (these apply to both Global and Category Feeds):
recent - sorted by newest created
updated - this is default, sorted by newest updated
rated - sorted by highest rating average
reviewed - sorted by review count
popular - sorted by view count
featured - only items that are marked as featured
atoz - sorted alphabetically (not sure how useful this one really is, but it is available)
Upvote
0