|
|
#1 |
|
New Member
![]() Join Date: Aug 2009
Posts: 18
|
Hello Everyone ,
I am a new person in webdesgning . I want to extend joomla registration form field . So plz tell me wts extension are used . Thanking You . Last edited by ashishjangra; 11-18-2009 at 03:35 AM. |
|
|
|
|
|
#2 |
|
New Member
![]() Join Date: Jan 2010
Posts: 6
|
This is actually really simple.
open your joomla database in your db manager. I generally do this in "PHPMYADMIN". From there open the table "jos_users" and then add your additional fields that you require. Then you go into libraries/joomla/database/table/user.php and declare you variables. So if you added a country field then you declare the variable like so: var $Country = null; The next step in the process is editing the actual registration form. This is done by going to components/com_user/views/register/tmpl/default.php. I don't recommend copying and pasting the current form fields I have ran into issues when i have done that. Also note that everything you edit is case sensitive. Feel free to PM me if you require additional assistance.
__________________
website design company |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|