Fórum

How to Edit User Suffixes

thumbnail
Lisa Simpson, modificado 14 Anos atrás.

How to Edit User Suffixes

Liferay Legend Postagens: 2034 Data de Entrada: 05/03/09 Postagens Recentes
I see this 0 com.liferay.portal.model.Contact.suffix in the ListType table but we have lawyers around here ( JD degree), as well as other advanced degrees (PhD level) that are not PhD's. I need to add more suffixes. I also need to add more titles. Again, Dr. Ms Miss Mrs and Mr just don't cut it. And they are more correctly called salutations or honorifics NOT titles.
thumbnail
Yongming Duan, modificado 14 Anos atrás.

RE: How to Edit User Suffixes

Regular Member Postagens: 213 Data de Entrada: 15/10/07 Postagens Recentes
Seems no GUI provided for them.

Maybe edit them in db?
thumbnail
Victor Zorin, modificado 14 Anos atrás.

RE: How to Edit User Suffixes

Liferay Legend Postagens: 1228 Data de Entrada: 14/04/08 Postagens Recentes
Search for line:
insert into ListType (listTypeId, name, type_) values (11024, 'PhD.', 'com.liferay.portal.model.Contact.suffix');
in liferay-portal-src-XXX/sql/portal-data-common.sql

Make your own entry.