Fórum

How to hide Public and Private pages?

thumbnail
Fais ritz, modificado 11 Anos atrás.

How to hide Public and Private pages?

Junior Member Postagens: 54 Data de Entrada: 11/04/11 Postagens Recentes
Hi,
How can i hide the public and private pages for users. How to set the users when they login and get the different default page?
thumbnail
Faris Abdulla, modificado 11 Anos atrás.

RE: How to hide Public and Private pages?

Regular Member Postagens: 183 Data de Entrada: 02/09/09 Postagens Recentes
Hi Fais,

You can use the page permission.

Is this user belongs to any community or organization. In that case you can assign a role to the orgaization and display the page.
thumbnail
Fais ritz, modificado 11 Anos atrás.

RE: How to hide Public and Private pages?

Junior Member Postagens: 54 Data de Entrada: 11/04/11 Postagens Recentes
Thanks for reply.
Actually i m little confused. Can you please tell me the process.
Bradley Wood, modificado 11 Anos atrás.

RE: How to hide Public and Private pages?

thumbnail
Fais ritz, modificado 11 Anos atrás.

RE: How to hide Public and Private pages?

Junior Member Postagens: 54 Data de Entrada: 11/04/11 Postagens Recentes
yes. how to disable that from the dockbar?
Bradley Wood, modificado 11 Anos atrás.

RE: How to hide Public and Private pages?

Abhi Ed, modificado 11 Anos atrás.

RE: How to hide Public and Private pages?

Regular Member Postagens: 118 Data de Entrada: 04/06/12 Postagens Recentes
Fais ritz:
yes. how to disable that from the dockbar?


Those public/private pages are for default liferay community.
So, the best option will be to have your own community and then you just import your current working lar into that
community so that you don't have to recreate pages/web contents (if u have any) and then you can just set
default landing page or whatever you want.

Regards
Ed
thumbnail
lutz Bremen, modificado 11 Anos atrás.

RE: How to hide Public and Private pages?

Expert Postagens: 291 Data de Entrada: 20/10/11 Postagens Recentes
Hide it with portal-ext.properties.

add

layout.user.private.layouts.enabled=false
layout.user.private.layouts.modifiable=false
layout.user.private.layouts.auto.create=false

layout.user.public.layouts.enabled=false
layout.user.public.layouts.modifiable=false
layout.user.public.layouts.auto.create=false



or if u want it to be enabled for a special role

layout.user.public.layouts.power.user.required=true