Menu

lock all starters at first kickoff?

Help
jdbausch
2006-09-10
2013-04-16
  • jdbausch

    jdbausch - 2006-09-10

    I think I've sort of asked about this before, I don't think anyone had a full answer so I'll put it out again this year...

    In my league, we freeze or lock all starters in for the week once the  first kickoff has occured...

    is there any way to do this in OFFL?  Thanks all!

     
    • Brad Schwie

      Brad Schwie - 2006-09-25

      You could probably do this by modding all instances of:

      $gameTime = $game->getGametime();

      in rosters.php to a hardcoded gametime with something like:

      $gameTime = 1159121397;

      But, this would only lock it for this week's game...  You'd need to work in a variable such that $gameTime would always be set to 12:05 for every Sunday...  I'm not sure of a quick way to do this at the moment...  Anyone?

       

Log in to post a comment.