MMO Recruitment (EQ, EQ2, LotR, Vanguard, WoW, Matrix Online, SWG, FFO)
** This is an update**
You should remove the current product and import the new file (not overwrite) for best results.
Both Modules now use Module Shell Template.
Fixed several bugs that caused page errors on different forums.
Added Everquest support.
It is very very important to set Use Module Wrapper Template: Yes, otherwise you will break your front page.
If you changed any of your templates you will need to revert them after the product import!
This is a VBAdvanced add on for the portal home page.. It will display a list of classes you are recruiting for your selected game, it also provides (a now templated) form to update the status, permissions for the form are controlled via group id's (primary group id) in the admin panel.
The zip file has a complete set of instructions for installing and removing the mod.
PLEASE CLICK INSTALL FOR SUPPORT (unless you like cannot install it and need that kind of support)..
vBadvanced MMO Recruitment Modules Supporting :
Everquest, Everquest2, Lord of the Rings Online, Vanguard and World of Warcraft!
Installing the product:
Download recruit.zip from the link provided below.Copy the contents of the upload folder to your forum root, take care not to overwrite directories, but to copy files into them.
Import mmoRecruit.xml from the Product Manager Interface.
Open the settings menu, select your game and submit the form. Once the game is selected choose the last option to import the initial database.
Create the Display vBa CMPS Module:
Add a new module from your vBa CMPS menu, select PHP file as the module type.
Set Module Title to Recruitment or Recruiting or whatever you would like the heading to say.
Select init_recruit.php as the file to include.
Leave Initialize BB Code Parser, Initialize Forum Permissions, Initialize Moderator Cache, Initialize Ignored Users and Clean File Output to no
Chose Use Module Wrapper Template: Yes (this is important, you will break the page with out it)!!
You can set a link for the heading of the module, to point to your recruiting post by filling in Module Link.
Make sure all usergroups are selected and save the form.
You can now add this as a module to any vBa CMPS page.
You will now see the display box on the page you place it on, with each class set to 1. If you do not, go back and check the instructions.
Create the Update vBa CMPS Module:
Add a new module from your vBa CMPS menu, select PHP file as the module type.
Set Module Title to mmoUpdateRecruit.
Select update_recruitment.php as the file to include.
Leave Initialize BB Code Parser, Initialize Forum Permissions, Initialize Moderator Cache, Initialize Ignored Users and Clean File Output to no
Chose Use Module Wrapper Template: Yes (this is important, you will break the page with out it)!!
Set Collapse by default to your preference..
You can now add this as a module to any vBa CMPS page.
Optional (Add AJAX Support to the updater form):
Inside the header OR headerinclude template (where ever your <head> </head> tags exist)
Put: <script type="text/javascript" src="http://www.mydomain.com/forum/clientscript/mmoRecruit.js"></script>
The AJAX has been tested on Firefox and IE7, if the requestor code fails the form will just submit normally.
Troubleshooting:
If the product import fails you can still do it by hand.
The templates are in forum_templates directory, the name of the file is the template name that needs to be used.
Creating the SQL Tables by hand.
Code:
CREATE TABLE game_rec_settings(
game VARCHAR( 120 ) NOT NULL,
enabled INT(2) NOT NULL,
groups VARCHAR( 12 ) NOT NULL
)ENGINE = MYISAM;
You may need to add the table prefix.
Code:
INSERT INTO game_rec_settings(game,enabled,groups)VALUES('','1','6,7,5');
Again you may need to include the table prefix
UPDATED:
**Updated XML typos. pft..
**Added Matrix online, FFO and SWG
**In some cases the game would not be set when updating the table, this should not happen anymore.
**Now supports Lord of the Rings Online.
**Update form can now be set to collapse by default and it will actually stay that way!
**Added (optional)AJAX POST support to the update form.
**Fixed bad XML in product file.
**All modules now use vBa CMPS Shell Module Templates
**Added Everquest Live