|
|
Information Center
ABOUT THIS GENERATOR 
This generator creates code that can be used to create varaious modules for your MyFantasyLeague.com league.
Select the module you would like to create; enter your personalized settings; then hit the Generate Code button that appears.
The generated code will be displayed at the bottom of this page.
Copy and paste the code into a home page module (with the advanced editor turned off) wherever you want the module to appear.
|
|
UNDERSTANDING HEAD TO HEAD 
For Two-Teams: This tiebreaker works as everyone would expect. If the two teams played each other then the team with the better win% wins the tiebreaker.
For Three or More Teams (default rule): This app, by default, uses MFL's rule of "Head to head Winning Percentage" for both divisional and wildcard tiebreakers. How this works is you take all the teams tied and look at the games between them. You would then calculate a winning percentage for each team based on the wins/losses/ties each team has accumulated in these games and the team with the highest winning percentage would advance. If a team hasn't played any of the other tied teams then they will be given a 0.000 winning percentage for sorting purposes (MFL's rule not mine)
Note on Win Percentage Rule: I am not a fan of how MFL assumes a 0.000 winning percentage if a team hasn't played any of the other tied teams. I therefore have set up various modifications of this rule to be used in this app. You can set the different modes by going to the Tie Breaking Procedures set up area. For a detailed description on how each mode is used check out the 'Winning Percentage Rules' below.
|
|
WINNING PERCENTAGE RULES 
There are many different ways that a league can use head to head winning percentage to break ties. If you are using head to head as a tiebreaker then you should set the "Winning Percentage Rule #" found in the Tie Breaking Procedure set up area to meet your leagues needs.
Here is a description for each setting:
Setting to 0: Only use head to head tiebreaker for two teams and skip the tiebreaker if three or more teams are tied.
Setting to 1: Use MFL's default rules for head to head tiebreakers. They include not starting back to the first tiebreaker after a seed is assigned. Also if there are three or more teams tied and one team didn't play any of the other tied teams they will be given a 0.000 winning percentage for sorting purposes.
Setting to 2: Each team must have played at least one of the other tied teams for the head to head rule to be in effect.
Setting to 3: Each of the tied teams must have played all of the other tied teams at least once in order for the head to head rule to be in effect.
Note: If set to rule #2 or #3 the "Start Over Rule" will automatically be enforced because it doesn't make sense otherwise.
|
|
HEAD TO HEAD SWEEP RULE 
For Three or More Teams (optional sweep rule): This works like the NFL "Sweep Rule" for head to head tiebreakers when three or more teams are tied. This applies for wild-card tiebreakers only.
How this works is that one team must have swept or been swept by all the other tied teams before advancing or being eliminated from the tiebreaking process.
Note on Sweep Rule: Sweep rule, if activated, is for wildcard tiebreakers only. Divisional tiebreakers will still use the winning percentage rule explained above.
This rule when activated will also enforce the "Start Over Rule" because it doesn't make sense otherwise.
|
|
ABOUT CSS TABLE ID'S 
Each table has an ID associated with it for the purposes of applying custom css to the tables.
Once the tables are on your home page the ID names for each table can be attained by hovering over the table caption and a tooltip will display the name.
There is an outer table nesting all the tables that may appear invisible if your league has only one conference. You can not get the table ID for this outer table using the tooltip method because no caption is displayed. To get this table ID do the following. If the nested tables ID's last digit is "1" then the table ID for this table is "outerplayoff_table0-1". If "2" then the ID is "outerplayoff_table0-2" etc.
|
|
HOW TO INCLUDE ICONS 
You must first create icons in gif format for each franchise in your league. For appearance purposes do not made the icons too large. I would suggest no larger than 50X50 pixels.
You must now name the icons in the following manner. Franchise #1 name is icon0.gif, franchise #2 is icon1.gif etc.
Upload the newly created icons to a host server, either your own server or a public one. I find photobucket works nicely.
In the area provided in the generator add the following http://www.yourhost.com/icon where www.yourhost.com is your hosting site. For example if you are using photobucket you would have something like this: http://i89.photobucket.com/albums/k232/habman/icon
|
|
HOW TO INCLUDE NICK NAMES 
In the text area box provided add the team nick names you wish to use starting with franchise #1 and continuing all the way to the last franchise.
Seperate each franchise nickname with a comma.
For example. If my league had only 4 teams Detroit, Minnesota, Green Bay and Chicago I would enter something like this: DET,MIN,GB,CHI
A nickname generator script has been set up to help you setup the team nicknames.
|
|
ROW HILITING CSS 
If you have the hiliting feature enabled then you need to add some CSS to your custom CSS file to get the row hiliting to work properly.
Here is the CSS code to include: .hilitetablerow { background-color: tan; cursor: crosshair; }
|
|
CSS TABLE ID 
|
The table ID for the head to head module is headtoheadresults
|
|
CREATING A GENERIC TABLE 
This is an example of how to create a Strength of Schedule table.
In the wild card tiebreakers setup remove all the current tiebreakers and add back the Strength of Schedule tiebreaker.
In the display options setup type in your desired table caption in the "Non-Playoff team caption" text box. I have entered Strength of Schedule in this area for this tutorial.
While still in the display options setup remove all the selected columns in "Columns to Display" area and add back the Strength of Schedule Record and/or Strength of Schedule Win %.
In the unique table name area enter a unique table name. Do not use spaces in the name and if you have created more than one "generic table" make sure the names are all different.
Click the "Generate Code" button and then copy and paste the code generated to a home page message. You can set up similar tables using other sorting criteria using this example as a guide.
|
|
|
|