Ok guys i know i have been dragging my feet and man this code is very experimental. What I would like is for this to be cleaned up and admin section made the ability to use forums and forumspro( forum posting only works for forumspro for right now) and for the ability when the user fills out there application they are also creating a user on the site where in Recruitment settings I want a certain group or groups to have access where say class leaders will approve the user to the site and guild and just maybe added to a members group. This code is experimental I have no docs yet. I will make a small doc soon though. sorry for the long wait guys.
edit: I do have alot of extra files included there more for ideas I had... I know it is a bit of a mess as is but this does work.
Install this addon just like any other. Before or after yuo do install this addon pls edit your appconfig.php.
The main this is the forum id's
- Code: Select all
$Druid_forum_id = 3;
$Hunter_forum_id = 3;
$Mage_forum_id = 3;
$Paladin_forum_id = 3;
$Priest_forum_id = 3;
$Rogue_forum_id = 3;
$Shaman_forum_id = 3;
$Warlock_forum_id = 3;
$Warrior_forum_id = 3;
for instance looking at the id's above here is my forum
- Code: Select all
http://www.wow-deception.com/ForumsPro/viewforum/f=3.html
notice the f=3.html the 3 is the forum Id now each one of the variables can have there own forum where they post this will allow a better approve deny system where class leaders / officers can keep up with the work load.
Now if we can set the rest of this goal I have in my head this module will be able to take a real shape.