Install Software For Free

Coru LFMember

Developer coruin
Update Time Sept. 2, 2010, 2:28 a.m.
Donation URL: donation
PHP Version: 2.9.2 +
WordPress Version: 3.0.1

Tag

member warcraft mmorpg

Download

1.0 1.0.1 1.0.2

Description:

Coru LFMember is a Wordpress plugin, which allows a guild or clan to display if they are looking for members or not. Right now the plugin is target at World of Warcraft guilds, however, other games will follow later.

Installation:

  1. Upload the "coru-lfmember" folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Place <?php if (function_exists('coru_lfmember_display')) { coru_lfmember_display('game_name','return as array= true, else false','optional: before_html_tag','optional: after_html_tag'); } ?> into your template (sidebar). e.g. coru_lfmember_display('WoW',true,'',''); will return all open positions for "WoW" as an array which may be used to modify the display as you please coru_lfmember_display('WoW',false,'<div>','</div>'); will return all open positions for "WoW". Each position is inside a <div>-tag.

Upgrade Notice:

1.0.1
  • just replace the files
1.0
  • Since it is the first release, there is nothing to worry about upgrading

FAQs:

Did you create that World of Warcraft Icons?

Nope, Blizzard did, just copied them. All rights for that icon belong to Blizzard.

Why is your FAQ so short?

It is short because noone asked me questions about the plugin. Go ahead an ask your questions!

Changelog:

1.0.2 1.0.1 1.0 initial release: