Does anyone know if there is a way to display a list of user blogs, but have that list display most recent commented blogs at the top?
This URL:
HTML Code:
http://www.yoursite.com/blog.php?do=bloglist
Will get you a list of member blogs, but it is sorted based on the posting time of the blog. I was trying to get the more recent commented blogs at the top.
--------------- Added [DATE]1317068341[/DATE] at [TIME]1317068341[/TIME] ---------------
And this will of course give you a sort of the user blogs by comment COUNT:
HTML Code:
http://www.yoursite.com/blog.php?do=bloglist&order=desc&sort=comments
What I'm looking for is a similar sort, but by last comment time.