The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
World of Warcraft Class Recruitment Status module (db backend) Details »» | |||||||||||||||||||||||||||
World of Warcraft Class Recruitment Status module (db backend)
Developer Last Online: Apr 2013
This mod is no longer supported it has been rewritten.
The new mod is available here: https://vborg.vbsupport.ru/showthread.php?t=150449 Show Your Support
|
Comments |
#42
|
|||
|
|||
THe first part works great and it shows up perfect now.
When i go to add the recruit.php to edit the first module this is what i get. Fatal error: Cannot redeclare class recruit in C:\Inetpub\wwwroot\bbz\forums\modules\class_recrui t.php on line 17 Im assuming this has to do with your php4 edit, making changes now to see what happens. I think you should make it a little bit more clear that you need to edit the Class_recruit.php file if you use php4. I wasn't sure which one you meant so i looked through them all to find the code you posted. EDIT: I've made the changes to the class_recruit.php file and still have the same error message. So as of right now i just have the issue getting the edit module to display. The other one looks perfect and is using my style. |
#43
|
|||
|
|||
Lets see if that fixes it for you, grab the files and replace functions_recruit.php and recruit.php in your modules dir with the ones in the zip.
|
#44
|
|||
|
|||
PERFECT!
Thanks a ton for your quick responses, nice to have a supported mod... One other quick question, not a big deal but just curious. Is there a way to make the recruit_edit.php file use your forum template? I notice the colors and everything else is right on but it doesn't fit itself into the frame size, outlines, etc.. I dont know how difficult it is to do that.. and really its not a big deal because it matches perfect. The size is just a bit off because it's kind of on it's own. Thanks again! |
#45
|
|||
|
|||
Not at the moment, I have to do that still. I wasnt planning on releasing this until I had but such is life. For us, its private, so 99% of visitors never see the small visual errors with the forum =)
|
#46
|
|||
|
|||
Sounds good, I will keep an eye out for an update when you get around to it. Otherwise things are working great, thanks for the nice module =)
|
#47
|
||||
|
||||
Great idea
|
#48
|
|||
|
|||
Well, I have everything installed with the updated files and it all shows fine now, and can update the status.
The only thing is, I have set the status editing module to only show for admins. When I am logged in all the linked text on my front page is a light grey color. This only happens for me as I am the only one who can see the edit module. Anyone else i.e members, visitors etc. do not have the problem because that module does not show up for them. Also, you mentioned to update the image paths in the recruit.php but for the life of me cannot see where the paths need updated. Thanks alot for this by the way! |
#49
|
|||
|
|||
My mistake on the link update instructions, first mod and all ;p It was removed, and that was part of the previous version..
You can try removing the style class definitions in recruit.php <body class='module'> just remove class='module', same with: <table class="module"> <td valign="top" class="thead"> otherwise, I am not sure why it would change the link colors, but ill look at it. |
#50
|
||||
|
||||
ok what am I doing wrong?
recrutment.sql Code:
-- phpMyAdmin SQL Dump -- version 2.8.0.4 -- http://www.phpmyadmin.net -- -- Host: 192.168.42.200 -- Generation Time: Mar 18, 2007 at 11:26 AM -- Server version: 5.0.26 -- PHP Version: 5.1.6-pl6-gentoo -- -------------------------------------------------------- -- -- Table structure for table `recruitment` -- CREATE TABLE `recruitment` ( `Class` varchar(15) NOT NULL default '', `Status` varchar(15) NOT NULL default '', PRIMARY KEY (`Class`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `recruitment` -- INSERT INTO `recruitment` (`Class`, `Status`) VALUES ('Warrior', '1'), ('Paladin', '2'), ('DreadKnight', '2'), ('Ranger', '1'), ('Rogue', '1'), ('Monk', '2'), ('Bard', '2'), ('Cleric', '2'), ('Shaman', '1'), ('Desciple', '1'), ('Bloodmage', '1'), ('Sorcerer', '1'), ('Druid', '1'), ('Psionicist', '1'), ('Necromancer', '1'); maintenance/Execute SGL Query I copy and paste the above into the manual query. I get this error. Quote:
vB 3.6.4 PHP Version 4.4.4 Client API version 4.1.21 I am doing something wrong, I just do not know what, obviously. Yes I changed the classes from WoW to Vanguard. |
#51
|
||||
|
||||
ok I went into myPHPadmin and created the table from there. Seems to all work except I get this error now.
Quote:
Here is the code for class_recruit.php that I am using. PHP Code:
PHP Code:
Any ideas? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|