LaMonte Forthun
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] LanguageHere’s an option:
http://wordpress.org/plugins/plugins-language-switcher/
That plugin allows you to change just the language of plugins.
There’s another option that I want to look into, I’ll see if I can get it to work and report back, but in the meantime, I think the above plugin might be a solid option.
Forum: Plugins
In reply to: [LeagueManager] How To Add A New SportAdding a sport isn’t complicated, but does require some work to get things where you want and if you’ve never done any work in PHP it’s going to be a lot more difficult. As mentioned before, I’ve been working on some custom projects (LeagueManager related) and haven’t had much time for core work, but when I get things resolved, I’ll do what I can to help out. Hopefully in the next week or so…
Forum: Plugins
In reply to: [LeagueManager] I don't want to display non-league teams in league standings…Yes, it could be done with a template. You’d have to add the ability to determine if the match was non-league, then with the template only select league games for the standings…
If you’re looking for an option to do it, it’s not in there, but it can be done.
Forum: Plugins
In reply to: [LeagueManager] Team RankingDo you have a specific point structure that you use for wins, etc.?
Forum: Plugins
In reply to: [LeagueManager] chmpionship bug ?It was one of the first changes I made when I started using the plugin last year, much faster to enter a number of matches./
Forum: Plugins
In reply to: [LeagueManager] chmpionship bug ?I’ve changed some code to change from the pop-ups to a date picker, should be able to select any date, but I’ll double check that and make sure before committing the next update…
Forum: Plugins
In reply to: [LeagueManager] chmpionship bug ?Since I haven’t worked with the championship code much, I’m not 100% sure how well it works at this point. I’ve got a couple of projects going on that are touching that code though and hope that when I come out the other side I’ll have a much better feel for what’s going on and what needs to be worked on. I think that it in normal circumstances it works pretty well, but there are a number of enhancements that it needs that will change how it works, such as the ability to add a series of games in a round (best-of-three quarterfinals for instance).
I know that doesn’t answer your question, but know that over the next few weeks I will be in that code looking for issues…
Forum: Plugins
In reply to: [LeagueManager] LanguageGlad you got it worked out…
Did you do a full Norwegian translation? If so, would you be willing to submit it so others can use it?
Forum: Plugins
In reply to: [LeagueManager] LanguageDepending on the language you need (if there’s a translation available for it), it should be automatic based on the language you have WordPress set up for. I haven’t worked with that much (I’m not the original developer, so haven’t worked with ever line of code yet), but based on everything I’ve read, it should be automatic.
What language do you need?
Forum: Plugins
In reply to: [LeagueManager] add column (table of truth)First of all, do you have your system set up to give the reverse to the winning club? If so, you can change your ‘Points’ column from d% to d%:d% with the second ‘d% being the points the club’s opponent earned.
What you’ve outlined above can’t be accurate as you’ve got two entries for away wins and no points for an away draw. Also, you have no points being awarded to a win at home?
Forum: Plugins
In reply to: [LeagueManager] Standings RugbyThe easy answer is that you need to build a custom standings template that organizes the output how you want it done. If you are getting all the data you need when you enter results, then building the template is a relatively simple project. If you aren’t collecting the right data with the results, then you also need to add the right fields in the ‘rugby.php’ file. If you know how to do basic PHP programming, it’s not a huge task. Some of the fields you require are calculations, such as Difference in Points, which means that the standings template that you’d build would have to include that calculation, the scores are already in the system.
Forum: Plugins
In reply to: [LeagueManager] Statistics page errorYes, very clear…
I use XAMPP on my Mac, but will install it on my PC and do a few tests to see how to fix things.
Thanks
Forum: Plugins
In reply to: [LeagueManager] Errors when savingWhat version of PHP are you using?
You’ve got a few errors that I’ve not seen before and I’m starting to think it’s a PHP issue that I need to address, but I’m not sure at this point.
Forum: Plugins
In reply to: [LeagueManager] Problem with activating pluginI updated a few things and have a version of LeagueManager that might work with the conflicts. If you’d like to give it a try, send me an email so I know where to send it. If it works, I’m going to make the changes permanent.
Thanks
Forum: Plugins
In reply to: [LeagueManager] Fixture Layout: Create spaces between daysCan you give me the shortcode you’re using now to get things on your page? I made some changes to the shortcodes, but didn’t delete anything, just added.
Or, do you mean you lost a custom template? I’m not 100% clear what happened.