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!
Delete Liferay Web Content Articles Based on Structure ID with Groovy Script
If you need to delete all web content articles associated with a specific structure ID in Liferay using...
Count Web Content Articles by Structure ID in Liferay using Groovy script
In Liferay, you might need to count the number of web content articles associated with a specific structure...
How to Fetch a Category Name Using Category ID in Liferay with FreeMarker
In Liferay, categories help organize and classify content, making it easier to manage and retrieve. Often,...
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...
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()}...
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...
How to deploy client extension in Liferay?
To deploy client extension in liferay follow these steps: Navigate to the client extension folder using...
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....
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...
How to Change Liferay admin password using MySQL
Follow the below steps to change Liferay admin password using MySQL: Open MySQL workbench. navigate to...
How to install liferay
Sure, here’s a simplified method on how to install Liferay Tomcat bundle: Download the Liferay Tomcat...
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:...
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",...
How to check Bootstrap version in Liferay DXP?
To check bootstrap version in Liferay DXP, follow the following steps: Open the browser’s developer console...
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...
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...
How to enable Jquery in Liferay
Steps to enable jQuery globally: Navigate to Liferay’s Control Panel (System Settings > Third...