Foros de discusión

Liferay 6 : Is it possible to add Extra Fields Under Create User in Liferay

Ravi Kiran, modificado hace 12 años.

Liferay 6 : Is it possible to add Extra Fields Under Create User in Liferay

Junior Member Mensajes: 53 Fecha de incorporación: 8/04/12 Mensajes recientes
I am using Liferay 6 for portal Development . During Creating Users under Liferay , i need to add some extra Fields also ?? Please let me know if this is ppossible or not ??

Please see the screen shot attached here , and also please let me know in which table this will be stored in Database ??

thumbnail
amit doshi, modificado hace 12 años.

RE: Liferay 6 : Is it possible to add Extra Fields Under Create User in Lif

Liferay Master Mensajes: 550 Fecha de incorporación: 29/12/10 Mensajes recientes
Hi Ravi,

Please go into the following part in portal-admin.
Portal--> Custom Fields -> User

In the above path , you can create your own Extra fields that you required for the users.

And need to do some coding behind the scenes either by hook or by portlet or EXT.

Hope it helps.

Thanks & Regards,
Amit Doshi
thumbnail
Juhi Kumari, modificado hace 12 años.

RE: Liferay 6 : Is it possible to add Extra Fields Under Create User in Lif

Expert Mensajes: 347 Fecha de incorporación: 12/12/11 Mensajes recientes
Hi Ravi,
Yes, it is possible. See this wiki
Your custom table whatever you will create store extra fields.


Regards
Juhi
Ravi Kiran, modificado hace 12 años.

RE: Liferay 6 : Is it possible to add Extra Fields Under Create User in Lif

Junior Member Mensajes: 53 Fecha de incorporación: 8/04/12 Mensajes recientes
Thanks Amit and Juhi , that helped a lot , keep up the good working helping people .
thumbnail
Hitoshi Ozawa, modificado hace 12 años.

RE: Liferay 6 : Is it possible to add Extra Fields Under Create User in Lif

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Custom fields appears under the "Custom fields" page available in the right side menu (near the bottom) of the User information page. You don't have to create hooks to use it.
You just need it if you want it to display in the first page of User information.