Blogs
Welcome to the new Blogs page, where you can search and filter the available blogs to much more easily find what you're looking for!
But, don't worry - if you prefer the old UX with the Blogs Widget, it's still available - just use the Blogs List link in the left navigation and it will be like it's 1999 all over again!
-
David H Nebinger | Feb 21, 2018 4:32 AM
So Jamie just announced the new Liferay 7.1 Community Beta Program here: https://community.liferay.com/news/liferay-7-1-community-beta-program/ I recommend everyone who has working code in Liferay...
Blog Stream: Featured -
-
David H Nebinger | Feb 16, 2018 2:54 AM
Okay, in case it is not yet clear, Liferay 7 uses an OSGi container. I know what you're thinking: "Well, Duh..." The point is that OSGi is actually a standard and anything that works within OSGi...
Blog Stream: Featured -
Christian Klein | Feb 15, 2018 9:52 PM
I have been working on adding CKEditor plugins to the Alloy Editor in Liferay DXP and figured I would share what I found. Specifically I was trying to add the YouTube Plugin. There are some...
Blog Stream: Featured -
Iacopo Colonnelli | Feb 15, 2018 5:58 PM
Introduction In recent times, containers are becoming more and more important in the software lifecycle management, whether we like it or not. The majority of the leading software companies have...
Blog Stream: Featured -
-
-
David H Nebinger | Feb 8, 2018 8:59 PM
So I've been working a lot more with Angular 2+ recently (Angular 4 actually, but that is not so important) and wanted to share some of my findings for those of you whom are interested... Accessing...
Blog Stream: Featured -
David H Nebinger | Feb 2, 2018 4:01 PM
So, as a developer, I'm like usually whacking my whole runtime environment and starting over. Why? Well, regardless how much I try to keep it clean, cruft will find its way into the environment....
Blog Stream: Featured -
Minhchau Dang | Feb 1, 2018 3:09 AM
At Liferay Symposium North America 2017, I had a discussion with a few of our customers on the hidden dangers of rolling back Liferay changes. There are multiple ongoing efforts to improve how we...
-
Koen Olaerts | Jan 30, 2018 5:59 PM
On October 6, 2017 my colleague Sebastiaan and I held a presentation at Liferay DevCon about a cool integration the COIN team made. We were looking for a fun and exciting Internet of Things...
Blog Stream: Featured -
Vitaliy Koshelenko | Jan 12, 2018 8:47 AM
Liferay has different types of pages. The default one is Layout - it’s standard, empty by default page, which is displayed in navigation menu. Portlets may be added to such page, themes and layouts...
-
Vitaliy Koshelenko | Jan 11, 2018 1:56 PM
To make some custom class available inside a theme velocity template, you need to put it's instance into com.liferay.portal.kernel.util.WebKeys#VM_VARIABLES request attribute. And it will be...
-
gulnaaz Shaik | Jan 9, 2018 9:44 AM
Themelets are small, extendable, and reusable pieces of code. They help to avoid duplication of code. Code that can be reused in other themes can be written in themelet which can be extended to any...
-
Vikash Kumar | Jan 5, 2018 12:29 PM
This blog is for creating an interface which will show number of live users and some other details. First of all create a portlet which will provide interface and then create a hook within the...
-
-
Ignacio Roncero Bazarra | Dec 20, 2017 9:43 PM
Short explanation If you want to convert a third party library of your portlets (modules) into a Bundle OSGi to be used by all modules, you could create a new module with your third party library...
Blog Stream: Featured -
Vikash Kumar | Dec 20, 2017 11:25 AM
<%@page import="sun.awt.RepaintArea"%> <%@ taglib uri="http://liferay.com/tld/aui" prefix="aui" %> <%@ taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet" %> <%@ taglib...
-
Sushil Patidar | Dec 20, 2017 5:26 AM
I wrote blog for theme development with IDE . Further I explored the way to configure gradle project. I would like to share those steps that I have experienced hard to find and many developers I...
-
-
Richard Sezov | Dec 14, 2017 10:14 PM
This year, the Knowledge Management team at Liferay set out not only to document Liferay 7/DXP, but to document it well. To do this, we identified several improvements we wanted to make: We wanted...
Blog Stream: Featured -
Sandeep Sapra | Dec 8, 2017 12:16 PM
Liferay provide OOTB features for Preview of Documents (PDF, Word, Image), Media (Audio and Video) in Document and Media Portlet. The same is available after installing following components...
-
Sandeep Sapra | Dec 8, 2017 7:17 AM
Liferay Theme generator tool is an easy way to create themes in Liferay v6.2 and 7. You would not need SDK for this but remember that there are some prequisities in terms of installation and...
-
Olaf Kock | Dec 7, 2017 10:16 AM
Yay, it took a while to get onto it again, and finally I updated Custom Navigation and it just went through the approval process yesterday. Now it's available for Liferay 7 and DXP as well. What...
Blog Stream: Featured -
Iacopo Colonnelli | Nov 30, 2017 8:33 PM
Introduction OSGi Fragments are a really powerful tool to extend the features of an existing bundle. Indeed, since fragments share classpath with their host bundle, they allow us to implement new...
-
Petteri Karttunen | Nov 27, 2017 11:48 AM
Previous parts of this series can be found here (part 1), here (part 2), here (part 3) and here (part 4). In the final part of this blog series few more interesting features are added to the...
-
Sandeep Sapra | Nov 24, 2017 12:08 PM
Liferay Integration with Analytics 1) With Google Analytics Set up an account with Google Analytics: https://analytics.google.com/ This will create a Tracking Id Configure the Tracking ID In...
-
John Feeney | Nov 24, 2017 10:22 AM
This blog entry is part of a three-part blog series that explores some of the great features provided by Liferay Screens and Liferay Mobile SDK. In this this series, I will cover: Liferay Screens –...
Blog Stream: News -
Sandeep Sapra | Nov 17, 2017 10:31 AM
Description: For Servlet configuration in Liferay DXP portlet, we will need to make necessary changes to the configuration files. Start with making a plugin custom portlet and add a servlet to...
-
-
Takeo Yasuyuki | Nov 6, 2017 6:09 AM
While working on Elasticsearch debugging, I just made a docker-compose file to start up an external Elasticsearch with plugins that Liferay DXP / 7 installed with debugging tools. Hope this would...
Blog Stream: Featured -
Tim Telcik | Nov 5, 2017 3:28 PM
Overview As an administrator of a Liferay Portal server, you may be required to trace the behaviour of one or more services for a live instance. This article outlines the steps for enabling or...
-
Tim Telcik | Nov 5, 2017 3:21 PM
Overview The follow document outlines high level steps for patching Liferay Portal 6.1 source. NOTE: This approach also works with Liferay Portal 6.2 Patching Steps Show installed and available...
-
Tim Telcik | Nov 5, 2017 3:18 PM
Overview Liferay Portal 6 supports six plugin types for customizing and extending the base product : Portlets Hooks Themes Layouts EXT Web For many extension cases, portlets, hooks, themes and...
-
Tim Telcik | Nov 5, 2017 3:13 PM
Overview This article outlines the steps for configuring Apache HTTPD and Liferay Portal with SSL. This article should be used in conjunction with the following articles: David H Nebinger Blog -...
-
Tim Telcik | Nov 5, 2017 3:08 PM
Overview Firefox can be quite obstinate when it comes to clearing favourite (aka. shortcut) web site icons from it's cache. This short article wil outline the steps for clearing favourite icons in...
-
Tim Telcik | Nov 5, 2017 3:02 PM
Overview Configuring Liferay Portal to use Google Mail is relatively easy. The key is to enable SSL socket connections. The following article provides steps to enable Liferay Portal to send email...
-
Tim Telcik | Nov 5, 2017 2:57 PM
Overview The article outlines the steps to change the default Liferay Portal web context from "/" to "/portal" ? Steps Step 1 - Over-ride property "portal.ctx" Over-ride the property "portal.ctx"...
-
Tim Telcik | Nov 5, 2017 2:52 PM
Overview If you are facing Liferay Portal login issues (eg. unexpected user session timeouts, unexpected double login prompts), you can perform high level tracing by enabling logging in the primary...
-
John Feeney | Nov 3, 2017 3:19 PM
This blog entry is part of a three-part blog series that explores some of the great features provided by Liferay Screens and Liferay Mobile SDK. In this this series, I will cover: Liferay Screens –...
Blog Stream: News