Morrus
07-25-2016, 12:38 PM
I'm trying to make a little navbar menu with some useful sorting parameters in it, but I'm struggling a little bit.
What would be the URL query which would select threads started in the last week?
I can manage threads replied to in the last week, sorted by number of replies with this:
http://www.enworld.org/forum/forumdisplay.php?500-Community&pp=100&daysprune=7&sort=replycount&order=desc
And I can manage threads sorted by thread starting time with this:
http://www.enworld.org/forum/forumdisplay.php?500-Community&pp=100&sort=dateline
But I can't quite work out how to combine the two. What I want is a popular new threads URL - threads started in the last week sorted by number of replies.
Anybody know how to do that? Thanks!
What would be the URL query which would select threads started in the last week?
I can manage threads replied to in the last week, sorted by number of replies with this:
http://www.enworld.org/forum/forumdisplay.php?500-Community&pp=100&daysprune=7&sort=replycount&order=desc
And I can manage threads sorted by thread starting time with this:
http://www.enworld.org/forum/forumdisplay.php?500-Community&pp=100&sort=dateline
But I can't quite work out how to combine the two. What I want is a popular new threads URL - threads started in the last week sorted by number of replies.
Anybody know how to do that? Thanks!