How to add extra information for user registration?

Relax and enjoy The Lounge. For all Non-Joomla! topics or ones that don't fit anywhere else. Normal forum rules apply.
Locked
kety jhon
I've been banned!
Posts: 25
Joined: Wed Aug 20, 2014 7:37 pm

How to add extra information for user registration?

Post by kety jhon » Wed Aug 20, 2014 7:56 pm

I'm running Joomla 2.5.1 for my website.

For the user registration, there's only Name, Username, Password, Confirm Password, Email Address, and Confirm Email Address.

I'm able to go to 'user-profile' and enable fields such as Address, Country, etc..
However, i want to add additional information such as Company Name, etc..

May i know how can this be done?

User avatar
dhuelsmann
Joomla! Master
Joomla! Master
Posts: 19659
Joined: Sun Oct 02, 2005 12:50 am
Location: Omaha, NE
Contact:

Re: How to add extra information for user registration?

Post by dhuelsmann » Wed Aug 20, 2014 8:12 pm

You can change the language string for one of those fields to be what you want is one possibility.
Regards, Dave
Past Treasurer Open Source Matters, Inc.
Past Global Moderator
http://www.kiwaniswest.org

sophia wright
I've been banned!
Posts: 28
Joined: Wed Aug 20, 2014 8:51 pm

Re: How to add extra information for user registration?

Post by sophia wright » Wed Aug 20, 2014 9:01 pm

hi kety,
try this code

jimport('joomla.user.helper');
$user = & JFactory::getUser();
$profile = JUserHelper::getProfile($user->id);
echo $profile->profile['address1'];

thanks Regards
Sophia

User avatar
alikon
Joomla! Champion
Joomla! Champion
Posts: 5941
Joined: Fri Aug 19, 2005 10:46 am
Location: Roma
Contact:

Re: How to add extra information for user registration?

Post by alikon » Mon Sep 01, 2014 9:50 am

You can create your personalized profile plugin
Nicola Galgano
i know that i don't know
www.alikonweb.it

mygatenow
I've been banned!
Posts: 6
Joined: Fri Aug 29, 2014 7:35 am
Contact:

Re: How to add extra information for user registration?

Post by mygatenow » Thu Sep 04, 2014 6:34 am

You can use what my friends are using right now extendedreg http://extensions.joomla.org/extensions ... tion/14303 this extension can add more extra custom field of your choice.


Locked

Return to “The Lounge”