DF Guild Application w/ Recruitment Block

Dragonfly integration forum

DF Guild Application w/ Recruitment Block

Postby robojerk » Sat Mar 03, 2007 12:27 pm

Well, I'm an ass so I would still ask for a profile..

I like reading excuses in the apps I receive about how complicated allakhazam or ctprofiles is.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

DF Guild Application w/ Recruitment Block

Postby creep303 » Wed Mar 07, 2007 1:43 am

This is going to sound like a dumb question, but where do i change the need values for each class?
creep303
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Tue Mar 06, 2007 8:01 am

DF Guild Application w/ Recruitment Block

Postby robojerk » Wed Mar 07, 2007 5:34 pm

How is the progress going Anaxent? :thumright:
Last edited by robojerk on Wed Mar 07, 2007 5:34 pm, edited 1 time in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

DF Guild Application w/ Recruitment Block

Postby Devlinm » Mon Mar 12, 2007 2:46 pm

Yeah, i love your mods, and i see a port of this for phpnuke, but I do not see one as of yet for DF, I will wait and see what you hae for us, and thanks for working on these great mods, helps us guildmasters by making our admin for the guild alot easier.
Devlinm
WR.net Apprentice
WR.net Apprentice
 
Posts: 29
Joined: Mon Mar 05, 2007 8:52 pm

DF Guild Application w/ Recruitment Block

Postby Karavirs » Wed Mar 14, 2007 10:51 pm

Anaxent,

Would really like to see what you have so far... Especially the code for posting to forum. This particular issue is hanging me up on several tweaks I am doing.

Thanks!
Image

Image
User avatar
Karavirs
WR.net Apprentice
WR.net Apprentice
 
Posts: 49
Joined: Mon Feb 26, 2007 6:33 pm
Location: Chicago

Re: DF Guild Application w/ Recruitment Block

Postby Anaxent » Thu Mar 22, 2007 12:54 pm

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.
Attachments
application.zip
(130.26 KiB) Downloaded 422 times
Last edited by Anaxent on Thu Mar 22, 2007 1:05 pm, edited 1 time in total.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

DF Guild Application w/ Recruitment Block

Postby robojerk » Thu Mar 22, 2007 4:31 pm

Been playing with it for a while now...

All I get is the same error when I try access both modules.
Error wrote:
A database error has occurred

The webmaster has been notified of the error


I opened up appconfig.php and changed it to point at nuke_roster_roster_guild so it will reflect my database info.


I'll be in Las Vegas this weekend so unless I lose all my money and am forced to retreat back to the hotel room I won't be able to look at this again until Monday.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

DF Guild Application w/ Recruitment Block

Postby Razac » Thu Mar 22, 2007 8:26 pm

I have this running on mine. I got the Nuke version to work in DF.

I had this running on my nuke version but I modifed it to a more in depth application form as well as have the form data save to the database for all class leaders to see.
Razac
WR.net Journeyman
WR.net Journeyman
 
Posts: 145
Joined: Thu Jul 27, 2006 6:00 pm

DF Guild Application w/ Recruitment Block

Postby Deeo » Fri Mar 23, 2007 1:46 am

hmm, tried to install, but get:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'collate latin1_general_ci NOT NULL, `druid` varchar(32) collate



Edit:

Okay, i deleted "Colate latin1_general_ci" so it worked.
now Recruitment settings works, but at "Application" i get a Database error.

i dont use forumspro, could that be the reason?
Last edited by Deeo on Fri Mar 23, 2007 2:07 am, edited 2 times in total.
Deeo
WR.net Journeyman
WR.net Journeyman
 
Posts: 80
Joined: Mon Jul 10, 2006 2:02 pm

DF Guild Application w/ Recruitment Block

Postby Anaxent » Sat Mar 24, 2007 11:56 am

ForumsPro is a must for the forum posting. Atleast for now.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

DF Guild Application w/ Recruitment Block

Postby Anaxent » Sat Mar 24, 2007 11:59 am

Razac, would you like to work together on this project it sounds like you already have done alot of good work and add the forum post functionallity if its even needed now but atleast get site regististration added where a certain group can view and aprove them maybe even a addon trigger once added to the roster.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

DF Guild Application w/ Recruitment Block

Postby Sinzan_82 » Tue Mar 27, 2007 3:06 pm

Question..

I dont have forum pro aswell..
But that shouldent make me unable to install the addon or?

I cant get either recruitment settings or apply form to work it just says.

A database error has occurred

The webmaster has been notified of the error

Im not sure about how it works when it tryes to make prefixes and tables in the DB but im using webhosting which cant have more then one database is the addons trying to make a own database for themself may that be the error?

plz Help best regards Sinzan
Sinzan_82
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Tue Mar 27, 2007 10:08 am

DF Guild Application w/ Recruitment Block

Postby Sinzan_82 » Wed Mar 28, 2007 10:12 am

Nwm i got it to work :P

Just created a table in the database called cms_recruitment
added all the varchars and inserted Open/High/Closed values !!!

And Bamm now it works flawless whit both Recruitment settings and the aplly form works aswell it post´s under my classleader part and sends emails :P

THX Allloooott for this mod many, thx to Anaxent, robojerk and xeromage...

/bow Anaxent

Best Regards Sinzan
Sinzan_82
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Tue Mar 27, 2007 10:08 am

DF Guild Application w/ Recruitment Block

Postby Deeo » Thu Mar 29, 2007 4:08 pm

hi, ive now installed forumspro.

The Application Modul isnt working, got the same error:

A Database Error occurs
Deeo
WR.net Journeyman
WR.net Journeyman
 
Posts: 80
Joined: Mon Jul 10, 2006 2:02 pm

DF Guild Application w/ Recruitment Block

Postby Kieeps » Thu Mar 29, 2007 11:54 pm

Seriously ppl :d upgrade to ForumPRO :O it's not like you will lose any posts or something. it will only end up in a better forum :P
Kieeps
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Mon Jan 08, 2007 5:53 pm

PreviousNext

Return to Dragonfly

Who is online

Users browsing this forum: No registered users and 1 guest

cron