DF Guild Application w/ Recruitment Block

Dragonfly integration forum

Re: DF Guild Application w/ Recruitment Block

Postby quarum » Tue Feb 26, 2008 7:20 pm

Anaxent wrote:We here have upgraded our site to 9.2 over the weekend and use forumspro and as you can see all is working pretty well. Granted I will still look into adding regular forums posting with this module as I just downloaded it today again since a very long time ago made a few minor changes, but noticed that the functions_post is all out of wack...


Wht version of FOrumsPro did you use? Can you link it?
User avatar
quarum
WR.net Apprentice
WR.net Apprentice
 
Posts: 42
Joined: Tue Dec 19, 2006 5:36 am
Location: Midwest

DF Guild Application w/ Recruitment Block

Postby quarum » Tue Feb 26, 2008 8:24 pm

I installed ForumsPro 2.0.0.1 with DF 9.2.1 and the latest Recruit Block.

Since this is a test site I only have 2 forums right now. I set the Forum ID for the applications to 2

Everything seems to work - no errors - but the post does not seem to be inserting into the forum.
User avatar
quarum
WR.net Apprentice
WR.net Apprentice
 
Posts: 42
Joined: Tue Dec 19, 2006 5:36 am
Location: Midwest

DF Guild Application w/ Recruitment Block

Postby quarum » Tue Feb 26, 2008 8:35 pm

Nevermind - figured it out - lol - my misatake
User avatar
quarum
WR.net Apprentice
WR.net Apprentice
 
Posts: 42
Joined: Tue Dec 19, 2006 5:36 am
Location: Midwest

Re: DF Guild Application w/ Recruitment Block

Postby Dreadan » Tue Feb 26, 2008 9:32 pm

Anaxent wrote:We here have upgraded our site to 9.2 over the weekend and use forumspro and as you can see all is working pretty well. Granted I will still look into adding regular forums posting with this module as I just downloaded it today again since a very long time ago made a few minor changes, but noticed that the functions_post is all out of wack...


are you going to be fixing the bugs anaxent? Some that i've had are not being able to use any apostrophe's when answering guild questions, and when you edit the the forum in the admin panel the realm list is all goofy and only lists 3 realms.
My luck is so bad that I could fall into a barrell of boobs and come out sucking my thumb.
"Smith & Wesson the originators of the point and click interface"
Dreadan
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Tue Jul 04, 2006 7:42 pm

Re: Recruitment Block

Postby secretone » Tue Feb 26, 2008 11:00 pm

Ymryl wrote:I did something similar for php-nuke. It includes a module for setting whether recruitment is open or closed and the current desireability level for each class. It ties into a Recruitment module that is configurable (ie guild name, message, etc...) and this page includes a link to an application form.

You can see it all here : http://www.black-blades.org (block is on the right side of the main page).

I'm certainly not a php guru by any means but I'd be happy to share with anyone that would like a copy (just shoot me a PM).


Yep, I used your code, needed to do a little tweaking to get it to fit my DF install and change Horde stuff to Alliance, but all in all works well. Also changed the confirm.php to use an include of people it should email the application to, makes it easier to maintain list :)
I do not have it post to the forum as I do not use forumspro. (Theme issue :) )
Image
User avatar
secretone
WR.net Apprentice
WR.net Apprentice
 
Posts: 62
Joined: Wed Feb 28, 2007 6:33 pm
Location: Kent, UK

DF Guild Application w/ Recruitment Block

Postby Therius » Sun Mar 02, 2008 1:57 pm

Just a quick question on a specific change. I'm trying to change the Attunement section of the app.

I can get it to display Black Temple in place of Serpentshrine Cavern on the app itself but when it is sent to the forum the app still adds Serpentshrine Cavern in the output instead of Black Temple.

Obviously SC and the Eye no longer have attunement requirements so I'm just trying to adjust it a bit. What else needs to be edited?

Here is the code i was editing:
request_form.php
Code: Select all
<?PHP echo _BLACK_TPL; ?>
                      <select name="att_serp" id="att_serp">
                       <?PHP
         if ($Processed == 1){  //If we have already processed once, load selected based upon previously selected value
         if ($att_serp == _NO){
            echo "<option value=\""._NO."\" selected>"._NO."</option>
               <option value=\""._YES."\">"._YES."</option>";
            } elseif ($att_serp == _YES){
            echo "<option value=\""._YES."\" selected>"._YES."</option>
               <option value=\""._NO."\">"._NO."</option>";
            }else{
               echo "<option value=\""._NO."\" selected>"._NO."</option>
               <option value=\""._YES."\">"._YES."</option>";
            }
            }else {
         echo "<option value=\""._NO."\" selected>"._NO."</option>
               <option value=\""._YES."\">"._YES."</option>";
         }
         ?>
Last edited by Therius on Sun Mar 02, 2008 2:01 pm, edited 2 times in total.
User avatar
Therius
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Sat Dec 16, 2006 4:01 pm

DF Guild Application w/ Recruitment Block

Postby crombiecrunch » Wed Mar 19, 2008 9:51 pm

Hello I am using version (2.3.1.2) of this mod. I got everything working except for when you go in to the View Applications, put the check mark next to accept and then hit submit request, it takes me to the homepage and thats it.The application still stays as "new" in the view application page and it seems it doesn't get approved.

I am using dragonfly 9.1.2.1 with forums pro.
crombiecrunch
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Mon Dec 17, 2007 1:52 pm

Re: DF Guild Application w/ Recruitment Block

Postby gatenet » Sun Apr 27, 2008 12:14 am

Where can i download this Block please ?


Edit: Ok, i found it, sorry.^^
Last edited by gatenet on Sun Apr 27, 2008 3:30 pm, edited 1 time in total.
gatenet
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Mon Aug 28, 2006 10:50 pm

Re: DF Guild Application w/ Recruitment Block

Postby graffix338 » Tue Apr 29, 2008 10:29 pm

Hey,

I have installed this app on DF 9.2 and everything seems to be working correctly, but when I view the pages, it's showing all of the underscores. Is there a way to make theses not visible?

Thanks in advance... Great App Guys... -Aub
graffix338
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Fri Jun 22, 2007 10:36 pm

DF Guild Application w/ Recruitment Block

Postby Kelv » Sat May 03, 2008 8:17 pm

The underscores are probably due to a missing language file. check {site}/language/english/ for application.php replace english with appropriate language.
Kelv
WR.net Apprentice
WR.net Apprentice
 
Posts: 49
Joined: Fri Dec 08, 2006 8:52 pm

DF Guild Application w/ Recruitment Block

Postby metalac » Sat Jun 21, 2008 4:41 pm

Hello! I need help if some one is willing i have localy df 9.2.1 installed and im trying to use recruitment module v2.3.1.2 that can be downloaded on this thread on page 24. So i copy aplication and secruitment_settings in modules folder and block-Recruitment.php in block folder... When i activate the recruitment block and recruitment settings module when i click on it it gaves me an error:

A database error has occurred

The webmaster has been notified of the error

includes\db\db.php
CMS Warning line 75: On /dragon/index.php?name=Recruitment_Settings While executing query "SELECT guild_name, server FROM cms_recruitment" the following error occured: Table 'dragon.cms_recruitment' doesn't exist In: C:\wamp\www\dragon\modules\Application\appconfig.php on line: 32

Now I see that the table is missing but i dont have a db that i have to import...

Am i doing somthing wrong?

Thx in advanced.
Last edited by metalac on Sat Jun 21, 2008 5:07 pm, edited 2 times in total.
metalac
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Sat May 17, 2008 2:47 am

Re: DF Guild Application w/ Recruitment Block

Postby a3rith » Thu Sep 04, 2008 5:57 pm

Hi all :)

Sorry for my questions , i think there is the solution in the post but 2 day I searched and my english must be bad because i don't found the solutions.

So , sorry for the disturb if there is the solution :s

1. All works but I never receive mail after complete an application . The site tell me that it's ok an admin will receive a mail but nothin. In the recruitment_settings I enter my mail and the subject but nothin come in my mailbox.

2. I read that there is a party 'View application' for aprove aplliaction , but never find it :s

The version of my Guild Block Recuitment is 2.3.1.2, the lastest I think ^^

Thanks a lot for your answer and sorry again for my very bad english , Î hope you understand ^^
Image
a3rith
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Sun Oct 08, 2006 4:15 am

DF Guild Application w/ Recruitment Block

Postby a3rith » Mon Sep 22, 2008 4:17 pm

someone there can help me ?
Image
a3rith
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Sun Oct 08, 2006 4:15 am

DF Guild Application w/ Recruitment Block

Postby pistoik » Tue Dec 23, 2008 4:29 am

has anyone updated this to include Death Knights?
pistoik
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Tue Dec 23, 2008 12:50 am

DF Guild Application w/ Recruitment Block

Postby jimig1 » Tue Dec 30, 2008 4:44 am

I have almost finished adding the DK and inscription to Guild Application it I'll post once I have finished
Image
User avatar
jimig1
WR.net Apprentice
WR.net Apprentice
 
Posts: 36
Joined: Fri Jul 07, 2006 10:48 pm

PreviousNext

Return to Dragonfly

Who is online

Users browsing this forum: No registered users and 1 guest

cron