YAFLogo

Posted by: Junkin - Tuesday, 23 December 2014 11:18:30
I'm looking for a feed of the latest posts in a particular forum but the feed I get doesn't order the posts by pubDate, instead it appears to order the posts by the date the original topic was posted. How can I get a feed of latest posts in the forum that are ordered by the publish date of the post?

Posted by: tha_watcha - Tuesday, 23 December 2014 12:33:18
You only have to change to ordering in the procdeure yaf_rsstopic_list from [code=sql]order by aPosted desc[/code] to [code=sql]order by LastPosted desc[/code]