Page 1 of 1

Rating

Posted: Thu Dec 07, 2017 2:36 am
by Navid007
Hi Alf,

I notcied rating is reset itself to 1400 for the same user after few days.

Thanks
Navid

Re: Rating

Posted: Sat Dec 09, 2017 8:00 pm
by alf
Is this tactics for logged on users or the other one? You have two tactic modes in DHTML Chess for WordPress(tpl=1 and tpl=2).

In tactics for logged on users, the ELO is saved on the server(in a database). The other tactic mode is using something call local storage(similar to cookies) on the visitors browser to store the ELO. If the user clears his browser cache, all these data will be gone. The elo in this mode is for the user only. If he change browser or clears the browser cache, the elo data will also be gone.

Only the tactic for logged on users is persistent. It is saved with a relation the the user id of the logged on user. These data should not be reset to 1400 after a few days.

Re: Rating

Posted: Fri Dec 15, 2017 4:37 pm
by Navid007
Hi Alf

Thanks for clarification

Is there a way to chang “login to play” to something else like “login to test” or whatever...

Is there a way to change the page that is redirected by pressing login button? I don’t want to transfer to wordpress login.

Last question is about rating, I want to show users rating in a table as leader board, please let me know if it is possible with current plugin or if not how can I access the database of particular user.

Thanks

Re: Rating

Posted: Sat Jan 06, 2018 3:17 pm
by alf
Navid,

Support for leaderboards has been added today in version 1.0.102.

See: https://wordpresschess.com/puzzle-highscore-lists/ for details

---
Alf

Re: Rating

Posted: Mon Jan 08, 2018 3:44 am
by Navid007
Hi Alf,

thanks for adding this functionality but it doesn't work for me. First I tought the issue is about pagebuilder so I canceled page builder and directly used the shortcode, [chess puzzle_highscore="1" size="2"] it only loads name & elo there is no table or rating.
I have at least 3 users ragisterd and they have rating.

Any trouble shooting ?