Fórum

how to Hide "my pages", "my workflow" and "my submission"

thumbnail
Kiran Yalavali, modificado 7 Anos atrás.

how to Hide "my pages", "my workflow" and "my submission"

Regular Member Postagens: 175 Data de Entrada: 15/10/14 Postagens Recentes
Hi All,

How to hide my pages,my workflow and my submission tabs from my account page of liferay 6.2 ce ga4??

I failed to find any solution so far....

Please help me.



Thanks.
Kiran.
thumbnail
Samuel Kong, modificado 7 Anos atrás.

RE: how to Hide "my pages", "my workflow" and "my submission"

Liferay Legend Postagens: 1902 Data de Entrada: 10/03/08 Postagens Recentes
You can use a JSP Hook to remove those links. Depending on exactly how your portal is setup, you may also be able to add some CSS to your theme to hide the links.
thumbnail
Rohit Singh, modificado 7 Anos atrás.

RE: how to Hide "my pages", "my workflow" and "my submission"

New Member Postagens: 3 Data de Entrada: 05/08/16 Postagens Recentes
Samuel Kong:
You can use a JSP Hook to remove those links. Depending on exactly how your portal is setup, you may also be able to add some CSS to your theme to hide the links.



HI Samuel ...Thanks for your response .Also ,Is it possible to add our own css file to hook?If yes , then how?
thumbnail
Manish Yadav, modificado 7 Anos atrás.

RE: how to Hide "my pages", "my workflow" and "my submission"

Expert Postagens: 493 Data de Entrada: 26/05/12 Postagens Recentes
Rohit Singh:

HI Samuel ...Thanks for your response .Also ,Is it possible to add our own css file to hook?If yes , then how?


Yes you can use Internal Style Sheet css in jsp itself ,I mean you can add<style> tag
thumbnail
Rohit Singh, modificado 7 Anos atrás.

RE: how to Hide "my pages", "my workflow" and "my submission"

New Member Postagens: 3 Data de Entrada: 05/08/16 Postagens Recentes
Manish Yadav:
Rohit Singh:

HI Samuel ...Thanks for your response .Also ,Is it possible to add our own css file to hook?If yes , then how?


Yes you can use Internal Style Sheet css in jsp itself ,I mean you can add<style> tag

Thanks Manish .emoticon