留言板

how to remove the middle name from create_account/login page ?

RAVI RAJAMANI,修改在9 年前。

how to remove the middle name from create_account/login page ?

Regular Member 帖子: 123 加入日期: 14-12-7 最近的帖子
Hi,
Please any one suggest how to remove the middle name from Create_account /login. Is Service wrapper hook enough to remove middle or I have go for Ext implementation.

Regards
Ravi
thumbnail
Anil Sunkari,修改在9 年前。

RE: how to remove the middle name from create_account/login page ?

Expert 帖子: 427 加入日期: 09-8-12 最近的帖子
Hi Ravi,

Hook will be enough to remove the field from the screen.

Regards,
Anil Sunkari
thumbnail
Antoine Comble,修改在9 年前。

RE: how to remove the middle name from create_account/login page ?

Regular Member 帖子: 232 加入日期: 12-9-7 最近的帖子
Hi Ravi,

I agree with Anil : custom jsps hook will be sufficient.

With this kind of hook, you can edit jsp in order to add/remove/edit jsp code in ROOT/html/portlet folder.

Regards,

Antoine
thumbnail
Jitendra Rajput,修改在9 年前。

RE: how to remove the middle name from create_account/login page ?

Liferay Master 帖子: 875 加入日期: 11-1-7 最近的帖子
Instead of remove you can hide middle name field. Removing may create an issue if controller unable to find any field.
RAVI RAJAMANI,修改在8 年前。

RE: how to remove the middle name from create_account/login page ?

Regular Member 帖子: 123 加入日期: 14-12-7 最近的帖子
How to hide a middle name or any fields in the login/createAccount.jsps

Regards,
Ravi R