Member Since 12 years ago
http://www.daddyleagues.com/OzeSportsCFM
Australia/NZ PS4 Madden League
Run By: http://www.ozesports.net.au
Twitter: @BowserSZN
Forwarding stuff from the members in my league.
Things we would like to see in DaddyLeagues:
Career Wins/Losses per user (spanning multiple seasons). Would be good to display something on each members page such as:
Total Record (Spanning multiple madden titles)
Madden 16 Wins/Losses
Madden 17 Wins/Losses
People in my league also want to be able to track their record vs DaddyLeagues username. Ie. in our league we often swap which teams we own each madden... Would be cool to see if i was like 8-4 vs someone in total over multiple titles, irregardless of which team they were the owner of, so we could carry on that rivalry...
Also the ability to complete a CFM Draft off the PS4 (ie. via Web Browser) would be awesome, but thats probably more a Madden change than a DaddyLeagues change...
To save you a lot of time I have gone ahead and taken the liberty of removing your access to all the files hosted on my website.
This is known as hotlinking, and is actually pretty poor practice. Next time you plan on stealing other's bandwidth/intellectual property, you may want to ask them.
Not really a big fan of you stealing my layout I put hours and hours in to...
You have not asked my permission, nor have you credited the league...
I am also having this issue. I can log into cfm website fine...
This could be because you are in pre-season... I would wait to see if it fixes itself when you finish week 1 of regular season! :)
Its all custom work... Custom fonts css and stuff used on my personal server for my own site and linked to my DL page...
Sorry.
This would have to be done custom.
I.e. it wouldn't be dynamic and you would have to manually update the superbowl winners.
you would need to create a div and some css in the Admin > Layout page
Hey,
1. Seems you worked this out
2. this code should allow u to embed ur stream... find/replace 'BigBadLebowski' as required (you may need to make some extra changes to get it to fit, like change width/height and possible wrap in a div:
<object type="application/x-shockwave-flash" height="561" width="920" id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=BigBadLebowski " bgcolor="#000000"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf" /><param name="flashvars" value="hostname=www.twitch.tv&channel=BigBadLebowski &auto_play=true&start_volume=25" /></object></br><a href="http://www.twitch.tv/BigBadLebowski " font-weight:normal; font-size:10px;text-decoration:underline; text-align:center;">Watch live video from BigBadLebowski on www.twitch.tv</a>
3. seems you got this working...
4. not gonna give advice on this
this css should help
div.playeroftheweek-name p a {
color: #005580 !important;
font-size: 14px !important;
font-weight: bold !important;
}
div.text p.stat-value {
color: #005580 !important;
font-size: 18px !important;
font-weight: bold !important;
letter-spacing: -2px !important;
margin-bottom: 0.55em !important;
}
modify as required and place in your Admin > Layout section wrapped in some inline style tags. the !important part just ensures that it takes priority over other css
Hey mate,
Go into your Admin > Layout section.
Under the 'League Header' section find where the inline styling starts (it should already exsit).
Insert this where #000000 is the colour you want:
.data-table1 .thd1 td {
background-color: #000000 !important;
}
If there is no inline styling already, just wrap the above css in a <style type="text/css"></style> tag
Hey,
In the menu that comes up on mobile devices, there is no option to login.
To log in I have to go to google and type 'DaddyLeagues Login'.
Also, myself and other users are getting logged out a lot on mobile devices (only on this site), so I'm not quite sure what is going on...
Thanks
Hey,
My league does not use the Chat, Forum or Blog features and it clutters up our menu...
I have tried some javascript to remove them, which works, however I am not entirely satisfied with this method as it only happens after all the other js is run, so the menu option is show, stays there while the page is loading, then disappears once it has loaded...
Any suggestions or is this something I can get you to permanently remove?
Side note: It would be cool if we had access to the menu div in the layout/cms section..
Thanks!