Foren

How to hide Public and Private pages?

thumbnail
Fais ritz, geändert vor 11 Jahren.

How to hide Public and Private pages?

Junior Member Beiträge: 54 Beitrittsdatum: 11.04.11 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: How to hide Public and Private pages?

Regular Member Beiträge: 183 Beitrittsdatum: 02.09.09 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: How to hide Public and Private pages?

Junior Member Beiträge: 54 Beitrittsdatum: 11.04.11 Neueste Beiträge
Thanks for reply.
Actually i m little confused. Can you please tell me the process.
Bradley Wood, geändert vor 11 Jahren.

RE: How to hide Public and Private pages?

thumbnail
Fais ritz, geändert vor 11 Jahren.

RE: How to hide Public and Private pages?

Junior Member Beiträge: 54 Beitrittsdatum: 11.04.11 Neueste Beiträge
yes. how to disable that from the dockbar?
Bradley Wood, geändert vor 11 Jahren.

RE: How to hide Public and Private pages?

Abhi Ed, geändert vor 11 Jahren.

RE: How to hide Public and Private pages?

Regular Member Beiträge: 118 Beitrittsdatum: 04.06.12 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: How to hide Public and Private pages?

Expert Beiträge: 291 Beitrittsdatum: 20.10.11 Neueste Beiträge
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