Log in

View Full Version : Remove "Best Ever" High Scores


Mark.B
10-05-2006, 12:41 PM
I have implemented automated score pruning every 90 days, however I would like it to remove ALL scores over that age. At the moment it leaves the "best ever" score in place.

I am quite comfortable altering the code, but I cannot find the piece of code that covers this. I need it to remove ALL scores over the entered date and not leave ANY in place.

Anyone know how to amend the code to make it do that?

MrZeropage
10-06-2006, 04:57 AM
you prune everything that is older than 90 days or prune everything all 90 days ?

take a look at /arcade/modules/mod_arcade.php ;)

Mark.B
10-06-2006, 09:06 AM
Thanks...that will explain it, I was looking in the wrong file. :D