CHEERS MATE!
I WISH I HAD SEEN THIS EARLIER.
BUT YES. IT WORKED. YOU FIXED IT. I LOVE YOU.
THANK YOU SOOOOO MUCH @PitaJ ❤ ❤ ❤ ❤ ❤ ❤
I appreciate the help bud!
What could be a problem, if sorting by reputation is wrong?
I have issue with sorting on page /users/sort-reputation
, my user base is a result of import.
I set imported reputation value via User.setUserFields
after successful User.create
@Nicolas The reputation placed not only in users objects, but in an additional "separate table" also.
/users/sort-reputation
controller uses that "table".
https://github.com/NodeBB/NodeBB/blob/master/src/controllers/users.js#L54