LaMonte Forthun
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Result update.I’ll look into it… Thanks
Forum: Plugins
In reply to: [LeagueManager] Points RankingExcellent, an even better solution that you can tweak if needed…
Forum: Plugins
In reply to: [LeagueManager] Points RankingAs a temporary solution, try this:
Go to your league’s preference settings, in the ‘Point Rule’ setting select ‘User defined’. You’ll get five boxes that allow you to set how points are awarded for wins, wins in overtime, ties, losses, and losses in overtime. It looks like you are awarding three points for a win, so set the first box to 3, then set the fourth box to -0.01. This way the losses will be negative, but not so much as to drop an 18-9 team below a 15-3 team. On the standings page only integers are shown, but in the database the numbers are floating with two decimal points.
Forum: Plugins
In reply to: [LeagueManager] Points RankingAre you ranking by winning percentage? If so that’s a fairly easy adjustment and could be accomplished by one of the other sports files. I think I had built that into baseball, so if we need to build a sport file for your particular need, we can do that.
Forum: Plugins
In reply to: [LeagueManager] Intergroup fixturesI can give you something shortly… Let me gather up the files needed for this function and I’ll get them to you for a test.
Forum: Plugins
In reply to: [LeagueManager] Last 5 functionalyGlad to hear it…
Forum: Plugins
In reply to: [LeagueManager] Last 5 functionalyI’m not sure why, but you have the wrong version of the stylesheet…
Grab this file:
http://cfsware.com/style.css
or
http://cfsware.com/LMstyle.zipand drop it into the LeagueManager plugin folder, replacing the current one.
Then refresh, that should take care of the problem, I can see the right code in there…
Forum: Plugins
In reply to: [LeagueManager] Intergroup fixturesHi Maurice,
I don’t think it was in before, but I didn’t write the plugin originally, I’ve just jumped on to help move it forward. I added the ability to do intergroup in the version I use, but haven’t released. I’m trying to organize how I update the plugin now as I have a lot of new code that was added but never released, this feature being one of them. Basically the way building matches work with you have groups is you can add matches for games within a group, but I’ve added a preference that lets you cross over groups so when you go to add matches you see the teams in the group you’re setting up the matches for on the left side of the two drop-downs, but on the right side you get all the teams listed. What I think I needed to add was records in the group and then overall records. It’s a start…
The new version will most likely be 3.9 or 3.8.8.1.2.1.2.3, you know how we developers like our subversions… (no, it won’t be the latter, I can assure you of that!).
If you’ve got a test environment set up, I can get you some code to work with when you’re ready…
Forum: Plugins
In reply to: [LeagueManager] Error when adding matches and resultsThis problem will be fixed in a release coming out shortly, but for those willing to fix it themselves, see the link below for a solution for the first two errors above (‘Warning: Creating default object from empty value’) I can’t duplicated the second error, so I can’t fix it at this time.
http://wordpress.org/support/topic/error-when-about-to-add-matches?replies=2
Forum: Plugins
In reply to: [LeagueManager] Different rounds same championshipHow did you place the match on the page? I think you need to add the group to your shortcode.
Forum: Plugins
In reply to: [LeagueManager] problem with updating results and drag & dropHere’s link to a post from about a year ago addressing this issue:
http://wordpress.org/support/topic/matches-not-updateing?replies=4
Forum: Plugins
In reply to: [LeagueManager] problem with updating results and drag & dropI completely forgot about that problem, but you’re most likely right, that one has tripped a lot of us up…
You can edit (or create) an .htaccess file in your WordPress installation folder and add php_value max_input_vars XXX to it or you can add a php.ini file with max_input_vars XXX in it. That file will also give you the option of tweaking your php installation should you need to…
If those don’t work, one solution is to set up your season with number of match days so that you can work on one set of matches at a time instead of the entire list. When you put matches in, each has to have a match day associated with it and when you update, you select the week you are working on to only see the matches for that week.
Another solution would be to implement a paging system for the matches and only update the matches on the page when the update button were pressed. I had wanted to implement the paging system simply because matches list gets very long when working with a long season.
Forum: Plugins
In reply to: [LeagueManager] best way to customize pointsI’ve dropped in some code to accomplish this and will push it out with the next release. In the mean time, if you still need this, send me an email and I’ll forward you a new version.
Forum: Plugins
In reply to: [LeagueManager] best way to customize pointsTo do what you want we’d have to add another field to the user defined setting to calculate points based on goals.
Forum: Plugins
In reply to: [LeagueManager] NASCAR SupportThere is a racing ‘sport’ built in, so it’s possible that it would work or could be modified to.
When you install the plugin and create your first league, set the sport preferences to ‘racing’.