unimaxx
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Bye optionI agree.
A Bye option would be a great addition. The Bye occurs, because one team does not play while all the rest do. The one team takes the night off, so to speak.
Right now, we just don’t enter the date and the team is not scheduled that night. However, it would be ideal to show it as a ‘Bye’. This way the viewers know that it wasn’t an oversight or mistake that the team is not playing.
One year we did enter a team called ‘Bye’ which allowed us to show it as the actual team playing another team called ‘Bye’, however it meant that the team called ‘Bye’ was also being ranked……not ideal.
Forum: Plugins
In reply to: [LeagueManager] Logo disappear!!Wow – thanks lumo1
that did the trick….image filename had spaces and after changing them it now works….
Interesting – I found my answer on another post – LeagueManager Display Issue.
This is a browser issue – Firefox does not display it properly. Choose another browser and login. It works.
I also upgraded and now when I click on one of my leagues the Preferences, Seasons, Add Matches comes up (sometimes) briefly and then it disappears and the Table appears with the tabs for Standings, Cross Table and Match Plan.
Forum: Plugins
In reply to: [LeagueManager] Insufficient rights for admin userDeactivate and then activate the plugin. Works like a charm
Forum: Plugins
In reply to: [LeagueManager] Update – Lost AccessAhhh found a post that covered this, tried it and it worked….
Deactive and Activete the LM Plugin again.
How clever!! thanks to the person who posted!!
Forum: Plugins
In reply to: [LeagueManager] Standings Incorrectly CalculatedI like the idea of users having the ability to change the ranking as you have described. Not sure how hard that would be to implement.
The main issue right now is that the calculations do not go far enough. Wins then losses and then ties are decided based on the team’s group ID in LeagueManager….PCT would be a better ranking engine since different leagues might score W/T/L differently.
Even in the short term if it could be ranked something like”
PCT then
GB then
RFwhat is needed to move this ahead?
Forum: Plugins
In reply to: [LeagueManager] Restricting User Capabilities to Editing Individual LeaguesI have had some success using AAM (Advanced Access Manager) and AMU (Add Multiple Users) plugins, as well as a filter that was provided in League Manager.
Allowed me to setup custom role to allow users to update scores.
Forum: Plugins
In reply to: [LeagueManager] Can I change user permission?I have had some success using AAM (Advanced Access Manager) and AMU (Add Multiple Users) plugins, as well as a filter that was provided in League Manager.
Forum: Plugins
In reply to: [LeagueManager] Archive OptionWhen I use [leaguearchive league_id=3] I see that the Cross Table is displayed, yet when I select the season from the drop down box, the resulting page just displays the Standings. How do I supress the Crosstable?
Forum: Plugins
In reply to: [LeagueManager] IsTie functionWhat code can I add to core.php so that a tie would rank the tieing teams according to PCT rather than their Team#?
Forum: Plugins
In reply to: [LeagueManager] "Runs For (RF)" and "Runs Against (RA)"Entering both the score and the RF and RA seems to be redundant….Is there an option to remove either of them and only update the one?
Forum: Plugins
In reply to: [LeagueManager] Wp 3.7 compatibility and future?Upgraded and ran into this error – Fatal error: Call to undefined function wp_get_current_user() in wp-includes/user.php on line 209 (Or 1801 or whatever…)
You can rename your plugins (I added old to the name) and then rename them back one by one to see which one is causing problems.In my case it was leaguemanager.
Found the fix here……. https://webeddy.com/error-message-solutions/7-fatal-error-call-to-undefined-function-wp-get-current-user-in-wp-includes-user-php-on-line-209
Forum: Plugins
In reply to: [LeagueManager] Team LoginI have implemented Role Editor and it seems to be working. I limited one of the roles to just leaguemanager editing capability. While it does restrict the user to editing scores they are able to edit scores for all teams, matches/games. Would be nice to find a way to restrict them to just their own match days…..
I guess this way one username/password combo would work for all teams, although that allows for anyone to post anonymously…
Forum: Plugins
In reply to: [LeagueManager] Team LoginWhat would it take to create a user login to update scores only?
– Need to have one login per team
– Login would direct user to game/match week/day site outlining games to be played and their scores. (e.g. short code – [matches league_id=7 mode=])
– Username ties to team directly. Administration would configure this at time of setup.
– User clicks on the appropriate game/match and enters score.Has anyone done this?