From eb16ab09edd694e09bc040b6564551e77f0e3afa Mon Sep 17 00:00:00 2001 From: Daku Date: Sat, 15 Feb 2014 21:37:51 +0000 Subject: [PATCH] order images sorted by score this is solution for issue #17 (Method to sort by top scored images in numeric_score module) --- ext/index/main.php | 1 + ext/numeric_score/main.php | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/ext/index/main.php b/ext/index/main.php index f7018512..255bbcfc 100644 --- a/ext/index/main.php +++ b/ext/index/main.php @@ -109,6 +109,7 @@ *
  • downvoted_by=Username -- search for a user's dislikes *
  • upvoted_by_id=UserID -- search for a user's likes by user ID *
  • downvoted_by_id=UserID -- search for a user's dislikes by user ID + *
  • order=score_(ASC, DESC) -- find all images sorted from by score * *
  • Image Rating *