Portlet Preferences in Liferay 7.2 July 23, 2020 Liferay In order to have configurations at the portlet level in Liferay, we can implement portlet preference. In this… Continue reading
Configuration Creator in Liferay 7.2 July 15, 2020 Liferay Problem : While working with the Liferay projects, you may need to create a configuration from the control… Continue reading
Add custom portlet into control panel in Liferay 7.2 June 23, 2020 Liferay Liferay provided many customizations under the control panel. We can add our own portlet in the Liferay control… Continue reading
Change look and feel of control panel July 1, 2020 Liferay There is a way to override the look & feel of the Liferay Control panel. Follow below guide… Continue reading
How To Override Liferay 7 Portal JavaScript ? June 19, 2020 Liferay Liferay provides many ways to override its behavior. Sometimes we need to override javascript files like liferay session,… Continue reading
Add Custom Language Support To Liferay 7 February 21, 2020 Liferay Liferay provides its ability to support multiple languages. It currently supports about 40 languages out of the box.… Continue reading
Gogo shell in Liferay 7.2 June 18, 2020 Liferay Gogo Shell provides the command line interface to manage bundles in the OSGi container. We can use the… Continue reading
Frequently used code snippets for Liferay January 11, 2020 Liferay This article is to provide some Important code snippets for Liferay developers. It can be used to find… Continue reading
Scheduler in Liferay 7/DXP January 28, 2020 Liferay Liferay provides an easy way to implement scheduler. Scheduler is a very important aspect of software development these… Continue reading
CRUD Operations in Liferay Portlet with custom entity October 22, 2019 Liferay Service Builder is a code generation tool built by Liferay that allows developer to create custom entities. Service… Continue reading
Use CAPTCHA or reCAPTCHA with custom portlet in Liferay December 11, 2019 Liferay CAPTCHA is a "Completely Automated Public Turing test to tell Computers and Humans Apart". It is used in… Continue reading
How to create Model Listeners in Liferay? October 15, 2019 Liferay Model Listeners are designed to listen for persistence events on models and perform lightweight actions in response. Model… Continue reading