Can you change RF and RA to PF and PA? | Peter's Sports League Standings | Forum
Back to the sports standings script page
If you’re just looking to rename those headers (if your league treats a “run” as a “point”), then it’s a simple search through standings.php. However, if you actually want to store the points (like a win = 2 points), then you already have a points column. Depending on how your points calculation works, for points against you can either calculate it based on losses and forfeits, or for more complicated setups, you’ll have to look at these files and change how those fields’ values are calculated and updated:
admin_files/addscoreyes.php
admin_files/updatescore.php
admin_files/deleteyes.php