Arrow

Wish list | Page 2 | Peter's Sports League Standings | Forum

Back to the sports standings script page

Please consider registering
guest

Log In

Lost password?
Advanced Search

— Forum Scope —

  

— Match —

   

— Forum Options —

   

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Wish list
September 18, 2009
7:05 pm
Ganiman
Guest
21

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.

November 23, 2009
10:03 pm
Michael
Guest
22

Is there a way when some one post there score the results can also be emailed to an admin for tracking.

November 24, 2009
2:07 am
Peter
Admin
Forum Posts: 841
Offline
23

Michael said:

Is there a way when some one post there score the results can also be emailed to an admin for tracking.


You can certainly code that into admin_files/addscore.php, admin_files/addscoreyes.php, and admin_files/editscore.php.

January 8, 2010
10:05 pm
Michael
Guest
24

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

June 21, 2010
11:23 am
Adam H
Guest
25

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:

July 11, 2010
9:51 pm
Peter
Admin
Forum Posts: 841
Offline
26

There could probably be a table edit view where every editable game is a table row. I won't be dedicating any time to this project in the foreseeable future, but if anyone wants to contribute code, I'd be happy to publish it.

October 25, 2010
10:57 pm
bryan
Guest
27

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

January 2, 2011
10:16 am
Kyle
Guest
28

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...

January 3, 2011
12:02 pm
Peter
Admin
Forum Posts: 841
Offline

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.

September 5, 2011
3:06 am
Base
Guest
30

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!

September 7, 2011
12:21 pm
Base
Guest
31

I fixed this like explained here: http://www.theblog.ca/peter-fo.....help#p2549