K
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Every games displayed with version 4.1yeah, I also realized this. something is wrong with the function getting the upcoming matchday. I will try to fix this
Forum: Plugins
In reply to: [LeagueManager] Loss of all matches-3.9.0.1It’s not lost, but only the first match day is displayed. You can filter for specific match days or display all matches using the dropdown above the table showing the matches
Forum: Plugins
In reply to: [LeagueManager] Unable to manually add teamWhich plugin version do you use?
Forum: Plugins
In reply to: [LeagueManager] Every games displayed with version 4.1I updated the plugin to show only matches of the first day by default. There is also a menu to filter matches for specific match days.
Forum: Plugins
In reply to: [ProjectManager] Standings Point OrganizingHi, I guess you are referring to the plugin LeagueManager (https://wordpress.org/support/plugin/leaguemanager) not ProjectManager. The ranking metric for each team is specified by the sports type. For example for soccer (football) teams are first ranked by points (descending), then played games (ascending), followed by goal difference and shot goals (both descending). Thus, if two teams are tied with the same points, the team with more goals scored will be put first.
Forum: Plugins
In reply to: [ProjectManager] brokenThis should be resolved in version 3.1.2
Forum: Plugins
In reply to: [ProjectManager] wysiwyg form field typeThis was broken due to a wordpress update, but works again in version 3.1.2 of the plugin
Forum: Plugins
In reply to: [LeagueManager] [Plugin: LeagueManager] Plugin FutureI decided to continue on the plugin, but for now will only do bugfixes if they are reported to me by email. This is just a matter of time, since I am very busy with my Ph.D.
Forum: Plugins
In reply to: [Plugin: ProjectManager] New feature $dataset->LABEL?<?php $dataset->land ?>should work
Forum: Plugins
In reply to: [Plugin: LeagueManager] World Cup format using League managerYou only need Teams Advance set to 2. Teams Ascend, Teams Descend and Teams Relegation are only used on normal league mode to mark teams that ascend/descend into higher/lower league. Also insert the groups, e.g. A;B;C;D. Then add teams and put them in the respective group. Finally you can add matches for preliminary rounds for each group.
Also add the final rounds symbolically using the drop-down “Actions” in the finals sections on the league overview page.
Forum: Plugins
In reply to: [Plugin: ProjectManager] Conflict with NextGenThe slideshow of projectmanager blocked the slideshow of Nextgen Gallery due to CSS conflicts. This is fixed since version 2.9.6
Forum: Plugins
In reply to: Leaguemanager – Table/standings displayThe standings table is displayed using a template located in the view directory of the plugin. You can design your own template and place it in a folder “leaguemanager” in your theme directory.
Forum: Plugins
In reply to: [Plugin: LeagueManager] [League Manager] GoalsPoints and “0.5”-resultsTo have goal points you need to select as sport type “sport with two scores. I could insert .5 results.
Forum: Plugins
In reply to: [Plugin: LeagueManager] widget: size, font size etc.you can overwrite the css definitions from style.css in the plugin directory in your theme style
Forum: Plugins
In reply to: [Plugin: LeagueManager] Match StatisticsThey are displayed when you display a single match with the shortcode
[match id=ID]You can use the code used there to display the stats somewhere else if you want to. Check out view/match.php for details