Wish list | Page 2 | Peter's Sports League Standings | Forum
Back to the sports standings script page
7:05 pm
Nice work on the standings app. I think the league I play in will start using it.
For a feature request, I'd like to see some kind of player management. We draft every season, so it would be cool to track individuals and what teams they have been on in past seasons. A player table could contain contact information for each person as well.
10:05 pm
Im not very good with coding PHP can you give me an example on how to do that. Please
And also is there a way to lock a score after it has been posted. so you understand i am using this to track little league scores on my website and each manager will be posting there own score and i am giving them a deadline to submit there scores and if they are not in i want to beable to lock it down.
Thanks
Michael
11:23 am
I would LOVE to see a better system for adding scores. If we set up a league and add 100 games thats great you can add ten at a time. But if you want to go in after and add the score of the game you can only do 1 at a time and have to select win, lose or tie.
Is there a better way to do this? Has to be a faster way.
Also I'd like to be able to add scores by division or date would be nice.:kiss:
10:57 pm
On the "update.php?action=addscore" page, I would absolutely love to have the date, time and field inputs synchronized when I choose to add multiple scores. I am tracking a pool league, and have to set date/time/field with the same information 16 separate times per match.
I will see if I can work this out myself and post back with the results if I'm successful.
Bryan
10:16 am
I would like to see the ability to add a custom field name. For instance, some of the teams will play an out of conference team once. This team, I don't want to track standings for, I just want them to show up...so maybe make an option that says "Other" when creating games/editing them that will enable a text field and allow me to just type in the team name...
Otherwise, this script is AMAZING! I was going to do this majorly by hand...but I think I'm going to try and switch to this for my local sports website. All I need to do is wrap my site design around standings.php and then see if I can pull data from this for my scrolling scoreboard...
Kyle said:
I would like to see the ability to add a custom field name. For instance, some of the teams will play an out of conference team once. This team, I don't want to track standings for, I just want them to show up…so maybe make an option that says "Other" when creating games/editing them that will enable a text field and allow me to just type in the team name…
Otherwise, this script is AMAZING! I was going to do this majorly by hand…but I think I'm going to try and switch to this for my local sports website. All I need to do is wrap my site design around standings.php and then see if I can pull data from this for my scrolling scoreboard…
Maybe you could create a conference just for such cases and then suppress the display of that conference.
3:06 am
iguana said:
I miss the field BALANCE:
Example: RF - RA = BALANCE (that's is more important field the ORDER of classification perfect, after Points).
I'm testing this on my new site for football standings... The table outputs wrong because of the goal difference. Ex:
Team 1 won Team 2 - 8:1
Team 3 won Team 4 - 1:0
The standings should be
Team 1
Team 3
Team 2
Team 4
Where Team 1 and Team 2 has 3 points, but Team 1 has better goal difference (+7)
The problem is that at the moment table standings are not ordered correctly... any quick fix on this?
Thanks in advance!
12:21 pm
I fixed this like explained here: http://www.theblog.ca/peter-fo.....help#p2549