![]() |
|
|
|
#1
|
||||
|
||||
|
*Edit*
ESPN No longer supports Last edited by glorify; 08-19-2006 at 09:28 PM. |
|
#2
|
|||
|
|||
|
I like the mod and would like to have something like that on my site. Can it be modified so that it shows college football scores?
|
|
#3
|
||||
|
||||
|
I don't know what other ESPN feeds they have for this.
|
|
#4
|
|||
|
|||
|
very nice! Would love to have NASCAR one for my site!
|
|
#5
|
|||
|
|||
|
Can you point me to where you found the feeds for your module. I can't find any for college sports.
|
|
#6
|
||||
|
||||
|
I acutally did a search for 'ESPN Scorepost' to see if there were more feeds. Only saw 2 of them and no college sports at all. Sorry guys
|
|
#7
|
|||
|
|||
|
Quote:
I take that back. by adding NCF it adds a new line to the flash that says: College: FB but it doesn't actually display any college schedules/scores. I wonder if that data is in a different datafile? All that is in the current datafile is NFL and NHL so I'm not sure where it gets the baseball schedules/scores from. Last edited by Richard; 09-28-2005 at 07:54 PM. |
|
#8
|
|||
|
|||
|
How do you put this on lol <--- newbie
|
|
#9
|
||||
|
||||
|
Quote:
Yeah--the default has NHL as well. It'd be nice to crack ESPN's code for this
|
|
#10
|
|||
|
|||
|
here is all I've found so far, they show up, but don't really work.
http://espn.go.com/scorepost/flash/s...scorepost.data Last edited by Richard; 09-28-2005 at 08:13 PM. |
|
#11
|
|||
|
|||
|
how do i change the background color of the live scores module, because it did not default. the website is www.rrokdoka.org... because the background color is not the same as the rest of the web page... you cannot see the options all, nfl, mlb, underneath. if anyone can help please respond.
|
|
#12
|
||||
|
||||
|
You must be using Firefox. It does the same on my site, but looks fine with IE.
Best way to fix it is to give it an all black background. In template adv_portal_scoresespn find: Code:
<tr>
<td bgcolor="#FFFFFF">
Code:
<tr>
<td bgcolor="#000000">
Last edited by glorify; 09-29-2005 at 10:42 AM. |
|
#13
|
|||
|
|||
|
its the same thing lol and im using firefox lol
|
|
#14
|
||||
|
||||
|
My bad--this will work prefect. I will also fix the original first post with this:
In adv_portal_scoresespn, replace ALL with this: Code:
<tr>
<td bgcolor="#FFFFFF"><font class="boxcontent"><center><script language=javascript>
<!--
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if (plugin) {
plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 4;
} else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows 2000")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
document.write('<SCRIPT LANGUAGE=VBScript\> \n');
document.write('on error resume next \n');
document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n');
document.write('</SCRIPT\> \n');
}
if (plugin) {
document.write('<table width=140 border=0 cellspacing=0 cellpadding=0><tr><td>');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="140" height="215">');
document.write('<param name=movie value="http://espn.go.com/scorepost/flash/scorepost_flash-vert.swf?sport=NFL&item2=NFL&item3=NHL&totalItems=3&delay=5&datafile=http://sports.espn.go.com/espn/scorepost.data">');
document.write('<param name=quality value=high>');
document.write('<embed src="http://espn.go.com/scorepost/flash/scorepost_flash-vert.swf?sport=NFL&item2=NFL&item3=NHL&totalItems=3&delay=5&datafile=http://sports.espn.go.com/espn/scorepost.data" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="140" height="215"></embed></object></td></tr>');
document.write('<tr><td bgcolor=#000000 align=center></td></tr>');
document.write('<tr><td bgcolor=#000000 width=1 height=10><spacer type=block width=1 height=10></td></tr>');
document.write('</table>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
document.write('<center><font size=2 face=arial color=#FFFFFF>');
document.write('<br>You need Flash 4 to view our Enhanced ScorePost.<br>You can download Flash <a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target=new><font color=#FFFFFF>here</font></a>.<br>');
document.write('<br><a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target=new><img src="http://www.macromedia.com/images/get_flashplayer.gif" border=0></a><br><br>');
document.write('If you have a Java enabled browser, you can view our <a href="#" onClick="window.open(\'http://espn.go.com/scorepost/ncf.html\',\'popup_scorepost\',\'width=136,height=298,scrollbars=no,noresize\');"><font color="#FFFFFF">old ScorePost</font></a><br>');
document.write('</font></center>');
}
//-->
</script></center></font></td>
</tr>
Last edited by glorify; 09-29-2005 at 11:20 AM. |
|
#15
|
|||
|
|||
|
If i could find adv_portal_scoresespn i would. lol You know where it is??
|
|
#16
|
||||
|
||||
|
OK
Got to AdminCP>Styles and Templates>Search in templates...Type in adv_portal_scoresespn in the top box. Then hit 'Find' Double click on it when it brings it up and pate the new code over the old code and hit 'save'
|
|
#17
|
|||
|
|||
|
i freakin love you lol
|
|
#18
|
|||
|
|||
|
hmmm... it gives me a blank box, with nothing in it... weird
|
|
#19
|
||||
|
||||
|
did you paste the whole code?
|
|
#20
|
|||
|
|||
|
yeah i did.... its weird... i replaced the whole thing with this one. I dunno : /
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBChat Module for CMPS | wirewolf | Add-On Modules & Modifications | 34 | 07-20-2006 12:27 PM |
| vBDownloads 2.0 Module for CMPS | wirewolf | Add-On Modules & Modifications | 22 | 02-24-2006 02:39 PM |
| [req] CMPS module top referrals | Polo | Modifications | 7 | 03-15-2005 05:41 PM |
| www.heatherlou.com - not live yet but opinions appreciated.. | theMusicMan | Show off your vBadvanced! | 15 | 02-21-2005 04:23 AM |
| PureDJ.net Live Dance Radio... | chuanse | Show off your vBadvanced! | 1 | 04-03-2004 08:21 PM |