Football Club Manager
Football Club Manager
Description
Football Club Manager helps amateur football clubs organize and present their information online.
With this plugin, you can:
- ποΈ Create customizable team pages
- π€ Register team players, including picture
- π Publish match schedule and results
- πββοΈ Manage volunteers and referees
- π New players and volunteers can sign up
- π Receive notifications on sign up
- π§© Customizable blocks for Gutenberg editor
- π Multilingual support
Usage
- Navigate to Football Club Manager in your WordPress dashboard.
- Add Players, Referees, Volunteers, Teams, and Matches.
- Visit team pages and modify the content, or enable/disable default blocks via page settings.
- Go to the Football Club Manager section in Customizer to change default blocks on team page.
- Display match results or team rosters on your site using Gutenberg editor.
Add-ons
Football Club Manager is designed to be extensible.
Currently available:
-
π FCM for Sportlink
Integrates Football Club Manager with Sportlink, allowing you to synchronize official match data and player information directly into WordPress. -
π Advanced Google reCAPTCHA
Add a Captcha to the signup form to avoid spam.
Contributing
Found a bug or have a feature request? Please open an issue on GitHub.
Want to contribute? Fork the repo and submit a pull request β all help is welcome!
Installation
You can install the plugin in one of three ways:
Option 1: Install from official WordPress Plugin Directory
- In your WordPress dashboard, go to Plugins Add New.
- Search for Football Club Manager and click Install now, then Activate.
Option 2: Download a Release
- Visit the Releases page.
- Download the latest
.zipfile. - In your WordPress dashboard, go to Plugins Add New Upload Plugin.
- Upload the
.zipfile and activate the plugin.
Option 3: Clone the Repository (development version)
- Open your terminal and run:
git clone https://github.com/vincentbitter/football-club-manager.git - Upload the cloned folder to your WordPress
/wp-content/plugins/directory. - Activate the plugin via the WordPress admin dashboard.
Faq
Not at all! You just need access to your WordPress dashboard to manage the data, and you can use the Gutenberg editor to manage content.
Yes! Since Football Club Manager is built using Custom Post Types, itβs compatible with most import/export plugins. Even WordPress itself offers import/export features, which you can find in the Tools admin menu. You can also develop your own import plugin for automatic importing, like the one for Sportlink.
No. Football Club Manager does not contain any tracking code or integration with external services. WordPress Plugin Directory tracks the number of installs though, but you can avoid even that by downloading a release from GitHub.
Itβs designed to work with Gutenberg editor. While it should play nicely with most themes, custom styling may be needed depending on your setup.
The standard page editor since WordPress 5.0 (December 2018). If you use a different editor, blocks might not work. Check the demo if you are not sure if your website uses it.
You can add signup forms in the Gutenberg editor and customize those to your needs. The Signup Form block contains properties to chose between Player and Volunteer signup, and you can even specify a subtype if you need different forms for different types of players or volunteers. When adding a Signup Form block to the page, all possible child blocks will automatically be added. You can remove the blocks you don’t need or customize and reorganize those.
The data is stored as a new ‘signup’ you can find in the WordPress admin area (Football Club Manager -> Signups). Because of GDPR and other privacy/security regulations, it is not advised to store all personal data in WordPress for a long time. Instead, you can verify the registration and copy the data to a separate CRM system. After processing the data, remove it from WordPress. Need automation? Create a plugin for Football Club Manager that forwards the signup data to your CRM system.
Go to your user profile in WordPress and at the bottom you will see the options to set notifications per sign up type. To setup notifications to another email address, edit the user with that email address or create a new one. The edit screen also contains the notification options at the bottom, just like in your own profile page.
Reviews
Changelog
Visit the GitHub Releases page.