-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
63 lines (35 loc) · 1.51 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
=== Bad Tournament ===
Contributors: loloirie
Tags: tournament, club, shortcode, administration, badminton, tennis, table tennis
Requires at least: 4.4
Tested up to: 4.9
Stable tag: 1.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Tool to embed a tournament on your page with administration features
== Description ==
I need a tool to manage an internal tournament for our badminton club (BVG Goldbach/Laufach) and didn't find anything to fill exactly my need...
This tool allows administrators to create and manage different tournaments like:
- League
- Grinding tournament
- Swiss System
- KO System
Simple, double or mixed are allowed.
With few shortcodes, it's really easy to display infos ( table, matches...) on the frontend website.
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Upload the plugin files to the `/wp-content/plugins/bvg_turnier` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Use the 'Bad Tournament' Link to manage your tournaments
== Frequently Asked Questions ==
= How can I customize the layout ? =
Currently, there is no included option.
You will need to overwritte the bad_tournament.css file with your theme css.
== Screenshots ==
1. The admin main page
2. Frontend view for a league
3. Frontend view of matches
== Changelog ==
= 1.0 =
* Initial release