DF Guild Application w/ Recruitment Block

Dragonfly integration forum

DF Guild Application w/ Recruitment Block

Postby Bang » Thu Feb 22, 2007 4:55 pm

Quick Question

Has anyone made this into a IntegraMOD Block, or can someone explain how to to it so that i can use this on my site, this is exactoally what i have bean looking for. Any help would be greatly apreaciated :)
User avatar
Bang
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Jul 04, 2006 10:56 pm

DF Guild Application w/ Recruitment Block

Postby Mavtoo » Thu Feb 22, 2007 4:59 pm

when i reamoved the COLLATE latin1_general_ci party in the root/modules/Application/cpg_inst.php it worked.

But now i have the Problem that i tried to translate the Files to German but the Umlauts like ü. ä, ö, etc doesn't show correctly. any ideas to fix this problem??

you can see the page here
Mavtoo
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Wed Nov 15, 2006 2:31 pm

Re: DF Guild Application w/ Recruitment Block

Postby xeromage » Fri Feb 23, 2007 4:31 am

I have a slighty modded version of the App for anyone who wants it. It's kinda sloppy work because I really just made it work for my guild website which is:

Eclipse

I changed some of the <font> tags to styles because my theme styles were overriding the tags.

SO MAKE SURE YOU ADD THE FOLLOWING TO YOUR STYLE SHEET OF YOUR THEME! Normally located at yousite.com/themes/themeName/styles/style.css

Code: Select all
/**Application Block Styles*/
.highneed {
color: #00CC00;
font-weight: bold;
}
.medneed {
color: #ffcc00;
font-weight: bold;
}
.lowneed {
color: #ff6600;
font-weight: bold;
}
.closed {
color: #ff0000;
font-weight: bold;
}


Other than the style sheet edit, you pretty much just unzip and copy the folders to your DF root.

REMEMBER! - To change information in the appconfig.php

Changes I made:

*Some font tags changed to styles.
*Uncommented the email function so submitting the form will send email
*Admin button now appears in the admin section
*Added class images to the pack just incase you didnt have them
*Added the profession Jewelcrafting
*Added "Key to Karazhan" on the attunements

Again, I am kinda new to all of this and my code is a little sloppy, I dont pretend to know all about this but I hope this helps some people.

Anaxent created this mod for dragonfly and deserves all the credit. I just made some slight alterations. =)
Attachments
guildapp.zip
Hope this helps
(45.5 KiB) Downloaded 398 times
Last edited by xeromage on Sun Feb 25, 2007 6:47 am, edited 1 time in total.
User avatar
xeromage
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Jul 12, 2006 8:44 pm
Location: AL

Re: DF Guild Application w/ Recruitment Block

Postby Marth » Fri Feb 23, 2007 6:32 am

Xero - thanks for your update - installed and tested on my website and it works fine.

However, you may wish to put in something in the Admin section to allow the editing the email address apps are sent to...Also, if possible, to be able to have it post to a forum with the application would be great!

Thanks!
Marth
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Fri Feb 02, 2007 5:53 pm

DF Guild Application w/ Recruitment Block

Postby xeromage » Fri Feb 23, 2007 8:34 am

Both very good ideas. However, I think most of the "posting to a forum" feature is built in...just not completed yet by Anaxent. I will see what I can do, but remember this is not my app, I simply made some slight modifications. Anaxent is the main guy for this mod.

I am still new to all of this but I will do whatever I can to help out :grin: I am always learning and hopefully one day be able to write this stuff.
Last edited by xeromage on Fri Feb 23, 2007 8:34 am, edited 1 time in total.
User avatar
xeromage
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Jul 12, 2006 8:44 pm
Location: AL

DF Guild Application w/ Recruitment Block

Postby Daizan » Sat Feb 24, 2007 2:33 pm

xeromage, I've seen your homepage from eclipse and it looks really cool.

I notices that you are using DragonFly CMS, but the DF Guild Application w/ Recruitment Block is made for phpNuke. How did you get it to work for DF, and what changes did you have to do?
Daizan
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Sat Feb 24, 2007 2:28 pm

DF Guild Application w/ Recruitment Block

Postby xeromage » Sun Feb 25, 2007 6:44 am

I actually did not get it to work, this mod was actually done by Anaxent. He is the guy you need to ask =)
Last edited by xeromage on Sun Feb 25, 2007 6:44 am, edited 1 time in total.
User avatar
xeromage
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Jul 12, 2006 8:44 pm
Location: AL

DF Guild Application w/ Recruitment Block

Postby Anaxent » Sun Feb 25, 2007 10:53 pm

hey guys im still working on this project and I am getting closer to what my goals were. So far I have the form posting to a foum id of your choice and have the varuables in place for each class having there own forum id to post to. so that was my main goal now working on my next goal which will allow all users that fill aout the add also get processed for a new account on the site where class leaders would be able to aprove them or even have a trigger file aprove them once added to the roster. I will post what I have so far today sometime. This project still needs work though and an admin panel with a group admin panel. You can see my version at http://wow-deception.com
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

Re: DF Guild Application w/ Recruitment Block

Postby IslandStyle » Mon Feb 26, 2007 1:47 pm

@ xeromage - i'm currently using your version - and have no problems with it. It seems to do exactly what my guild needs.
The only thing that I can't figure out is how do I get it to send the email to more then one email address.
I know it has something to do with appconfig.php in this section - I'm just not sure what the appropriate changes are.

//Set up the mail - Set the recipient email addresses
$recipient = "xxxxxxx@some.com";
//Set the test name to trigger alternate email (Enter this string in 'Your Name' field of form)
$testname = "Test";
//Set the alternate email address to send to when testname is entered
$testrecipient = "";

what are test name and test recipient fields for???

Thanks in advance

edit - ok i got it sending to more then one email address by

//Set up the mail - Set the recipient email addresses
$recipient = "first address@.some.com", second address@come.com;

but im still not sure what these fields are for:
//Set the test name to trigger alternate email (Enter this string in 'Your Name' field of form)
$testname = "Test";
//Set the alternate email address to send to when testname is entered
$testrecipient = "";
Last edited by IslandStyle on Mon Feb 26, 2007 2:02 pm, edited 1 time in total.
Image
Image
User avatar
IslandStyle
WR.net Apprentice
WR.net Apprentice
 
Posts: 41
Joined: Tue Jul 11, 2006 8:57 am

DF Guild Application w/ Recruitment Block

Postby Anaxent » Mon Feb 26, 2007 10:13 pm

Sorry about not getting this out yesterday got pretty busy at work, but today is my friday and should have something for you guys soon.
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 Bang » Mon Feb 26, 2007 10:41 pm

any word on a phpBB board version of this mod it would be really apreaciated
User avatar
Bang
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Jul 04, 2006 10:56 pm

DF Guild Application w/ Recruitment Block

Postby robojerk » Mon Feb 26, 2007 11:01 pm

I don't think he is planning on making a phpBB version. If that is so you can try writing a simple form (or use the simple one I wrote) that sends to email and use something like Mail2Forum to insert them into the forums.
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

Re: DF Guild Application w/ Recruitment Block

Postby xeromage » Mon Feb 26, 2007 11:49 pm

IslandStyle wrote:@ xeromage - i'm currently using your version - and have no problems with it. It seems to do exactly what my guild needs.
The only thing that I can't figure out is how do I get it to send the email to more then one email address.
I know it has something to do with appconfig.php in this section - I'm just not sure what the appropriate changes are.


As soon as Anaxent releases his version you wont need to worry about this, it will post straight to the forum of your choice =)

But to answer your question, simply add a comma and a space between each email address.

Example:

Code: Select all
$recipient = "xxxxxxx@some.com, x2@some.com, x3@some.com, etc.";


Anyway, this is not the best way to do this but it's just a filler until Anaxent is finished with the main project. :grin:
User avatar
xeromage
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Wed Jul 12, 2006 8:44 pm
Location: AL

DF Guild Application w/ Recruitment Block

Postby robojerk » Sat Mar 03, 2007 8:37 am

You could put realm name name on the form and create links to the armory.

Example
Code: Select all
http://armory.worldofwarcraft.com/#character-sheet.xml?r=$REALM&n=$CHARACTER
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 Anaxent » Sat Mar 03, 2007 9:05 am

oh sweet robojerk I didn't think of that. now that you mention it I think i will use the mains name to build that url automatically so there will be no need to post a ctprofile. Good Call man.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

PreviousNext

Return to Dragonfly

Who is online

Users browsing this forum: No registered users and 0 guests

cron