LaMonte Forthun
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Fatal errorDid you update today or have you been having issues recently?
Forum: Plugins
In reply to: [LeagueManager] question regarding sportYes, there might be some customization needed to get the desired results, but most of what you need is built in and includes a ‘pool’ sport option.
Forum: Plugins
In reply to: [LeagueManager] Hmm.. no saving results anymore?As mentioned in your other post, I think this is related to changing the date structure, but let’s revisit when I get this update finished and posted.
Forum: Plugins
In reply to: [LeagueManager] Dateformat in matches.phpWhen the matches are entered and updated, the database needs the date/time of matches formatted a certain way, which is probably why you aren’t getting anything saved anymore. If you want the output (standings for instance), you can format that any way you like, but the input has to be formatted very specifically.
Any time you are looking to make custom modifications, be care of editing files outside the templates folder, and even then, put custom templates in a leaguemanager folder within your theme folder. Everything you’ve done will get overridden when I post an update either today or tomorrow… (back up your files!).
Let me get this update out the door, then we can have a look at what you need, give me a day or so.
Forum: Plugins
In reply to: [LeagueManager] Result update.The current tiebreaker sequence is (in version 3.8.8.1):
1). Points (based on your method of scoring points)
2). Set Difference
3). Won Sets
4). Ballpoints Difference
5). BallpointsTo change it would require one of two things: a). access to the volleyball.php file in the sports folder and move the files around, or b). a new sport file dropped into the sports folder that does what you need. If you can get someone to edit the file in a, I can let you know what to change, if you need a new file let me know the exact order you need and I’ll put one together.
FYI, a future release will allow for the tiebreaker to be customized a lot more from an admin interface than it can be now. When? No idea…
Forum: Plugins
In reply to: [LeagueManager] Fantasy ScoringTo be honest, since I didn’t write the original code, I can’t say for sure if LeagueManager is set up to do this, but I think it is. I’ve never put anything together like what you’re doing though. I think with the combination of ProjectManager and a few settings, we could get you running, but PM hasn’t been updated in a few years and I don’t know how compatible with the latest version of WordPress it is.
Let me have a look at a few things and I’ll get back to you with some ideas. Hopefully someone else might jump in with some thoughts as well…
Forum: Plugins
In reply to: [LeagueManager] Change the background color of tablesSo you want your standings to reflect the current teams that are set for Ascending and Decending should the league end today, yes?
Forum: Plugins
In reply to: [LeagueManager] colours for teamThe best thing to do would be to create a new template based on one of the included and update the output to do what you want. Then add a new folder in your theme called ‘leaguemanager’ and drop the new custom template in that folder. When you create your shortcode for the standings you’d set the template as your new file.
Forum: Plugins
In reply to: [LeagueManager] Point systemWhat’s the sport?
Off the top of my head I think it’s doable, but again, the issue remains that if we update the widget.php file for functionality purposes, as I know we need to right now, then you would be left to decide whether or not to do a file compare and grab the changes for your file. I feel your pain on this on, I struggle daily with updates I’ve done to modules in another CMS that have to be reapplied when the author updates…
Forum: Plugins
In reply to: [LeagueManager] Result update.Good news…
Next challenge is to fix the strict errors and I’ll work on those over time. Thanks for the information.
Lib files can’t be moved to the theme, only templates. I’d recommend keeping a copy of the file at all times and when the plugin is updated you can replace the new widget.php file. Of course, you’ll also need to make sure that the widget file wasn’t updated and if it was that you implement your mods to the new file…
Forum: Plugins
In reply to: [LeagueManager] Result update.The solution is very possibly in that link, you are probably hitting the php max_input_vars limit.
Forum: Plugins
In reply to: [LeagueManager] Result update.OK, so you’ve got two different things going on. This warning has nothing to do with the results not updating. What versions of LM and WP are you using? Do you have a lot of results you are trying to update at once? If so, you might be running into the same issue listed below:
http://wordpress.org/support/topic/matches-not-updateing?replies=4
Forum: Plugins
In reply to: [LeagueManager] Result update.That’s one I haven’t seen before, but then again, I don’t usually turn on strict warnings. The warning doesn’t affect the running of the code as these two instances are called from different places using different situations. I’ll dig into it, but it’s going to take some time and I’m sure there are most likely others…