Competition format improvement – ‘Individual Scoring’

The Individual Scoring competition format has a small feature improvement.

Customize separator

When using the shortcodes for displaying match results, you can customize the ‘separator’. In addition, if the match result is determined by the sum of all rounds (holes, disciplines, …) the sum is added as well.

For a 9-holes golf competition, you can, for example, achieve

4-3-4-4-4-5-3-4-5 (36)

or

4 / 3 / 4 / 4 / 4 / 5 / 3 / 4 / 5 (36)

This feature is part of release 1.12.1.

Fix for ShortCodes in version 1.12

Version 1.12 has been released. This contains a change in the implementation  of shortcodes; required to make it compliant to the WordPress standards and recommendations.

If you’re using WordPress’s “do_shortcode(…)” function in your (child) theme, you should now use “echo do_shortcode(…)”. A small but essential change.

Using WordPress Translation now and thumbnails for Team Players (version 1.11)

Release 1.11 is available for download.

On request, a thumbnail is added when listing Team Players. Only when a featured image for the player is available, of course.

This plugin uses the WordPress Translation (PolyGlot) now. From the start the Dutch language has been (and will be) supported. If you want to be ‘language editor’ for your own language, you are encouraged to use the contact form to make yourself known.

Conversion to CSS completed and some fixes (version 1.10)

The Individual Scoring format – introduced in the previous version – got some fixes based on first user feedback.

The widget that displays a list of current Matches got 2 new controls to more accurately control the widget’s content.

A new shortcode “scm_match_current” is available now. It offers similar functionality as the widget, but can be used in posts and pages.

The conversion of all table layout (in shortcodes) into proper CSS divs has been completed. This greatly simplifies customization in your (child) theme.