LaMonte Forthun
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Need Scoring For SquashThe documentation error can be fixed by downloading this file and replacing it in your ‘Admin’ folder within the LeagueManager folder:
or, you can just fix the line that’s causing the problem:
Replace line 2:
if ( !current_user_can( 'leagues' ) ) :with
if ( !current_user_can( 'league_manager' ) ) :That’s obviously a lot easier…
As for squash, we can certainly build a squash sport file, as soon as I get through some additional debugging. There are a few other requests for sport files, so when I’m ready, I need to look at when each was requested and start working through them. Fortunately, building sport files aren’t that difficult, especially if the scoring is straightforward. If you can send me (if you haven’t already, I can’t remember off the top of my head) details of how the squash scoring system needs to be, we can work on it as soon as I can. My email address is lamontef@yahoo.com.
Thanks.
Forum: Plugins
In reply to: [LeagueManager] Game Update/StatusHmmm… Interesting… Yeah, I like that, especially for schedules so you can see if a game was postponed for whatever reason, not just softball, most sports could use it.
Great idea, I’ll see what I can do once I get through some bug hunts and an update.
Thanks
Forum: Plugins
In reply to: [LeagueManager] Standings for soccerMakes sense, I’ll update it…
One of the bigger modifications I’ve been working on for a while is a custom ‘tiebreaker’ system that would allow a user to choose how standings are sorted. I had gotten quite a bit done last year when I was working heavy on the plugin, but when I ended up working on a rather large project I had to devote all my time to that. I’m going to jump back on that once I get the code cleaned up and some of the nagging bugs fixed…
Thanks for the input, I appreciate it.
Forum: Plugins
In reply to: [LeagueManager] Show next match in widget doesnt work, Translation ErrorI have code to fix the Widget, I finally tracked it down yesterday. The biggest issue is that in the last couple of weeks I’ve been pouring through the code to fix php strict errors, which has also turned up a few other things. That being said, there are a lot of files that have been touched, so I’m working on pushing out an interim update to fix the biggest issues, the Widget being one of them, then will release the rest. Or, I might decide to just get everything out, but that’ll take a few days probably. I think I’m going to make a couple of things optional in the Widget set up, Season and Group in the title aren’t going to be needed by everyone…
Anyway, what I can do for you is send you links to the files that will fix the Widget issue so you can at least have that behind you and then the rest will come when they come, if that works for you. At that point, you can merge your changes in with the files as you wish. Just make sure you keep a clean copy of your code safe so that it’s not overwritten. I know I’m not telling you anything new or that you don’t already know, but I’ve lost a few custom changes myself on updates when I just forget what I had done and in what files I had done it in the rush to update a system…
I know you had asked about American Football, I’d like to work with you to make the new sport file work as well as possible if you’re interested in helping with some ideas. Let me know what you’d like to see in the file and we can see what we can do to bring it together. One of the bigger changes that I’m working on is pulling the teams and players out of the league so that they are independent. That way players can move around, as we know they do in football (and most, if not all sports) and we can work with stats better…
Forum: Plugins
In reply to: [LeagueManager] 3.8.8.4 Update Permission to Access to Admin Panelmpitts – OK, I found the issue, was something that I fixed with the documentation page, but hadn’t uploaded. You’re all set…
That log is located in the ‘sports’ folder, yes?
Forum: Plugins
In reply to: [LeagueManager] 3.8.8.4 Update Permission to Access to Admin Panelmpitts, how are you logged in, as an admin, editor, or what?
Can you set me up with a temp admin name and password that I can log in to see what’s going on? If so, send a link to the site and the log in info to to lamontef@yahoo.com and I’ll see what’s up.
Forum: Plugins
In reply to: [LeagueManager] Show next match in widget doesnt work, Translation ErrorThe Widget issue is known and will be fixed soon.
The PO files haven’t been touched, so if there are any issues in there, they have been there for quite some time. There are problems with those though that I need to fix due to a change in WordPress core code that has deprecated a translation method. To get LeagueManager code cleaned up, there are a number of things that have to be fixed.
I apologize for your frustration, hopefully I’ll be able to get the issues resolved soon.
Stylinjimp, please give me more information such as a URL that I can see and more information about your problem. Did you try any of the above solutions? If you have an error log as has been discussed, can you send it to me. I can duplicate the problem and haven’t seen an error log, so it’s a bit difficult to work through a solution.
Forum: Plugins
In reply to: [LeagueManager] Could not load template…I’m pouring through the code updating it to remove any strict errors and deprecated functions, so I appreciate the tip on this one, hadn’t seen it before… I’ll fix it in the next release.
Forum: Plugins
In reply to: [LeagueManager] Problem with the tinymcebuttonWhat versions of LeagueManager and WordPress are you running, the latest of both? Would it be possible to get admin access to your WordPress install so I can look at a couple of things? If so send me log in information to lamontef@yahoo.com. It can be a fresh install off your main site as well, I just need to look at a couple of things in your environment. There might be a conflict with another plugin that I’ll have to work out.
Forum: Plugins
In reply to: [LeagueManager] Players and user teamsWhat you want to do is doable, but the problem with the solution you found is that it modifies core code and anytime the plugin is updated those changes will be overwritten. A current development project with LeagueManager is adding the ability to add players so that stats can be kept along with having accurate rosters associated with teams. I’m not sure how long it’s going to take me to finish it as I do have a couple of nagging issues I have to resolve before I put any time into it, but it’s at the top of my list…
Forum: Plugins
In reply to: [LeagueManager] filtering, match day default value changeYeah, that’s the problem. The way the strings were handled in the past have changed, so there has to be some updates in the templates and the translation files. Once I get rid of a couple of lagging issues, I’m going to work on that. I just figured out what needs to happen recently…
Forum: Plugins
In reply to: [LeagueManager] filtering, match day default value changeThe next match button in the widget is a fix that’s coming shortly. I think I know what the problem with the second question is, there are a few changes that had to be made to the code to bring it up-to-date, this issue is one of them. Is your site translated to a language other than English?
Forum: Plugins
In reply to: [LeagueManager] filtering, match day default value changeThere are two things that I’m working on tonight so I can push the update, the match pagination will probably wait for the next one, but that’ll be soon after.