Plugin yìí kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress. Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

WOW Recruitment Widget

Àpèjúwe

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

  • 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Ìtumọ̀ Yorùbá: ’re building your own wordpress theme

** I will not be actively updating this plugin, but IÌtumọ̀ Yorùbá: ’ll still do occasional update like this one when IÌtumọ̀ Yorùbá: ’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.

If you found bugs or want to correct some of my codes, please file issues in github 🙂

Development Note

require npm 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

Àwọn àwòrán ìbòjú

  • Here is how it looks
  • Dark theme, small icons

Ìgbéwọlẹ̀

  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Ìtumọ̀ Yorùbá: ’re using a theme with narrow sidebar, go to Settings > WOW Recruit Widget and choose “For Narrow Sidebars” under “Theme”

Àwọn àgbéyẹ̀wò

Ka gbogbo àgbéyẹ̀wò 1

Àwọn Olùkópa & Olùgbéejáde

“WOW Recruitment Widget” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

Túmọ̀ “WOW Recruitment Widget” sí èdè rẹ.

Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.

Àkọsílẹ̀ àwọn àyípadà

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Ìtumọ̀ Yorùbá: ’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Ìtumọ̀ Yorùbá: ’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