Advanced H2H for SportsPress

Description

This plugin is an extension for SportsPress.

Give your league managers the option to use more advanced Sorting Criteria for your League Tables.
Now is possible to select different Sorting Criteria for each League Table!

How to Use

Step 1: Create Sorting Criteria

  1. Go to SportsPress -> Teams -> Sorting Criteria in your WordPress admin.
  2. Click “Add New Criterion”.
  3. Give your criterion a descriptive name (e.g., “Premier League Style”, “Champions League Rules”).

Step 2: Configure Regular Order

In the “Regular Order” section:

  1. Drag and drop the columns in the order you want them to be considered for initial sorting.
  2. Toggle the switch to disable criteria you do not want.
  3. Set sort direction (Ascending/Descending) for each column.

This determines the primary sorting order when teams have different points.

Step 3: Configure Tiebreak Order

In the “Tiebreak Order” section:

  1. Drag and drop columns in the order they should be used for tiebreakers.
  2. Toggle the switch to disable criteria you do not want.
  3. Set sort direction for each column.
  4. Enable the “H2H Only” checkbox for columns that should only consider head-to-head results.

This determines how teams are ranked when they have the same points.

Step 4: Review the Summary

The “Sorting Criteria Summary” sidebar shows:

  • Your configured regular order.
  • Your configured tiebreak order.
  • A clear overview of your sorting rules.

Step 5: Apply to League Tables

  1. Go to SportsPress -> Tables.
  2. Edit an existing league table or create a new one.
  3. In the sidebar, find the “Advanced Sorting Criteria” meta box.
  4. Select your custom sorting criterion from the dropdown.
  5. Save the league table.

Examples

Premier League Style:

  • Regular Order: Points (DESC), Goal Difference (DESC), Goals For (DESC)
  • Tiebreak Order: Points (DESC), Goal Difference (DESC), Goals For (DESC), Goals Away (DESC)

Champions League Style:

  • Regular Order: Points (DESC), Goal Difference (DESC), Goals For (DESC)
  • Tiebreak Order: Points (DESC), Head-to-Head Points (DESC), Head-to-Head Goal Difference (DESC), Goal Difference (DESC)

Screenshots

  • The new CPT Sorting Criteria at SportsPress Teams Menu
  • “Regular” Order priorities (Pts, GD, F) i.e. Premier League
  • Tiebreak Order priorities (Pts, Goal Away) i.e. Premier League
  • Sorting Criteria Summary i.e. Premier League
  • Selection of Sorting Criterion at your League Table Edit Page.

Installation

  1. Install and activate Advanced H2H for SportsPress plugin.
  2. Create your own Sorting Criterion at SportsPress->Teams->Sorting Criteria.
  3. Select your preferred Sorting Criterion for your League Table
  4. Enjoy!

Credits

Reviews

6. Dezember 2024 1 reply
Just the extra settings we needed to sort league tables the way we need. Thank you!
3. Dezember 2024 1 reply
This plugin resolved our issue. The league I work for, (United Premier Soccer League) in the United States is a pro-development league for young aspiring amateur players. The league recently converted to Head-To-Head as the first tie breaker for our division tables. Before we implemented the plugin, we only had the option of goal different to sort the teams after points in our Themeboy wp theme. Now we have a lot more flexibility and allows us to accurately reflect the rankings of teams throughout the season. We owe the developer a lot for his work on this plugin-in!
20. Juni 2024 1 reply
I’ve been using sportspress for a number of years now and though their current sorting criteria functions – it is really limited. Especially when trying to incorporate head to head and where in your sorting order this would fall under. This plugin completely revitalizes the sorting ability and allows you to set custom sorting orders for each individual league (should you want this). Great work Savaas!!! Side Note: beware that this plugin currently does not function out of the box with Dan FIsher’s Alchemist theme though can be incorporated very easily by editing the league-table.php sportspress template file found in alchemist/sportspress/ folder. You would open that file and replace the code below (found on or around line 41) $table = new SP_League_Table( $id ); With the following $sah2h_criteria = get_post_meta( $id, ‘sah2h_criteria’, true );if ( ‘default’ !== $sah2h_criteria && ” !== $sah2h_criteria ) { $table = new SAH2H_League_Table( $id ); $table->h2h_criteria = $sah2h_criteria;} else { $table = new SP_League_Table( $id );} That is all I’ve done to have this advanced h2h plugin function with the Alchemist theme. *Use at your own discretion.
Read all 4 reviews

Contributors & Developers

“Advanced H2H for SportsPress” is open source software. The following people have contributed to this plugin.

Contributors

“Advanced H2H for SportsPress” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Advanced H2H for SportsPress” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.1.2

  • FIX: Fatal TypeError “Unsupported operand types: int + string” on PHP 8+ when sp_minutes event meta is empty or non-numeric.

2.1.1

  • FIX: Highlight team feature is not working.

2.1.0

  • UPDATE: Update league-table template to latest version.

2.0.2

  • FIX: Avoid blank page if SportsPress is not activated.

2.0.1

  • FIX: Error if the plugin is loaded before SportsPress.

2.0.0

  • NEW: Sorting Criteria Custom Post Type (see screenshots)
  • NEW: Ability to choose for each League Table which ordering criteria to use! (see screenshots)

1.0.0

  • First Release!