Search found 3 matches

by GiantsFan
Mon Oct 15, 2018 8:31 am
Forum: Verison 4.0x Support Forum
Topic: Scores not updating
Replies: 54
Views: 27794

Re: Scores not updating

Thanks for the re-write BobbyG63, that worked for me.
by GiantsFan
Fri Sep 14, 2018 10:58 am
Forum: Verison 4.0x Support Forum
Topic: Sort command for survivor
Replies: 7
Views: 4904

Re: Sort command for survivor

Right before the </head> add this:

Code: Select all

<%	end if %>
//]]>
// Execute the pick sort as soon as the page loads.	
	domUtils.onready(function() 
	{		
		tableSort.sort(survivorStatusSort);			
	}
	);
	</script>
<!-- #include file="includes/custom.asp" -->
</head>
by GiantsFan
Tue Sep 11, 2018 10:49 am
Forum: Verison 4.0x Support Forum
Topic: Live Scoreboard not working
Replies: 47
Views: 20911

Re: Live Scoreboard not working

UPDATE 9/17: Don't use this anymore. They fixed the original XML file, so this isn't necessary. I believe I figured this out.. need to add one new line to common.asp to get the current week from the pool, and change 3 lines in scoreboard.js to change to the new URL and append the week value. I've m...