A WordPress plugin, which allows a guild or clan to display if they are looking for members or not.
/wp-content/plugins/ directory<?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.
Requires: 2.9.2 or higher
Compatible up to: 3.0.5
Last Updated: 2010-9-1
Downloads: 320
Got something to say? Need help?