Plugin Directory

LeagueManager

Author: Kolja Schleich

This Plugin is designed to manage sports leagues and display them on your blog. It is originally built for gymnastics league, but can be used for any other as well. Version 2.0 brings some major changes.

Features

  • add as many leagues as you want to
  • easy adding of teams and matches
  • automatic point calculation and ranking of teams
  • breadcrumb navigation included
  • activate/deactivate league toggling
  • widget for each active league
  • seperate capability to control access and compatibility with Role Manager
  • TinyMCE Button for better usability (since Version 2.2)

For further notes on using the plugin see the section below.

The plugin was tested with WP 2.3.3, 2.6.2 and 2.7-hemorrhage. If you encounter any problems, please contact me.

Translations

  • German
  • Dutch
  • Swedish
  • Polish

Usage

To print league results create a new page or post and add the following tag to it:

[ leaguestandings = league_id ] (without whitespaces)

where league_id is the ID of the league. This ist printed in the manage section. This only prints the standings table. To display the compeitions table use the tag

[ leaguematches = league_id ] (without whitespaces).

To display the crosstable put the following code into a post or page

[ leaguecrosstable = league_id, mode ] (without whitespaces).

mode is either 'embed' or 'popup', which makes it possible to optionally display the crosstable in a popup window if it is very large. The widget can also be displayed statically for themes not supporting widgets. See FAQ.