LaMonte Forthun
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Table postion bugMagkia, I’ve been looking through the tennis sport file and have found a couple of errors that need to be fixed, but more importantly, in your standings, how should the players be ranked, by points, win percentage, etc.?
Forum: Plugins
In reply to: [LeagueManager] Every games/Scores changed..Thanks, I’ll have a look.
Forum: Plugins
In reply to: [LeagueManager] All gamesThe only way ‘home’ works is if you mark a team ‘home’ on the team page. Maybe it’s allowing you to set which team the site is for. I think the term ‘home’ is throwing me here…
If you downloaded the shortcode.php file, download again, there was some code left in that I forgot to remove that was for testing…
Forum: Plugins
In reply to: [LeagueManager] All gamesDevnul, what sport is your site? In soccer and basketball I had added those 0s, but have pulled them out.
I’ve got new shortcode, soccer and basketball files to hopefully fix these issues if you want to do a test before I release:
The shortcode.php file goes in the ‘lib’ folder.
The soccer.php and basketball.php files goes in the ‘sport’ folder.
Matches default to ‘all’ in the shortcodes, to limit to a group use group=XX, to limit to a match day use match_day=XX, to limit to a team use team=XX, where XX equals the team ID.
Mode=home isn’t clear to me in reading through the code, if you’ve used it tell me what you were trying to accomplish…
Forum: Plugins
In reply to: [LeagueManager] Every games/Scores changed..Yes, please send a link and user/pass to lamontef@yahoo.com, I’ll have a look. Thanks
Forum: Plugins
In reply to: [LeagueManager] Table postion bugNo, that error was positions starting at 0. Yours is related to the tennis sport file, I’ll have a look and get back to you.
Forum: Plugins
In reply to: [LeagueManager] errorThe last few days have been a bit busy, I’ll get on it today…
Forum: Plugins
In reply to: [LeagueManager] team linkAre you referring to the link from the standings? If so, use ‘template=nolink’ in your shortcode for standings. If not, let me know where.
Forum: Plugins
In reply to: [LeagueManager] Show next match in widget doesnt work, Translation Errormode=all isn’t needed, the default is to show all matches, then filter by using other methods. How are you trying to use mode=home? To get just home matches? I haven’t figured out what the original purpose of the ‘Home’ check is for on the team page, so it’s not something I’ve found a use for.
Take ‘mode=all’ off, that should give you all matches for the league.
Tell me what you want for mode=home, I’ll give you either the way it should be done or write something into the shortcode to do it.
I can’t duplicate the two-point rule not working, which sport are you using?
Forum: Plugins
In reply to: [LeagueManager] match issues – games playedCS, any chance I can get on your site? I need to see how and where your errors are coming as the reason for the long delay in the last update was removing a lot of things that were coming up due to PHP Strict problems. In all the work I’ve been doing I’ve not seen any errors, so I really need to see what’s happening with your install. If it’s possible, a temp admin user/pass that I can add a temp league and work with a few things would be beneficial. Some of your issues could be related to the baseball sport, I’m going to look at that right now. I’ve been swamped with a personal project I just wrapped up, so I haven’t had any time today. I’ll be in touch.
If you can let me on the site, send me an email to lamontef@yahoo.com
Forum: Plugins
In reply to: [LeagueManager] Not the right shortcutsI had to update a few things to fix some old internal problems (deprecated WordPress code). Those abbreviations and their lack of translation right now are part of the fallout from that. I have to fix the translation file and just haven’t gotten to it yet. Hopefully in the next few days.
Forum: Plugins
In reply to: [LeagueManager] Update matchday does not workAre you editing by selecting the match day from the drop down list at the top of the match lists, or when you select one match at a time?
Any chance you can give me admin access so I can see what’s happening. This isn’t an area I’ve had issues with…
Forum: Plugins
In reply to: [LeagueManager] All gamesDo your leagues have groups?
Forum: Plugins
In reply to: [LeagueManager] match issues – games playedYou’re running into an error I introduced in the latest version by adding ‘0’s to the unplayed scores, which in turn LeagueManager thinks is a played game. I’ve fixed it and will release an update today. You’ll need to delete the ‘0’s from unplayed matches and update the results to finalize the fix. I apologize, it was something that I thought looked good, and never noticed the played games changing in the week worth of testing I did prior to releasing the last update.
What sport file are you using? The warning is probably related to the sport file and it’s probably one I haven’t worked to clean up warnings yet (and I probably did something to cause it…).