DF Guild Application w/ Recruitment Block

Dragonfly integration forum

DF Guild Application w/ Recruitment Block

Postby Razac » Sat Apr 28, 2007 2:52 am

I havnt looked at robo's code but it may be that you require the newest Dragonfly.

in which case you MUST be using the ForumsProV2 as V1 will not function properly for the new DF.

I am going to be adding Robo's version to my site as wewll as adding in a more complete application form to reflect TBC.
Razac
WR.net Journeyman
WR.net Journeyman
 
Posts: 145
Joined: Thu Jul 27, 2006 6:00 pm

DF Guild Application w/ Recruitment Block

Postby Razac » Sat Apr 28, 2007 2:54 am

Robo, is the link on the previous pages the most up to date version you have??
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 » Sat Apr 28, 2007 3:00 am

i dont know, but i think so. He said he will work on a better version.

I also think, that ForumPro V2 was the key, to solve this issue. But why doesnt the eMail-Part work?

And i found another Issue:
Posts done with the App are always appearing as "non-readed". I used "mark all Forums/Posts read" but they are still displayed as new.

-->http://web11.sofia024.server4you.de

If i get a functional and tbc-ready Version, i will translate the Form into german.

Greets Deeo
Last edited by Deeo on Sat Apr 28, 2007 3:00 am, edited 1 time 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 Razac » Sat Apr 28, 2007 3:31 am

working on the Application form right now. the Form itself was done on my previuos version but I never got around to adding the check if this was processed yet or not. so im adding all that function back into the form.

once I get that werking I will start looking at other problems.. and additions I want added.

Currently my version also adds the application to the database and allows the officers to look at them.

So I want to add a feature in the admin area to allow the user to select what group(s) can view these, with out hard coding the Group ID into the code.
Razac
WR.net Journeyman
WR.net Journeyman
 
Posts: 145
Joined: Thu Jul 27, 2006 6:00 pm

DF Guild Application w/ Recruitment Block

Postby Razac » Sat Apr 28, 2007 3:54 am

I have changed the installer to add a 2nd Table that will store all the application data.
Razac
WR.net Journeyman
WR.net Journeyman
 
Posts: 145
Joined: Thu Jul 27, 2006 6:00 pm

DF Guild Application w/ Recruitment Block

Postby Razac » Mon Apr 30, 2007 11:50 pm

I am now adding DB info so we can get rid of the appconfig file.

all information will be stored int he database and be editable on the recruitment settings page.

im hoping to get this done by end of week for distribution..

Robo.. was there anything you were woking to add into this??
Razac
WR.net Journeyman
WR.net Journeyman
 
Posts: 145
Joined: Thu Jul 27, 2006 6:00 pm

Re: DF Guild Application w/ Recruitment Block

Postby robojerk » Tue May 01, 2007 12:07 am

Razac wrote:I am now adding DB info so we can get rid of the appconfig file.

all information will be stored int he database and be editable on the recruitment settings page.

I'm hoping to get this done by end of week for distribution..

Robo.. was there anything you were working to add into this??


The past few weeks I have had some RL stuff to take care of (haven't even logged into WoW). I have done barely anything and probably wont have time for at least a few more weeks.. I do have another project I am working on so all of my free time has been used to work on that.
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 » Tue May 01, 2007 12:15 am

okie so I will just finish this module as I see it and we can go from there.
Razac
WR.net Journeyman
WR.net Journeyman
 
Posts: 145
Joined: Thu Jul 27, 2006 6:00 pm

DF Guild Application w/ Recruitment Block

Postby Anaxent » Tue May 01, 2007 4:59 am

Thank you Rasac, Sorry I have not been as active as I would like to be here in the last few days I have been in the pprocess of moving and just got internet back. i would be glad to see what you have done with tis module.
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 Razac » Wed May 02, 2007 9:00 pm

no worries.. gonna take me a bit longer. I ran into a snag.

I also want to add the option to tunr off saving to the db
Razac
WR.net Journeyman
WR.net Journeyman
 
Posts: 145
Joined: Thu Jul 27, 2006 6:00 pm

DF Guild Application w/ Recruitment Block

Postby Razac » Thu May 03, 2007 3:47 am

Update

I have finished the Admin side of things and will now start fixing up the post to forum area.

I will also be adding a changelog so user will know what has been done.

currently it sits at:

-TBC ready form
-Saves applications to Database aswell (can toggle this on and off)
-Posts application to forumsPro (can toggle this aswell)
-removed hard coded variables in the appconfig (now pulls from the database. All values can be added via admin section)
- single selectable user group to be able to change settings (on top of site Admin)
- removed the Alt user from form etc.. (didnt see a need for this) these things can be discussed later when ya jointhe guild.
- Selectable poster to forums from admin. (was previusly coded to use the userinfo() however it will fail if the applicant is not a registered user to the site.

any more ideas I will be happy to look at adding them.
Last edited by Razac on Thu May 03, 2007 3:48 am, edited 1 time in total.
Razac
WR.net Journeyman
WR.net Journeyman
 
Posts: 145
Joined: Thu Jul 27, 2006 6:00 pm

DF Guild Application w/ Recruitment Block

Postby robojerk » Thu May 03, 2007 4:02 am

-Forced Security image if the person applying does not currently have an account (or enabled by default). This is to prevent bot spamming (with the added bonus of weeding out retards from applying.)

Developer Notes on how to do this
http://dragonflycms.org/generate_secimg

The Contacts module uses a security image as well and can be viewed for reference.
Last edited by robojerk on Thu May 03, 2007 4:16 am, 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 Razac » Thu May 03, 2007 9:57 pm

I will get the module working 100% then work on adding that into it..

:)
Razac
WR.net Journeyman
WR.net Journeyman
 
Posts: 145
Joined: Thu Jul 27, 2006 6:00 pm

Re: DF Guild Application w/ Recruitment Block

Postby robojerk » Fri May 04, 2007 12:23 am

Razac wrote:I will get the module working 100% then work on adding that into it..

:)


Coolio
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 » Fri May 04, 2007 3:35 am

Okie well I think I am finally finished. Although after working on it long enuf Im sure I missed something.

View the readme for install instructions although it is pretty straight forward. Also lists the change Log in this version

If someone could please test the Mail function that would be great. I am having issues wiht my linux machine getting the sendmail up and running.

Please let me know what you think

RecruitmentDF v2.0

Anex if you want to put this in the downloads section that would be good.

Dee you can translate to German now. :)
Last edited by Razac on Fri May 04, 2007 3:36 am, edited 1 time in total.
Razac
WR.net Journeyman
WR.net Journeyman
 
Posts: 145
Joined: Thu Jul 27, 2006 6:00 pm

PreviousNext

Return to Dragonfly

Who is online

Users browsing this forum: No registered users and 0 guests

cron