What's new
Fantasy Football - Footballguys Forums

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

myfantasyleague.com (1 Viewer)

pelican

Footballguy
Sorry if this is in the wrong forum, but saw it in this one last year. Tried search and couldn't find it.

I'm setting up a new league and want to get some ideas from others websites, so please post your's here.

 
Mine isn't all that, but I'm pretty much done. Spent way too much time tinkering with last years site. I forced a specific width so hopefully it displays ok. I have my laptop set at a high resolution.

PFL

There's a real good thread on the MFL message board of guys showing off their leagues. Good stuff out there.

 
Here's one of mine:

PTTFFAL

I've had one owner say that the tabs are wrapping to two lines on their computer, so I probably need to do some tweaking there.

 
Here's one of mine:

PTTFFAL

I've had one owner say that the tabs are wrapping to two lines on their computer, so I probably need to do some tweaking there.
Very nice. I've been trying to set mine up in a similar way:http://football22.myfantasyleague.com/2006/home/27297

But unfortunately I don't have much programming knowledge. You got the buttons from Dynamic Drive? Was it easy to set up?
Thanks. It's not hard to set up at all. The code I used is below. You need to place this code in the "Home Page Message #10" by opening the message (commissioner setup screen) and selecting "source". Then add this message somewhere on your homepage. If you read through the code, you should be able to figure out how to change it and add modules under different tabs, although it should work correctly for your league as it is now. If you need any help, just shoot me a pm.

For a full list of available mfl modules and their correct names, you can use the drop-down menu on this page: http://football.myfantasyleague.com/2005/generate_embed

Code:
<style type="text/css">#tablist{padding: 2px 0 4px;margin-left: 0;margin-bottom: 0px;margin-top: 0.1em;font: bold 12px Verdana;border-bottom-width: 1px 1px 1px 1px;border-bottom: thin solid Black;}#tablist li{list-style: none;display: inline;margin: 0;}#tablist li a{text-decoration: none;padding: 2px 0.5em 4px;margin-left: 3px;border: 1px solid #778;border-bottom: none;background: #003366;cursor: pointer;}#tablist li a:link, #tablist li a:visited{color: #FFFFFF;}#tablist li a:hover {color: #FFFFFF;background: #445577;}#tablist li a.current{background: #445577;}#tabcontentcontainer{width:100%;height:100%;/*border-top-width: 1px 1px 1px 1px;border-top: thin solid Black;*/}.tabcontent{display:none;}.report-info {font-weight: normal;font-size: 10pt;color: #EEE8AA;background-color: #1D245F;border-width: 1px 1px 1px 1px;border: thin solid Black;}</style><script type="text/javascript">/************************************************ DD Tab Menu script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)* This notice MUST stay intact for legal use* Visit Dynamic Drive at [URL="http://www.dynamicdrive.com/"]http://www.dynamicdrive.com/[/URL] for full source code***********************************************///Set tab to intially be selected when page loads://[which tab (1=first tab), ID of tab content to display]:var initialtab=[1, "sc1"]//Turn menu into single level image tabs (completely hides 2nd level)?var turntosingle=0 //0 for no (default), 1 for yes//Disable hyperlinks in 1st level tab images?var disabletablinks=0 //0 for no (default), 1 for yes////////Stop editting////////////////var previoustab=""if (turntosingle==1)document.write('<style type="text/css">\n#tabcontentcontainer{display: none;}\n</style>')function expandcontent(cid, aobject){if (disabletablinks==1)aobject.onclick=new Function("return false")if (document.getElementById){highlighttab(aobject)if (turntosingle==0){if (previoustab!="")document.getElementById(previoustab).style.display="none"document.getElementById(cid).style.display="block"previoustab=cid}}}function highlighttab(aobject){if (typeof tabobjlinks=="undefined")collecttablinks()for (i=0; i<tabobjlinks.length; i++)tabobjlinks[i].className=""aobject.className="current"}function collecttablinks(){var tabobj=document.getElementById("tablist")tabobjlinks=tabobj.getElementsByTagName("A")}function do_onload(){collecttablinks()expandcontent(initialtab[1], tabobjlinks[initialtab[0]-1])}if (window.addEventListener)window.addEventListener("load", do_onload, false)else if (window.attachEvent)window.attachEvent("onload", do_onload)else if (document.getElementById)window.onload=do_onload</script><ul id="tablist">	<li><a onclick="expandcontent('sc1',this)" href="#">Home</a></li>	<li><a onclick="expandcontent('sc2',this)" href="#">My Team</a></li>	<li><a onclick="expandcontent('sc3',this)" href="#">Standings</a></li>	<li><a onclick="expandcontent('sc4',this)" href="#">Trade Center</a></li>	<li><a onclick="expandcontent('sc5',this)" href="#">Schedules</a></li>	<li><a onclick="expandcontent('sc6',this)" href="#">Weekly MVPs</a></li>	<li><a onclick="expandcontent('sc7',this)" href="#">Top YTD</a></li>	<li><a onclick="expandcontent('sc8',this)" href="#">Free Agents</a></li>	<li><a onclick="expandcontent('sc9',this)" href="#">Calendar</a></li></ul><br /><div id="tabcontentcontainer">  <br /><div class="tabcontent" id="sc1"><table width="100%" cellspacing="0">	<tbody>		<tr>			<td width="75%" valign="top"> <module count="5" name="MESSAGE_BOARD_SUMMARY"><br />  <module name="STANDINGS"> <br />  <module count="5" name="NEWS_ARTICLES"><br />   </module></module></module></td>			<td valign="top">  <module name="WELCOME"><br />  <module name="LIVESCORING_SUMMARY"><br />   <module name="KICKOFF_COUNTDOWN"><br />  <module name="DRAFT_COUNTDOWN"><br />  </module></module></module></module></td>		</tr>	</tbody></table></div><div class="tabcontent" id="sc2"><table width="800">	<tbody>		<tr>			<td width="20"> </td>			<td width="390" valign="top" align="right"> <module name="MY_LOGO"><br /></module></td>			<td width="390" valign="top">			<div align="left" style="font-weight: bold; font-size: 18pt; color: black;" valign="middle">			<script type="text/javascript">			document.write(franchiseNames[franchise_id]);			</script>			</div>			<br /> </td>		</tr>		<tr>			<td width="20"> </td>			<td valign="top"> <module name="MY_OPTIONS"><br /><module name="FRANCHISE_SCHEDULE"></module></module></td>			<td valign="top"><module name="ROSTER"></module></td>		</tr>	</tbody></table></div><div class="tabcontent" id="sc3"><table width="800">	<tbody>		<tr>			<td><module name="STANDINGS"><br /> <module name="POWER_RANK"><br /><module name="WEEKLY_SUMMARY"><br /></module></module></module></td>		</tr>	</tbody></table></div><div class="tabcontent" id="sc4"><table width="800">	<tbody>		<tr>			<td><module name="TRADES"><br /><br /> <module name="TRADE_BAIT"><br /><br /> <module count="10" name="TRANSACTIONS"></module></module></module></td>		</tr>	</tbody></table></div><div class="tabcontent" id="sc5"><table width="650">	<tbody>		<tr>			<td width="350" valign="top"> <module name="LAST_WEEKS_FANTASY_RESULTS"><br /> <module name="NEXT_WEEKS_FANTASY_SCHEDULE"> </module></module></td>			<td width="300" valign="top"> <module name="FRANCHISE_SCHEDULE"><br /> <module name="NFLSCHEDULE"> </module></module></td>		</tr>	</tbody></table></div><div class="tabcontent" id="sc6"><table width="100%">	<tbody>		<tr>			<td colspan="2">			<div align="center">			<table width="80%" cellpadding="5">				<tbody>					<tr>						<td class="report-info">						<div>Full player research can be done above using the Report | Player menu. The Top Performers/Player Stats report allows an amazing amount of customization for your research.</div>						</td>					</tr>				</tbody>			</table>			</div>			</td>		</tr>		<tr>			<td colspan="2"><br /></td>		</tr>		<tr>			<td width="50%" valign="top"><module name="WEEKLY_MVP"></module></td>			<td width="50%" valign="top"><module name="WEEKLY_MVP_STARTERS"></module></td>		</tr>	</tbody></table></div><div class="tabcontent" id="sc7"><table width="100%">	<tbody>		<tr>			<td colspan="2">			<div align="center">			<table width="80%" cellpadding="5">				<tbody>					<tr>						<td class="report-info">						<div>Full player research can be done above using the Report | Player menu. The Top Performers/Player Stats report allows an amazing amount of customization for your research.</div>						</td>					</tr>				</tbody>			</table>			</div>			</td>		</tr>		<tr>			<td colspan="2"><br /></td>		</tr>		<tr>			<td valign="top">			<div align="center" style="font-weight: bold; font-size: 12pt; color: black;">Quarterbacks</div>			<module position="QB" count="20" name="TOP_PERFORMERS"></module></td>			<td valign="top">			<div align="center" style="font-weight: bold; font-size: 12pt; color: black;">Runningbacks</div>			<module position="RB" count="20" name="TOP_PERFORMERS"></module></td>		</tr>	</tbody></table><table width="100%">	<tbody>		<tr>			<td valign="top">			<div align="center" style="font-weight: bold; font-size: 12pt; color: black;">Wide Receivers</div>			<module position="WR" count="20" name="TOP_PERFORMERS"></module></td>			<td valign="top">			<div align="center" style="font-weight: bold; font-size: 12pt; color: black;">Tight Ends</div>			<module position="TE" count="20" name="TOP_PERFORMERS"></module></td>		</tr>	</tbody></table><table width="100%">	<tbody>		<tr>			<td valign="top">			<div align="center" style="font-weight: bold; font-size: 12pt; color: black;">Kickers</div>			<module position="PK" count="20" name="TOP_PERFORMERS"></module></td>			<td valign="top">			<div align="center" style="font-weight: bold; font-size: 12pt; color: black;">Team Defense</div>			<module position="Def" count="20" name="TOP_PERFORMERS"></module></td>		</tr>	</tbody></table></div><div class="tabcontent" id="sc8"><table width="100%">	<tbody>		<tr>			<td colspan="2">			<div align="center">			<table width="80%" cellpadding="5">				<tbody>					<tr>						<td class="report-info">						<div>Full player research can be done above using the Report | Player menu. The Top Performers/Player Stats report allows an amazing amount of customization for your research.</div>						</td>					</tr>				</tbody>			</table>			</div>			</td>		</tr>		<tr>			<td colspan="2"><br /></td>		</tr>		<tr>			<td valign="top">			<div align="center" style="font-weight: bold; font-size: 12pt; color: black;">Quarterbacks</div>			<module position="QB" count="10" name="TOP_FA"></module></td>			<td valign="top">			<div align="center" style="font-weight: bold; font-size: 12pt; color: black;">Runningbacks</div>			<module position="RB" count="20" name="TOP_FA"></module></td>		</tr>	</tbody></table><table width="100%">	<tbody>		<tr>			<td valign="top">			<div align="center" style="font-weight: bold; font-size: 12pt; color: black;">Wide Receivers</div>			<module position="WR" count="20" name="TOP_FA"></module></td>			<td valign="top">			<div align="center" style="font-weight: bold; font-size: 12pt; color: black;">Tight Ends</div>			<module position="TE" count="10" name="TOP_FA"></module></td>		</tr>	</tbody></table><table width="100%">	<tbody>		<tr>			<td valign="top">			<div align="center" style="font-weight: bold; font-size: 12pt; color: black;">Kickers</div>			<module position="PK" count="10" name="TOP_FA"></module></td>			<td valign="top">			<div align="center" style="font-weight: bold; font-size: 12pt; color: black;">Team Defense</div>			<module position="Def" count="10" name="TOP_FA"></module></td>		</tr>	</tbody></table></div><div class="tabcontent" id="sc9"><table width="800">	<tbody>		<tr>			<td>			<div align="center" style="font-weight: bold; font-size: 14pt; color: black;">This Week</div>			<module name="WEEKLY_CALENDAR"> <br /> </module>			<div align="center" style="font-weight: bold; font-size: 14pt; color: black;">This Month</div>			<module name="MONTHLY_CALENDAR"></module></td>		</tr>	</tbody></table></div></div>
 
http://football8.myfantasyleague.com/2006/home/86062

Not quite finished yet. Having the League Records addon is a great addition this year.
I noticed the cool 'Top 5 Performers' on the bottom of the homepage. I found the logos on the MFLaddons page but am wondering how you implemented those modules. I have a 'Top 20' module as it is but am looking to implent a top 5 with those logos as well. Any advice would be great.
 
Endangered Monk said:
http://football8.myfantasyleague.com/2006/home/86062

Not quite finished yet. Having the League Records addon is a great addition this year.
I noticed the cool 'Top 5 Performers' on the bottom of the homepage. I found the logos on the MFLaddons page but am wondering how you implemented those modules. I have a 'Top 20' module as it is but am looking to implent a top 5 with those logos as well. Any advice would be great.
there is a thread on the sideling board about how to do this.http://sidelineleagues.com/forums/index.ph...ost&p=66453

Basically I took out the caption via css and use these banners as the caption. You do need your own web space to upload the images to but there are plenty free ones out there.

If you click "stats" on the right column on either of my pages you'll see an example.

 
Last edited by a moderator:
After reading about MyFantasyLeague last year on the site, we switched our league there and it was great. Already started on this year's site with them. Our teams love it!

 
In the commissioner setup screen under "Home Page Message Setup", select message #10.

When I open this message to edit it, I get a screen that gives me an area for text. Above the text box, there are a number of different formatting options (bold, italics, underline, etc.). The source button is first button in the upper-left hand corner. When I click it, it opens another window where I can enter code.

 
Last edited by a moderator:
This add on stuff posted earlier... is it free?
Some things are free. I am the owner of MFLaddons.com, the graphics talked about earlier are free. There are also things that aren't free.MFLhistory.com is another site that offers IMO one of the best additions to your MFL league. Its not free but its worth the small price if enjoy keeping a record of all you past seasons.

One cool thing I did was add a team page that kept all team records on the MFL page:

http://football12.myfantasyleague.com/2006...F=0001&O=01

 
This add on stuff posted earlier... is it free?
No. I believe the skins are $10 a piece and the templates are $50. I'd be more tempted to buy a template if I could see a test league and really play around with it.
Take a look at my sites posted in my sig for a look at the templates. These templates change the look of all the pages as opposed to just the front page like some. Feel free to take a look around!!
 
This add on stuff posted earlier... is it free?
No. I believe the skins are $10 a piece and the templates are $50. I'd be more tempted to buy a template if I could see a test league and really play around with it.
Take a look at my sites posted in my sig for a look at the templates. These templates change the look of all the pages as opposed to just the front page like some. Feel free to take a look around!!
Will do.Looks like you put out a great product.Is there significant coding required for the templates or is it fairly easy to set up?
 
This add on stuff posted earlier... is it free?
No. I believe the skins are $10 a piece and the templates are $50. I'd be more tempted to buy a template if I could see a test league and really play around with it.
Take a look at my sites posted in my sig for a look at the templates. These templates change the look of all the pages as opposed to just the front page like some. Feel free to take a look around!!
Will do.Looks like you put out a great product.Is there significant coding required for the templates or is it fairly easy to set up?
Thanks, I install everything for you so you don't have to do anything. Most customers like to tweak a few things here and there, which I'm more than willing to help you out with. Most of the tweaks are very easy to do once I show you the basics.
 
This add on stuff posted earlier... is it free?
No. I believe the skins are $10 a piece and the templates are $50. I'd be more tempted to buy a template if I could see a test league and really play around with it.
Take a look at my sites posted in my sig for a look at the templates. These templates change the look of all the pages as opposed to just the front page like some. Feel free to take a look around!!
Will do.Looks like you put out a great product.Is there significant coding required for the templates or is it fairly easy to set up?
Thanks, I install everything for you so you don't have to do anything. Most customers like to tweak a few things here and there, which I'm more than willing to help you out with. Most of the tweaks are very easy to do once I show you the basics.
I am in one of the leagues w/ Braven. The graphics are very cool .... unlike his team :yawn:
 
ALERT - HIJACK

Just curious if anyone has time here to answer a few questions about using myfantasyleague.com. Just PM me if you don't mind. We usually use Yahoo and have decided to switch, however everyone in our league is lazy so I have to set it up and I am having some difficulties. (ie Do I have to set up the franchise names and passwords now and then they can change them? What are the best dates for trade deadline, etc. And how do you set it up for free waivers a few days after the draft and then make it where waivers re-set everyt tues (or whatever)?)

Thanks

 
ALERT - HIJACKJust curious if anyone has time here to answer a few questions about using myfantasyleague.com. Just PM me if you don't mind. We usually use Yahoo and have decided to switch, however everyone in our league is lazy so I have to set it up and I am having some difficulties. (ie Do I have to set up the franchise names and passwords now and then they can change them? What are the best dates for trade deadline, etc. And how do you set it up for free waivers a few days after the draft and then make it where waivers re-set everyt tues (or whatever)?) Thanks
PM Braven - he can take care of this for you.
 
ALERT - HIJACK

Just curious if anyone has time here to answer a few questions about using myfantasyleague.com. Just PM me if you don't mind. We usually use Yahoo and have decided to switch, however everyone in our league is lazy so I have to set it up and I am having some difficulties. (ie Do I have to set up the franchise names and passwords now and then they can change them? What are the best dates for trade deadline, etc. And how do you set it up for free waivers a few days after the draft and then make it where waivers re-set everyt tues (or whatever)?)

Thanks
Everything that you have asked has already been answered at the MFL forum http://sidelineleagues.com/forums/index.php? Lot's of great info there. Poke around a bit andif you still do not see the answer, let us know. Here is my site btw. http://football3.myfantasyleague.com/2006/home/21586

 
ALERT - HIJACK

Just curious if anyone has time here to answer a few questions about using myfantasyleague.com. Just PM me if you don't mind. We usually use Yahoo and have decided to switch, however everyone in our league is lazy so I have to set it up and I am having some difficulties. (ie Do I have to set up the franchise names and passwords now and then they can change them? What are the best dates for trade deadline, etc. And how do you set it up for free waivers a few days after the draft and then make it where waivers re-set everyt tues (or whatever)?)

Thanks
Everything that you have asked has already been answered at the MFL forum http://sidelineleagues.com/forums/index.php? Lot's of great info there. Poke around a bit andif you still do not see the answer, let us know. Here is my site btw. http://football3.myfantasyleague.com/2006/home/21586
:goodposting: Plus, even if you have more questions you can start a thread there and Mike and the guys will answer it fairly promptly.

Your best bet really is to poke around on that board.

 

Users who are viewing this thread

Back
Top