Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to customize which portlets to show in "Add more portlets" menu

I need to customize as to which portlet appear in the "Add more portlet menu" as shown in the image below:

enter image description here

I need to restrict the number of portlets displayed in this menu based on the logged-in user or site (community). So that Site-owner or Site-admin will be able to add only those portlets to their pages which the omni-admin decides for them.

Does Liferay provide any such functionality (through configuration or something) or do I have to create a new portlet and a hook to achieve this?

Environment: Liferay 6.1 CE GA2

Any idea would be very much appreciated.

Thank You

like image 363
Prakash K Avatar asked May 19 '12 10:05

Prakash K


1 Answers

The following is an answer given to the same question in the Liferay forum:

You can limit what portlets can be added to the page from the Administration side and don't have to do any development.

You will need to create a role however and add everyone on it. Here are the steps for achieving this:

  1. Have the user be part of the organization or site that you want them to add portlets to.
  2. Go to Control Panel -> Rolesand make a Regular Role (not an Organization or Site role)
  3. In Define Permissions drop-down menu go to Portal -> Site -> Page -> and check Update as a defined permission.
  4. Go to Define-permissions drop-down menu again and go to Site Application -> (choose Portlet Name that you want your user add to the page) -> Add to page.
  5. Repeat Step-4, if necessary if there are other portlets you want the users to add.
  6. Add this role to your user: Go to Control Panel -> User and Organizations. Click on your User and go to Roles.
  7. Finally you need to go to Server Administration and execute the Clean Up Permissions to clear permissions for the Guest and Power Users roles.

This should now make it so that whatever user is attached to this role they will see an "Add" button on the left hand corner and will only be able to add portlets you specify in the role permissions.

like image 116
Prakash K Avatar answered Nov 13 '22 22:11

Prakash K