Panel
PowerQA is a state of the art discussion software that makes online discussions fun. It's simple, fast, and powerful.
Fighter
webmaster
0 votes
closed Notice 297 views

[Bug] Pagenation of users page

When user's points is same, pagenation of users page is strange.

image

closed with the note: Fixed
by webmaster asked Feb 14, 2016 in Core
by webmaster closed Feb 14, 2016

Please log in or register to add a comment.

1 Answer

Fighter
webmaster
0 votes
 
Best answer
It seems to be a potential bug of Q2A.
qa-include/qa-db-selects.php :: qa_db_top_users_selectspec()

NG (Now):
SELECT userid FROM ^userpoints ORDER BY points DESC LIMIT #,#

OK (Fixed):
SELECT userid FROM ^userpoints ORDER BY points DESC, userid ASC LIMIT #,#

image

by webmaster answered Feb 14, 2016
by webmaster edited Feb 22, 2016

Please log in or register to add a comment.

Welcome to PowerQA. PowerQA is a new discussion software (not OSS). Here is a community for PowerQA developers. Current stable version is V1.9.4. It is enhanced day by day.

Statistics

  • 338 questions
  • 276 answers
  • 480 comments
  • 100 users

Post types

...