ThemeBoy
Forum Replies Created
-
Hi again!
Thanks for your suggestion. An option to sort players alphabetically by Name has been added in version 0.3.3. There is now also a Default option, which inherits the sorting options from the player list.
It may take up to 24 hours for the update to become available in your WordPress dashboard. Alternatively, you can deactivate/delete then reinstall the plugin to get the latest version 🙂
Hi again,
We’ve just added England, Scotland, Wales, and Northern Ireland to the countries selector in version 0.3.2. Thanks again for your suggestions!
Glad to hear that! Feel free to let us know if you have any other questions, comments, or suggestions 🙂
Hi there,
Thank you for your suggestion. We’ll definitely add 4 additional options for countries of the UK in the next update. I’ll let you know when the update becomes available.
Hi there,
Thank you for checking out the plugin and for letting us know about this issue.
Player statistics are filtered by position, so the player’s position(s) will determine which statistics are displayed. If you go to Settings > SportsPress > Players > Edit Player Statistics you can check which positions each statistic is assigned to.
Editing each statistic and ticking the boxes for other positions may solve this. Please let me know if you still experience issues.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Inputting list of playersHi again!
We’ve just released SportsPress 0.3.1 which includes an import tool for players and teams via csv files.
To use the import tool once you’ve updated to version 0.3.1, please go to Tools > Import > SportsPress Players (CSV).
A sample csv file have been included, which has 7 columns: Number, Name, Positions, Teams, Leagues, Seasons, and Nationality.
I hope this helps! Please let me know if you have any questions or further suggestions 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Inputting list of playersThanks for your feedback. Will explore the idea of a bulk adder/csv importer. I’ll keep you posted 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Ideas for widgetGreat, let me know if you have any further feedback 🙂
Good point! I’ve adjusted the way player statistics are calculated to account for mid-season transfers:
1. Player profiles will now display statistics from all teams per league/season, regardless of the team chosen for that season.
2. Events which a player attended as a substitute are no longer counted toward the “Played” statistic, unless the player has made a substitution during the event.
Now, you can select both teams (Case 1) and the statistics will be shown for the entire season.
The new version is 0.2.10
http://wordpress.org/plugins/sportspress/changelog/I hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Ideas for widgetGreat suggestion, I’ve just added the ability to select “All Teams” in player lists, and fixed the decimal sorting function in version 0.2.9.
Thanks for your ongoing feedback! Please keep them coming if you have any further suggestions 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Ideas for widgetThat’s a good idea too. I’ll be adding “equations” functionality to player statistics in a similar way to table columns. That way, you can select those statistics (like % of events played) in the widget.
I’ve just released an update to the plugin (version 0.2.8) which includes a Player List widget with selectable statistics and single column sorting. Multi-column sorting will come in future versions.
Thanks again for your feedback. Please feel free to let me know if you have any other suggestions for the plugin 🙂
This has been fixed in version 0.2.7, thanks again!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Ideas for widgetGlad that you’re enjoying the plugin!
I’ve just updated SportsPress to version 0.2.7 which adds the option select columns to display in league table widgets (your 2nd idea). I’ll be adding a player list widget in the next update as well 🙂
Hi there,
Thanks for checking out SportsPress and for your feedback!
You’re right, the league table should start with Pos 1. I’ve fixed this for the next update, and you can also manually change this by editing sportspress/admin/templates/league-table.php: line 61
Change:
$output .= ‘<td class=”data-number”>’ . $i . ‘</td>’;
to:
$output .= ‘<td class=”data-number”>’ . ( $i + 1 ) . ‘</td>’;Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Ideas for widgetI love these ideas! Both should be fairly straightforward, I’ll let you know when they have been added 🙂