PDA

View Full Version : Registration Section


lucifer00
12-24-2007, 01:24 PM
let me know how can i reduce or edit the registration fields in the probid registration form ...like i want to keep only a few fields and may b change its layout a bit ..like this forums registration page...i know abt html not really abt php...can i still do it..if yes which page to edit and which editor to use

nigthowl
12-24-2007, 04:39 PM
Check you register.tpl.php and includes/procedure_frmchk_user.php..


let me know how can i reduce or edit the registration fields in the probid registration form ...like i want to keep only a few fields and may b change its layout a bit ..like this forums registration page...i know abt html not really abt php...can i still do it..if yes which page to edit and which editor to use

lucifer00
12-25-2007, 12:18 AM
i guessed from initial skim through that ,the template file allows to change the look of the form and omit or add fields BUT what is procedure_frmchk_user.php for???
is it for changing the checks on the form like one or other field has been entered or not? after filling of the form by user?
hav i guessed it right?

and what effect do the changes made in these files have on the rest of the s/w

thanks in advance

nigthowl
12-25-2007, 03:58 AM
You ask where you can edit the registration fields...On the effect you need to fine that out for you self...:)


i guessed from initial skim through that ,the template file allows to change the look of the form and omit or add fields BUT what is procedure_frmchk_user.php for???
is it for changing the checks on the form like one or other field has been entered or not? after filling of the form by user?
hav i guessed it right?

and what effect do the changes made in these files have on the rest of the s/w

thanks in advance

lucifer00
12-29-2007, 09:47 AM
well need some hints :)

nigthowl
12-29-2007, 10:54 AM
Which fields you will like to remove...


well need some hints :)

lucifer00
12-30-2007, 02:34 AM
i would only like to have::

UserName:
Password:
Email:
Telephone:
and the single line country,state,zip field already in the form...

thats it! no other fields...

and yeah when i register as user and receive registration email..in the email..therez nothin written infront of the password filed not eve...Your Chosen Password...i tried editing the files in mail folder ,,but didnt workout,atleast it should be written Your Chosen Password

and can you recommend any good books to learn PHP

nigthowl
12-30-2007, 05:16 AM
So you will like to remove the Main Details like..

Register As
Full Name
Address
City

so you don't whan any contact on the seller and buyer...:confused:


i would only like to have::

UserName:
Password:
Email:
Telephone:
and the single line country,state,zip field already in the form...

thats it! no other fields...

and yeah when i register as user and receive registration email..in the email..therez nothin written infront of the password filed not eve...Your Chosen Password...i tried editing the files in mail folder ,,but didnt workout,atleast it should be written Your Chosen Password

and can you recommend any good books to learn PHP

lucifer00
12-30-2007, 01:46 PM
No!
i said i would like to keepthe following only:

UserName:
Password:
Email:
Telephone:
and the single line country,state,zip field already in the form...

yeah i m confident thats it ..these are the only thingz i wanna keep

lucifer00
12-31-2007, 02:10 AM
and yeah when i register as user and receive registration email..in the email..therez nothin written infront of the password filed not eve...Your Chosen Password...i tried editing the files in mail folder ,,but didnt workout,atleast it should be written Your Chosen Password

and can you recommend any good books to learn PHP

nigthowl
12-31-2007, 03:17 AM
Hi, check this link here it my help some....

http://www.phpfreaks.com/


and yeah when i register as user and receive registration email..in the email..therez nothin written infront of the password filed not eve...Your Chosen Password...i tried editing the files in mail folder ,,but didnt workout,atleast it should be written Your Chosen Password

and can you recommend any good books to learn PHP

lucifer00
01-01-2008, 04:11 AM
and what about editing the registration section???

nigthowl
01-01-2008, 04:33 AM
What editor do you have....

and what about editing the registration section???

lucifer00
01-01-2008, 12:30 PM
i dont have any editor i edit on notepad..can u suggest a good editor....?something like frontpage that allows visual editing of php pages...?

nigthowl
01-01-2008, 12:42 PM
I use frontpage for tables and Notepad++ for the php code...

i dont have any editor i edit on notepad..can u suggest a good editor....?something like frontpage that allows visual editing of php pages...?