Score strip

Post here to discuss topics relate to the 4.x version for the ASP Football Pool software program. All support topics should go here.
Post Reply
User avatar
Stutgrtguy
Posts: 167
Joined: Sun Oct 20, 2013 3:54 pm
Location: Colorado

Score strip

Post by Stutgrtguy »

Is anyone else having trouble with their score strip not showing the playoffs? Ive set the script to "true" yet it doesn't show the playoffs, still stuck on the last week of the regular season...

Here is a copy of a post from years ago that I have saved to remind myself...

REMINDER -If you want to see the playoff games on the scoreboard you'll need to update the scripts/scoreboard.js file as follows (this section is located near the top of the file):

// Determine the correct URL to use for retrieving scoreboard data.
var isPlayoffs = true;
var scoresUrl = "http://www.nfl.com/liveupdate/scorestrip/ss.xml";
if (isPlayoffs)
scoresUrl = "http://www.nfl.com/liveupdate/scorestri ... son/ss.xml";
Post Reply