K
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Widget – logos too largeI will fix this. If you want to show slideshows of next or previous matches you can also use the Fancy Slideshow Plugin (https://wordpress.org/plugins/sponsors-slideshow-widget/)
Forum: Plugins
In reply to: [LeagueManager] Upgrade ProblemHi,
the first shortcode works as it should, namely showing all matches of the latest match day. That could either be the last match day or next match day depending on what match day is closer to the current date. Otherwise use match_day=’last’ or match_day=’next’.
To show all matches of a specific team use the following code:
[matches league_id=2 team=52 match_day='all' show_match_day_selection='false']Forum: Plugins
In reply to: [LeagueManager] Standings no longer updatedwhat sports type do you use?
Forum: Plugins
In reply to: [LeagueManager] Volleyball table problemHi,
did you select “Volleyball” as point rule? Then a 3:2 win will give 2 points to the winner and 1 to the losing team.
Forum: Plugins
In reply to: [LeagueManager] Contribution to pluginForum: Plugins
In reply to: [ProjectManager] Upgrade ProjectManager | databaseThat is odd. I never had such problems and also the latest upgrade worked fine on two different wordpress installations. How many datasets do you approximately have in all projects together? From what version are you trying to upgrade?
Forum: Plugins
In reply to: [LeagueManager] Mode ChampionshipFirst, you need to upgrade to the latest version as some things were broken in the championship mode, but this should work again.
When adding a team you need to make sure that they are put into the correct group.
You can view the whole championship using the shortcode
[championship league_id=ID]Forum: Plugins
In reply to: [ProjectManager] Upgrade ProjectManager | databaseThis sounds like a connection problem from your end. Did you try clicking the button again? Maybe also from a different computer?
Forum: Plugins
In reply to: [LeagueManager] [BUG] Can't save results without quarter partial resultsAh ok, thanks for reporting this. I will fix this as soon as possible
Forum: Plugins
In reply to: [ProjectManager] Upgrade ProjectManager | databaseThe database needs to be updated. There should be button to start this process. Simply click the button.
Forum: Plugins
In reply to: [LeagueManager] Theme broken in front end after updateRe-add your seasons with the exact name as before. What happens?
Forum: Plugins
In reply to: [LeagueManager] Show all games that day of a leagueIf you created the standings-slim.php file and put it into the plugin template directory this is of course delete when you update the plugin. If you want to use custom templates put them in your theme directory in a directory called leaguemanager.
What was the slim template doing? There is a standings-compact.php (template=”compact”), which only shows some data
Forum: Plugins
In reply to: [LeagueManager] Theme broken in front end after updatehow do other themes look like?
Forum: Plugins
In reply to: [LeagueManager] Match Day ProblemGreat 🙂
Forum: Plugins
In reply to: [LeagueManager] Show all games that day of a leagueThe accordion list only allows one item open at a time. I will, however, slightly change the by_matchday templates:
* by_matchday: this will be without any javascript animation showing all matches of the league organized by matchday
* by_matchday-accordion: matchdays with jQuery UI accordion functionality
* by_matchday-tabs: matchdays with jQuery UI tabs functionalityThe latter two templates will have the current matchday item/tab open by default. The current matchday is that match day closest to the current date. Thus, it can show the last match day or the next match day