Arrow

Version 1.0 released | 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
Version 1.0 released
April 12, 2008
9:54 pm
Peter
Admin
Forum Posts: 841
Offline

Download Version 1.0

Version 1.0 contains:

  • Added a user system (see readme_permissions.txt for an outline) with user accounts, permissions, and limitations
  • Corrected the code for when there are no conferences at all
  • update.php and standings.php can be named anything you want
  • Removed hard-coded references to the “localhost” database
  • Nicer HTML output with tabs (only noticeable if you’re looking at the source code)
  • Main output table is styled with CSS for easier customization of style
  • Past scores sorted with most current games at the top
  • Option to delete a team (only if it has no games associated with it)

Thanks to Jason for helping me to test and tweak this release.

Please start a new topic is you have a general question or comment unrelated to this specific release.

Download Version 1.0

April 12, 2008
9:57 pm
Peter
Admin
Forum Posts: 841
Offline

Since the release on March 15, 2008, I updated the code to fix:

  • script tag for the limitations page. This was causing some browsers to show a blank page for managing permission limitations. Note that you still need to have JavaScript enabled in your browser for the limitations page to work.
  • A line that checked for the correct permissions when a user edits a score (basically, it was missing the dollar sign for $is_admin).