Joomla Gaming

The Gaming extensions for Joomla!

  • Increase font size
  • Default font size
  • Decrease font size
Home Forum
Welcome, Guest
Username Password: Remember me

Not sorted by time/date
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Not sorted by time/date

Not sorted by time/date 4 years, 1 month ago #67

  • pimboli
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Points: 10000
It's possible to sort the scores by time/date in the highscores section?

Re:Not sorted by time/date 4 years, 1 month ago #68

  • Vanama
  • OFFLINE
  • Administrator
  • Posts: 735
  • Points: 5068390
Ups, my mystake

Find code in scoreboard.html.php file:

 
$query = "Select score,#__puarcade.userid,date,username, ".$profileimg." from #__puarcade
LEFT JOIN #__users on (#__users.id = userid)
"
.$avatartable."
WHERE gameid = '$score->gameid' "
.$showguest." order by score ".$ordering.", date asc limit 0,1";
 


and change it to:

 
$query = "Select score,#__puarcade.userid,date,username, ".$profileimg." from #__puarcade
LEFT JOIN #__users on (#__users.id = userid)
"
.$avatartable."
WHERE gameid = '$score->gameid' "
.$showguest." order by score ".$ordering.", date desc limit 0,1";
 


or You can wait for next version, but maybe will not be soon.
Like You My Extensions? Please donate.
Please vote my extensions here. Thanks!

Re:Not sorted by time/date 4 years, 1 month ago #74

  • Vanama
  • OFFLINE
  • Administrator
  • Posts: 735
  • Points: 5068390
Ok, I was upload version 1.03c where this problem is fixed
Like You My Extensions? Please donate.
Please vote my extensions here. Thanks!

Re:Not sorted by time/date 4 years ago #77

  • pimboli
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Points: 10000
Thank you
  • Page:
  • 1
Moderators: Tinker
Time to create page: 0.22 seconds