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.
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
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
Post a Comment