Disabling some portlets in Liferay Portal

Disabling the Portlet in Control Panel

Each portlet can be disabled by unchecking the Active checkbox on Control Panel | Plugins Configuration | targeted portlet page.

If disabled, the portlet will not be displayed in the Add Application pop-up panel.


In Programmatic Way

Each portlet can also be disabled by setting show-portlet-inactive to false   in its corresponding section in ${PORTAL_ROOT_HOME}/WEB-INF/liferay-portlet.xml


Note:
This show-portlet-inactive setting can be overwritten by the Active checkbox setting in previous step.

Comments

Popular posts from this blog

Theme display in javascript

How to know which liferay version we are using

Viewing the SQL Query in liferay : debugging the SQL Query in Hibernate