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/forumdi...unt&order=desc
And I can manage threads sorted by thread starting time with this:
http://www.enworld.org/forum/forumdi...&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!