The Arcive of vBulletin Modifications Site. |
|
Remove "Best Ever" High Scores Details »»
|
|||||||||||||||||||||||||
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? Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
you prune everything that is older than 90 days or prune everything all 90 days ?
take a look at /arcade/modules/mod_arcade.php
|
|
#3
|
|||
|
|||
|
Thanks...that will explain it, I was looking in the wrong file.
|
![]() |
|
|