-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.txt
101 lines (65 loc) · 4.13 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
=== WP-ClanWars ===
Contributors: andddd
Tags: cybersport, clanwar, team, clan, cyber, sport, match, gaming, game, community
Requires at least: 4.3
Tested up to: 4.9.6
Stable tag: 2.0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
WP-ClanWars is a match organizer plugin for gaming communities and teams.
== Help out to translate this plugin ==
Wanna see WP-ClanWars in your language? Help out to translate it!
[https://www.transifex.com/projects/p/wp-clanwars/](https://www.transifex.com/projects/p/wp-clanwars/)
== Description ==
WP-ClanWars is a match organizer plugin for gaming communities and teams. It supports multiple games, sidebar widget, match browser, and allows multigamings to delegate match scheduling between multiple war arrangers using simple access control system.
Plugin creates a post for every match, all posts are published under category set in plugin settings. I suggest to create a separate category for all matches so you don't mix it with any other blog posts. Since every match is a regular post, it means that they will show up all around your website, if it's not desired behavior you will have to restrict matches category from being shown on specific pages of your website (e.g. on front page). I guess there are plenty of plugins for that or you can always do it manually by fixing your theme files. I would also suggest to avoid any changes to the content of created posts because plugin overwrites post content on match update.
By default plugin uses it's own stylesheet which can be disabled in plugin settings. If you decide to make a custom CSS for your website, as example, take a look at default styles: [site.css](https://github.com/pronebird/wp-clanwars/blob/master/css/site.css) and [widget.css](https://github.com/pronebird/wp-clanwars/blob/master/css/widget.css).
Plugin supports a match browser, which can be displayed for visitors using `[wp-clanwars]` shortcode, I suggest to create a separate page for it.
== Installation ==
- PHP 5.3 or newer
- MySQL 5.0 or newer
== Features ==
* __Games management__: add your own games, manage maps, export, import others.
* __Match management__: create match, there is no limit for number of maps per match or number of rounds per map, extra information like "External League URL", "Practice War" or "Official Match" can be also specified, final score is calculated automatically.
* __Teams management__: mostly informational, the only useful thing is to setup your team and mark it as home team. Home team is selected by default when you add a new match.
* __Import/Export__: you can save a pack of games that you created on your own, all games are exported with maps attached to them. Can be useful if you need to transfer a game from one website to another. Plugin comes with 7 game packs built-in which can be installed from Import menu.
* __Access Control__: grant your war arrangers an access to match management.
* __Match Browser__: site visitors can navigate through all matches.
== Screenshots ==
1. Score card and widget
2. Install & share games
3. View matches
4. Edit match
== Changelog ==
= 2.0.1 =
* Minor networking improvements
* Update localizations
= 2.0.0 =
* Add team logos
* Reworked match score cards
* Add game sharing via cloud server
* Add popular countries in country dropdown
* Add search to long dropdowns
* Improved detection for installed games
* Multisite fixes
= 1.7.2 =
* Fix error in database handling routine ([issue #3](https://github.com/pronebird/wp-clanwars/issues/3))
= 1.7.1 =
* Fix issues with large images in gallery
= 1.7.0 =
* Add gallery support
* Add Spanish and Russian translations
* Lots of optimizations
= 1.6.3 =
* Add German translation
= 1.6.2 =
* Add link to translation service
= 1.6.1 =
* Use ZipArchive when available
* Improve ZIP error handling
= 1.6.0 =
* Add import/export to ZIP
* Add "Export" link next to "Maps" in Games section
* Drop old localizations
== Attributions ==
Plugin icon made by [Freepik](http://www.flaticon.com/authors/freepik "Freepik") from [www.flaticon.com](http://www.flaticon.com "Flaticon") is licensed by [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/ "Creative Commons BY 3.0").