How-to Liferay: Step-by-Step Guides

Welcome to our How-to Liferay page! Here, you’ll find practical tutorials and step-by-step guides to help you make the most of your Liferay portal. Whether you’re a developer, administrator, or content creator, we’ve got you covered.

Dive deep into our curated tutorials, explore user-specific guides for developers, administrators, and content creators, and unlock Liferay’s full potential. We’ll show you how to leverage Liferay’s functionalities, from building dynamic forms to managing user permissions.

Stay tuned for the latest Liferay best practices and tutorials by subscribing to our blog. And don’t hesitate to leave comments below with your Liferay learning goals – we’re here to help you succeed!

How to Add Language Key in Liferay: JSP, Fragments, and Templates

In Liferay, you can add language key in liferay in JSP, Fragments, and Templates (e.g., FreeMarker) to...
Read More

How can I get unique ID of asset publisher?

You can use the portlet instance id for referring each asset publisher on the page. ${themeDisplay.getPortletDisplay().getId()} Now...
Read More

How to increase session timeout in Liferay?

To increase session timeout in Liferay DXP, you need to adjust the session timeout settings in the portal-ext.properties...
Read More

How to deploy client extension in Liferay?

To deploy client extension in liferay follow these steps: Navigate to the client extension folder...
Read More

How can I embed a widget in another widget template in Liferay?

You can embed a widget in another widget template in Liferay by using the liferay_portlet["runtime"] macro....
Read More

How to Configure Liferay Tomcat to Start on Ubuntu Server Boot Automatically?

To ensure that your Liferay Tomcat server starts automatically when your Ubuntu server boots, you can...
Read More

How to Change Liferay admin password using MySQL

Follow the below steps to change Liferay admin password using MySQL: Open MySQL workbench. navigate...
Read More

How to install liferay

Sure, here’s a simplified method on how to install Liferay Tomcat bundle: Download the Liferay Tomcat...
Read More

How to find the jar version in gogo shell in Liferay?

To find the JAR version in Gogo Shell within Liferay, you can follow these steps: Access Gogo Shell: You...
Read More

How to embed web content in theme (FTL)

Add the below code in your FTL from to embed web content in theme: <#assign preferences = freeMarkerPortletPreferences.getPreferences("portletSetupPortletDecoratorId",...
Read More

How to check Bootstrap version in Liferay DXP?

To check bootstrap version in Liferay DXP, follow the following steps: Open the browser’s developer...
Read More

How to Change the Session Timeout in Liferay?

To change the Session timeout in liferay for logged-in users, you have a couple of options: Override...
Read More

What is the default jQuery version used in Liferay?

The default jQuery version used in Liferay DXP can vary depending on the specific version and any applied...
Read More

How to enable Jquery in Liferay

Steps to enable jQuery globally: Navigate to Liferay’s Control Panel (System Settings > Third...
Read More