Ok, worked on this a while.. please let me know what you think.
Basicaly it works like this, This addon shows you how many members you have for each class at or above the minimum level specified (default is 70)
you then set the number you need.
so lets say that you have 30 druids in your guild, yet you need 2 more - you would then set it at 32. On the Recruitment page, next to druids, it would then say apply. "Apply" is a link to whatever you use for your application system.
As people join or leave your guild, the recruitment pane is automaticaly updated to either open or close recruitment for each class based on the numbers you set.
Known Bugs/Issues
** Php error on diplay if the recruiter has not been set up for that guild
** Need localization Files for Spanish, and German...
Updates
** Oct 5 - French Localization Added
** Oct 7 - Bug Fixes for no guilds showing...
*** Local Files to follow
$lang['autorecruit'] = 'AutoRecruit';
$lang['autorecruit_desc'] = 'Automaticaly sets recruitment status per class using the roster';
$lang['arecruitbutton'] = 'Recruitment|Shows what classes the guild is recruiting';
// Config strings
$lang['admin']['autorecruit_conf'] = 'AutoRecruit Configuration|Configure base settings for AutoRecruit';
$lang['admin']['autorecruit_minlevel'] = 'Minimum Level|Minimum level of characters to count towards class totals';
$lang['admin']['autorecruit_title'] = 'AutoRecruit Settings';
$lang['admin']['setting'] = 'Setting';
$lang['admin']['actual'] = 'Actual Count';
$lang['admin']['threshold'] = 'Threshold';
$lang['admin']['min_level'] = 'Minimum Level';
$lang['admin']['app_link'] = 'Application URL';
// Guild Page Set
$lang['ar_page']['title'] = 'Class Recruitment';
$lang['ar_page']['class'] = 'Class';
$lang['ar_page']['status'] = 'Status';
$lang['ar_page']['apply'] = 'Apply';
// Setup
$lang['ar_page']['no_guild'] = 'No guild selected.';
$lang['ar_page']['no_setup'] = 'AutoRecruit has not been setup for this guild.';