Recruitment form

Mods etc.

Moderator: Integra Moderator

Recruitment form

PostAuthor: Flex » Sun Sep 10, 2006 6:41 pm

I run a clan site and occasionaly get people applying to get in.

Is there a form available I can add that will enter details in my database?, things such as name, gamertag, age, etc.

Thanks
Last edited by Flex on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http]My integramod site <img>[/url]

Flex
Sr Integra Member
Sr Integra Member
 
Posts: 221
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 3:09 pm
Cash on hand: 0.00

Re: Recruitment form

PostAuthor: Limp25 » Sat Sep 23, 2006 6:57 am

I would actualy like to modify the inscription form, how can I do that ?
Last edited by Limp25 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

Limp25
Newbie
Newbie
 
Posts: 1
Likes: 0 post
Liked in: 0 post
Joined: Sat Sep 23, 2006 1:34 am
Cash on hand: 0.00

PostAuthor: Flex » Sat Sep 23, 2006 7:10 am

lol way to hijack my thread!
Last edited by Flex on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http]My integramod site <img>[/url]

Flex
Sr Integra Member
Sr Integra Member
 
Posts: 221
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 3:09 pm
Cash on hand: 0.00

PostAuthor: HoRuZ » Sat Sep 23, 2006 8:49 am

Well your registration form could be used as recruitment form as well, I use that as one too.

To edit it, you first need to know what you want on the form.
Last edited by HoRuZ on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

HoRuZ
Members
Members
 
Posts: 40
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 10:55 am
Cash on hand: 0.00

PostAuthor: Flex » Sat Sep 23, 2006 8:52 am

That doesn't exactly help me, Can you be more a bit more specific?
Last edited by Flex on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http]My integramod site <img>[/url]

Flex
Sr Integra Member
Sr Integra Member
 
Posts: 221
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 3:09 pm
Cash on hand: 0.00

Re: Recruitment form

PostAuthor: HoRuZ » Sat Sep 23, 2006 4:04 pm

1. Go to your adminpanel.
2. In admin go to P.C.P. -> fields definition,
3. On the bottom, click on 'Add a new field',
(for example we'll make a clan field, user_clan)
4. In 'Base definition' you have to fill out some fields like:
[list type=lower-alpha][*]Field name (Set here the name of the field used in php scripts.) = user_clan[*]Legend of the field (This is the legend that will be use to display the field.) = What clan are you in?[*]Image (You can set here a direct URI or a $image[] key entry )[*]Image title (Text displayed in the bubble under the mouse cursor. You can use a text or a $lang[] key entry)[/list]
5. In 'Output' set the following:
[list type=lower-alpha][*]Class (Determines on which condition the content of the field is displayed. Use generic for a non-conditioned field.) = generic (if you want to show it to all users)[*]Type (Set here the nature of the field.) = VARCHAR[*]Leave the rest unless you understand the explanations.[/list]
6. In 'Input' set the following:
[list type=lower-alpha][*]Required field =Set this to yes will force the user to submit a value for the field.[*]Show visibility = Show to the user, who will see the data being entered.[*]Leave the rest unless you understand the explanations.[/list]
7. Click on 'Submit'.
8. Now you'll have to alter the tables.
[list type=lower-alpha][*]Type = VARCHAR[*]Lenght = How many characters you want to allow users to insert.[*]Null allowed = set to 'yes'.[*]Default value = select the NULL and leave the field empty.[/list]

Now we will add the new field to the registration form:

1. Go to P.C.P. -> PCP Wizard -> Add / Remove Page Fields,
2. In the first drop down menu select 'Profile >> Profile >> Your Profile >> Registration information', click on 'select'.
3. In the left table select the 'user_clan' field you created and click on 'add' and move it to where you want to display it. (example: under user_realname)
4. Click submit.
5. In the next screen, you can select wether you want the fields to be required and visible or not.
6. Once again click on 'Submit'.

To let the field be displayed on someone's profile:

1. Go to P.C.P. -> PCP Wizard -> Add / Remove Page Fields,
2. In the first drop down menu select 'Profile >> Public >> Base Info >> messengers (example)', click on 'select'.
3. In the left table select the 'user_clan' field you created and click on 'add' and move it to where you want to display it. (example: above user_msnm)
4. Click submit.
5. In the next screen, you can select wether you want the fields to be seperated or if they are images or text.
6. Once again click on 'Submit'.

I hope this small tutorial is of some use, I don't know another way to explain how I think the P.C.P. works.

HoRuZ
Last edited by HoRuZ on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

HoRuZ
Members
Members
 
Posts: 40
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 10:55 am
Cash on hand: 0.00

PostAuthor: Flex » Sat Sep 23, 2006 5:44 pm

wow, there's a few steps there. Thank you, I'll give it a go.
Last edited by Flex on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http]My integramod site <img>[/url]

Flex
Sr Integra Member
Sr Integra Member
 
Posts: 221
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 3:09 pm
Cash on hand: 0.00

PostAuthor: Michaelo » Tue Sep 26, 2006 5:22 pm

Nicely done HoRuZ... <img>
Last edited by Michaelo on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Kiss Portal Engine phpbbireland (status: Released)
User avatar
Michaelo
Administrator
Administrator
 
Posts: 1646
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 5:14 pm
Cash on hand: 0.00
Location: Dublin, Ireland

PostAuthor: HoRuZ » Mon Oct 02, 2006 11:07 pm

Thanks, I learned by experience, I only wish my English was a bit better.
Last edited by HoRuZ on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

HoRuZ
Members
Members
 
Posts: 40
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 10:55 am
Cash on hand: 0.00


Return to IntegraMOD Modifications

Who is online

Registered users: Google [Bot], Majestic-12 [Bot]