Add activation welcome and notices close #21
This commit is contained in:
49
readme.txt
49
readme.txt
@@ -78,15 +78,15 @@ Automatic updates should work like a charm; as always though, ensure you backup
|
||||
|
||||
If on the off-chance you do encounter issues with the event/team/player/staff pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting 'save'. That should return things to normal.
|
||||
|
||||
= General Settings =
|
||||
== Configuration ==
|
||||
|
||||
= Sport =
|
||||
|
||||
SportsPress comes with settings for some sports that you can apply by going to WordPress > Settings > SportsPress. By selecting a sport, presets will be applied to Events, League Tables, and Players.
|
||||
|
||||
= Event Settings =
|
||||
= Results =
|
||||
|
||||
Manage the results and outcomes you would like to track for each event.
|
||||
|
||||
Main Result is the default result that will be displayed in the admin list.
|
||||
Main Result is the default result that will be displayed in the admin list when an event has been played.
|
||||
|
||||
Results are the values that you want to keep track of and display on your event pages. In Association Football, for example, typical results are "1st half", "2nd half", and "Goals". For Baseball, you would have 9+ "Innings", "Hits", "Runs", and "Errors".
|
||||
|
||||
@@ -94,7 +94,11 @@ To add a new result, go to Settings > SportsPress > Results > Add New. Enter a n
|
||||
|
||||
The "Key" is the variable name used in league table calculations and will be automatically generated when you create a new result, but you can also change this. The Order Attribute is the order that your result will be displayed among your other results.
|
||||
|
||||
= League Table Settings =
|
||||
= Outcomes =
|
||||
|
||||
Outcomes are very similar to results but you can only have one outcome per team per event. An outcome determines the ultimate result (win, draw, loss, etc.) of an event. Examples of outcomes are: W, D, L, and OT.
|
||||
|
||||
= Columns =
|
||||
|
||||
Manage the columns you would like to calculate and display in league tables.
|
||||
|
||||
@@ -113,15 +117,13 @@ Sort Order is for the way you want to sort your League Table. You can create and
|
||||
|
||||
As an example, in Association Football, Pts would be 1 descending, and GD would be 2 descending. This means that the leading team is the team with the most points, then the highest goal difference (GD).
|
||||
|
||||
Outcomes are very similar to results but you can only have one outcome per team per event. An outcome determines the ultimate result (win, draw, loss, etc.) of an event. Examples of outcomes are: W, D, L, and OT.
|
||||
= Metrics =
|
||||
|
||||
= Player Settings =
|
||||
Metrics are static values associated with players, and are useful for variables like height, weight, hobbies, etc. that will be displayed on player profile pages. When you create a new metric, remember to select the position(s) that the metric applies to or it will not show up in player profiles. Metrics are independent of leagues, seasons, and teams.
|
||||
|
||||
Manage the metrics and statistics you would like to track for each player.
|
||||
= Performance =
|
||||
|
||||
Metrics are useful for variables like their height, weight, hobbies, etc. that will be displayed on player profile pages. When you create a new metric, remember to select the position(s) that the metric applies to or it will not show up in player profiles. Metrics are independent of leagues, seasons, and teams.
|
||||
|
||||
Statistics are for keeping track of the performance variables like goals, assists, yellow cards, and red cards. They are displayed on player profile pages, event pages, and player lists. Each player will have their own set of statistics for each event and league per season. You can choose whether to calculate the total or average of each variable by selecting from the “Calculate” dropdown menu. Be sure to select the position(s) that each statistic applies to so it shows up on the appropriate players' profile pages.
|
||||
Performance is for keeping track of the performance variables like goals, assists, yellow cards, and red cards. They are displayed on player profile pages, event pages, and player lists. Each player will have their own set of statistics for each event and league per season. You can choose whether to calculate the total or average of each variable by selecting from the “Calculate” dropdown menu. Be sure to select the position(s) that each statistic applies to so it shows up on the appropriate players' profile pages.
|
||||
|
||||
== Frequently Asked Questions ==
|
||||
|
||||
@@ -154,6 +156,29 @@ SportsPress is currently in beta and is undergoing testing. We are still activel
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 0.7 =
|
||||
* Feature - Welcome page to display on activation.
|
||||
* Feature - Frontend color scheme selection.
|
||||
* Feature - Custom CSS option.
|
||||
* Feature - Add venue column to event list.
|
||||
* Feature - Manual point adjustments added to league tables.
|
||||
* Feature - Enable table pagination.
|
||||
* Feature - Enable live countdown setting.
|
||||
* Refactor - Only load required classes to improve performance.
|
||||
* Refactor - Change statistic to performance.
|
||||
* Refactor - Soft deprecate sportspress prefixed functions in favor of sp prefix.
|
||||
* Tweak - Filter players in events by current team.
|
||||
* Tweak - Separate admin styles to improve load times.
|
||||
* Tweak - Add margin above view all link in widgets.
|
||||
* Tweak - Group text options by context.
|
||||
* Tweak - Display event details in standard table markup for style consistency.
|
||||
* Tweak - Display venue as a table for style consistency.
|
||||
* Tweak - Hide individual player performance when players not selected.
|
||||
* Fix - Responsive league table glitch.
|
||||
* Fix - Warning messages when adding new team, player, or event.
|
||||
* Fix - Countdown widget when event is selected.
|
||||
* Fix - Multiple select box height glitch in some browsers fixed.
|
||||
|
||||
= 0.6.2 =
|
||||
* Feature - Add options to make tables responsive and sortable.
|
||||
* Feature - Use consistent shortcode naming with backwards compatibility.
|
||||
|
||||
Reference in New Issue
Block a user