Good, the solution is the get the ‘sport’ file to have the right sort method, but until that happens you’ve got a solution.
A couple of things:
1). A quick screen cap of doing Option 1, tell me if you see the ‘wait’ symbol that comes up shortly after entering a number and hitting tab. If not, there’s a problem with the Ajax. Also, did you use ‘+1’ or just ‘1’? Nevermind on that last question, I just tested it and it shouldn’t matter (in case anyone else is curious…)
2). You are going one step extra. When you delete the score, all you need to do is select one of the two boxes that make up a full score and replace it, even with the same number, then hit update. You don’t need to delete, update, then add, update. If I’m not mistaken, you probably don’t even need to replace one of the scores, you should be able to just hit update. For instance, you decide to change the ranking rules in the ‘baseball.php’ file and need to re-rank everyone, modify ‘baseball.php’ then come back to the standings page and hit update and the new rule will read all the scores and update the rankings based on those new rules.
Let me know about option 1, I’m going to try to duplicate it in one of my installations, but all that I’ve tested so far (about six) has it working right, so there’s something going on with a plugin conflict possibly that I need to sort out. In fact, what would be helpful is if you could give me a list of plugins so I can test any that I can get my hands on.
Thanks!