Thread Starter
RM
(@robinmak)
Sorry, for some reason it didn’t work.
Is there an other way to reset the ranking points?
By for example deleting data in the database?
I have for example 6 matches with data.
When I delete the created data of the match_id (the predictions of the players) from the database, will the earned points of that specific match substracted from the total earned ranking points?
-
This reply was modified 1 year, 9 months ago by
RM.
Is there an other way to reset the ranking points?
By for example deleting data in the database?
The reset plugin does exactly this. It deletes all data in a particular table.
Another way to reset the ranking, is to recalculate the ranking yourself (there is a button on the Options page in the admin). At least, assuming that all your matches are set in the future.
I have for example 6 matches with data.
When I delete the created data of the match_id (the predictions of the players) from the database, will the earned points of that specific match substracted from the total earned ranking points?
When you delete predictions from the database, then these points will be removed from the ranking once a new calculation has been done. The reset plugin also has a button to remove all predictions.
Thread Starter
RM
(@robinmak)
Yes, it worked. New calculation was needed. Thnx.