Title: WOW Recruitment Widget
Author: Freeman Man
Published: <strong>Май 12, 2010</strong>
Last modified: Январь 25, 2016

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/wow-recruit-widget.svg)

# WOW Recruitment Widget

 By [Freeman Man](https://profiles.wordpress.org/freegod725/)

[Download](https://downloads.wordpress.org/plugin/wow-recruit-widget.1.4.12.zip)

 * [Details](https://os.wordpress.org/plugins/wow-recruit-widget/#description)
 * [Reviews](https://os.wordpress.org/plugins/wow-recruit-widget/#reviews)
 *  [Installation](https://os.wordpress.org/plugins/wow-recruit-widget/#installation)
 * [Development](https://os.wordpress.org/plugins/wow-recruit-widget/#developers)

 [Support](https://wordpress.org/support/plugin/wow-recruit-widget/)

## 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://wrdemo.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
🙂

### Development Note

require [npm](https://www.npmjs.com/) to build stylesheets

    ```
    npm run build 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

## Screenshots

 * [[
 * Here is how it looks
 * [[
 * Dark theme, small icons

## 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”

## FAQ

[Full description on the web page of this plugin](http://www.ycfreeman.com/p/wow-recruitment-wordpress-widget.html)

## Reviews

![](https://secure.gravatar.com/avatar/e783fc2dc106d8da62b8f1f78e57cb98316ad95d76b0b9da89949b1afbbb9456?
s=60&d=retro&r=g)

### 󠀁[Works as it should](https://wordpress.org/support/topic/works-as-it-should-33/)󠁿

 [alex.devine](https://profiles.wordpress.org/alexdevine/) Сентябрь 3, 2016

Very simple plugin and does the job very well, thank you 🙂

 [ Read all 1 review ](https://wordpress.org/support/plugin/wow-recruit-widget/reviews/)

## Contributors & Developers

“WOW Recruitment Widget” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Freeman Man ](https://profiles.wordpress.org/freegod725/)

[Translate “WOW Recruitment Widget” into your language.](https://translate.wordpress.org/projects/wp-plugins/wow-recruit-widget)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wow-recruit-widget/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wow-recruit-widget/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wow-recruit-widget/)
by [RSS](https://plugins.trac.wordpress.org/log/wow-recruit-widget/?limit=100&mode=stop_on_copy&format=rss).

## 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

## Meta

 *  Version **1.4.12**
 *  Last updated **10 years ago**
 *  Active installations **20+**
 *  WordPress version ** 2.8 or higher **
 *  Tested up to **4.4.34**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wow-recruit-widget/)
 * Tags
 * [guild](https://os.wordpress.org/plugins/tags/guild/)[recruitment](https://os.wordpress.org/plugins/tags/recruitment/)
   [warcraft](https://os.wordpress.org/plugins/tags/warcraft/)[world of warcraft](https://os.wordpress.org/plugins/tags/world-of-warcraft/)
   [wow](https://os.wordpress.org/plugins/tags/wow/)
 *  [Advanced View](https://os.wordpress.org/plugins/wow-recruit-widget/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/wow-recruit-widget/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wow-recruit-widget/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wow-recruit-widget/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wow-recruit-widget/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wow-recruit-widget/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wow-recruit-widget/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wow-recruit-widget/reviews/)

## Contributors

 *   [ Freeman Man ](https://profiles.wordpress.org/freegod725/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wow-recruit-widget/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.ycfreeman.com)