This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
171 lines (119 loc) · 6 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
=== WOW Recruitment Widget ===
Contributors: ycfreeman
Donate Link: http://www.ycfreeman.com
Tags: WOW, Warcraft, Guild, World of Warcraft, Recruitment
Requires at least: 2.8
Tested up to: 4.5
Stable tag: 1.4.12
A widget that helps to display recruitment message of a World of Warcraft guild, also can be used for other games that have different classes.
== Description ==
A widget that helps to display recruitment message of a World of Warcraft guild.
It works just fine out of the box, but it is very customizable with some CSS techniques.
[Customization tutorial can be found here](http://www.ycfreeman.com/2010/08/wow-recruitment-wordpress-widget.html)
* please save the widget once after upgrade from 1.0.x to make it work with new codes,
* make sure you backup those color codes before upgrade if you have changed them before 1.2
New in 1.4.6:
* added demon hunter class
* this plugin now uses npm to build SCSS stylesheets, see source code for details, mixins will be useful if you're building your own wordpress theme
** I will not be actively updating this plugin, but I'll still do occasional update like this one when I'm bored,
please feel free to fork this project from github.
To use this widget, simply go to Appearance => Widget and drag it to a sidebar as similar to other widgets.
* [Plugin site](https://wordpress.org/plugins/wow-recruit-widget/)
* [Demo](http://demo.ycfreeman.com/)
* [Full description on the web page of this plugin](http://www.ycfreeman.com/wow-recruitment-widget)
* [Issue Tracker on github](https://github.com/ycfreeman/wow-guild-recruitment-widget/issues)
* [Source Code](https://github.com/ycfreeman/wow-guild-recruitment-widget)
If you found bugs or want to correct some of my codes, please file issues in github :)
== Installation ==
1. Unpack and Upload all files to the `/wp-content/plugins/wow-recruit-widget` directory
2. Activate the plugin through the **Plugins** menu in WordPress
3. Drag **WOW Recruitment Widget** to your sidebar
4. Enter details and done!
5. *(optional)* go to **Settings > WOW Recruit Widget** to set up all classes and status texts to your own language
6. *(optional)* if you're using a theme with narrow sidebar, go to **Settings > WOW Recruit Widget** and choose "For Narrow Sidebars" under "Theme"
== Frequently Asked Questions ==
[Full description on the web page of this plugin](http://www.ycfreeman.com/p/wow-recruitment-wordpress-widget.html)
== Screenshots ==
1. Here is how it looks
2. Dark theme, small icons
== Changelog ==
= 1.4.11 =
= 1.4.9 =
* fix pathing issue reported by jwetz87
= 1.4.8 =
* forgot to bump version
* fix white on white for priest, other minor style fix
= 1.4.7 =
* fix icon paths
= 1.4.6 =
* add demon hunter class
* refactor stylesheet
= 1.4.5 =
* bump version number to fix svn/git conflicts
= 1.4.4 =
* bug fix
= 1.4.3 =
* bug fix
= 1.4.2 =
* minor bug fix
= 1.4.1 =
* added theme for narrow sidebar themes
= 1.4.0 =
* added monk class
* larger icons
* few updates to stylesheet, now uses float instead of absolute position, also with icon chrome in css3
* moved div.wr-status to middle of div.wr-class-text and div.wr-note to accompany new stylesheet
* added item width to widget(.wr-item), you can use !important in your stylesheet to override it
= 1.3.2 =
* changed bug report link and readme file
= 1.3.1 =
* changed help/bug icons to host at external source, updated license wordings
= 1.3.0 =
* customizable tooltip!
* ability to enable display of "closed" status!
* bug report icon!
* added note and status css classes to each item wrapper, now it is even more customizable with proper css techniques
= 1.2.5 =
* there was some subversion mess up for previous 2 updates, I've recovered everything and this update should work properly
= 1.2.4 =
* fixed another issue about new generated wr-note class name, and a default style bug, also updated readme file
* removed google ad (sorry I was doing it wrong!)
* added a "help" icon that links to this plugin's new home page
= 1.2.3 =
* fixed a very minor potential issue about new generated wr-note class name, and a minor default style bug
= 1.2.2 =
* fixed another layout bug
= 1.2.1 =
* fixed a layout bug
= 1.2.0 =
* major update with new options panel
* option to use custom style sheet! and it is recombined back to one css
* fully customizable class / status texts!
* customizable number of rows!
* added in recruitment message
= 1.1.4 =
* fixed a lovely IE only bug caused a few missed semi-colons, and missing close tags, which may cause bug in certain browsers, thanks KGBAgent again
= 1.1.3 =
* fixed a layout bug that may cause by css float
= 1.1.2 =
* fixed a typing mistake "Huner", lol, thanks KGBAgent
= 1.1.1 =
* fixed a few non-set variable and duplicate function declaration bug, thanks Ramides
* fixed sorting mechanism, it should sort by status from high to low, then by class in alphabetical order, tell me if there is still bug
= 1.1 =
* major recode to everything including data structure
* no more table layout, all replaced by div, which can be easily customized by editing css/layout.css
* color and layout are seperated into css/layout.css and css/color.css
* class icons are combined into css sprite
* new sorting method used, it should sort by status then class as intended now
= 1.0.1 =
* minor changes to path handling, added some simple URL validation, and some descriptions in widget
= 1.0 =
* First released version
== Upgrade Notice ==
* please save the widget once after upgrade from 1.0.x to make it work with new codes,
* make sure you backup those color codes before upgrade if you have changed them before
== Development Note ==
require [npm](https://www.npmjs.com/) to build stylesheets
<code>npm run build</code> to build stylesheets continuously to ./css/ until Ctrl+C to terminate, test page can be viewed at http://localhost:8001
only tested on Mac, should work in *nix platforms, should work in Windows too