Foren

Disable Adding and Drag Drop of portlets on own page

thumbnail
Nilesh Gundecha, geändert vor 13 Jahren.

Disable Adding and Drag Drop of portlets on own page

Regular Member Beiträge: 205 Beitrittsdatum: 01.12.09 Neueste Beiträge
Hi Friends,

By default User gets right to add and drag and drop portlets on his own pages (User Pages). I want to disable these rights for Normal User.

May be some permission setting, or some configuration will make this possible easily.. If any one has any idea on this, please help me.

Thanks and Regards,
Nilesh
thumbnail
Nilesh Gundecha, geändert vor 13 Jahren.

RE: Disable Adding and Drag Drop of portlets on own page (Antwort)

Regular Member Beiträge: 205 Beitrittsdatum: 01.12.09 Neueste Beiträge
Nilesh Gundecha:
Hi Friends,

By default User gets right to add and drag and drop portlets on his own pages (User Pages). I want to disable these rights for Normal User.

May be some permission setting, or some configuration will make this possible easily.. If any one has any idea on this, please help me.

Thanks and Regards,
Nilesh



I got the answer. All we need to do is put the below 2 properties in portal-ext.properties file: -

layout.user.private.layouts.modifiable=false
layout.user.public.layouts.modifiable=false


But now the new problem comes that it has taken away these permissions for Super Omni Admin user also. How can I keep these rights for Omni Admin only?