Questions tagged [liferay-6]

Liferay is an open source Java portal and social platform. The 6th major version was released on June 2010, includes 6.0.x, 6.1.x and 6.2.x and was followed by major version 7 in May/June 2016. Use this tag for both, Enterprise and Community Edition of the given releases.

Liferay is a free and open-source Java-based enterprise portal, content management system, and social platform used to power corporate intranets and extranets.

It supports plugin development using many languages, including PHP and Ruby. The 6.1 GA2 Community Edition and 6.1 GA2 Enterprise Edition were released on the 31st of July 2012.

Liferay has released 6.2 community- and enterprise editions in 2013/2014, and one of the most important and remarkable improvements of the new version of Liferay Portal are the new mobile capabilities that come out of the box.

Community Editions of 6.x won't receive any more updates, the latest available version is 6.2.5 GA6, released November 2016

A lot more information is available in the main tag.

2437 questions
4
votes
3 answers

Which Graph Database (Orient or Titan) is good to use with spring and liferay?

please help me , I'm quite confuse while deciding to use graph database , I'm developing a Social networking website . so please suggest me which I have to use . I developing this project using spring and liferay 6.2. Please help me . Thanks in…
Kuldeep Bisen
  • 59
  • 1
  • 6
4
votes
4 answers

Liferay.Upload Component Usage for Multi-file Upload

Developing a custom portlet to upload multiple files in Liferay 6.2. Found the Liferay.Upload component while going through Liferay Source Code in the Document Library Portlet at the following…
Ashok Goli
  • 5,043
  • 8
  • 38
  • 68
4
votes
2 answers

Load Balancing and Clustering in Liferay- css not loading

I am trying to Implement clustering in liferay 6.2 on my local system using sticky sessions. I followed below steps to configure this. 1 install Apache Webserver and made following changes in httpd.conf Added below code snippet at the end of…
Gautam
  • 3,276
  • 4
  • 31
  • 53
4
votes
1 answer

AUI Auto fields as the tags in liferay6.2

I am displaying data using auto-complete successfully, I am separating each data by using ',' delimiter. Now I have a requirement to implement the auto-complete like Liferay Tags for the fields as shown below: the below is my code…
ASR
  • 3,289
  • 3
  • 37
  • 65
4
votes
2 answers

Displaying a portlet only when user is logged in

I have a requirement to display a specific portlet only if the user is logged in. My question is what would be the appropriate way to handle this kind of requirement. Should I handle it through code by…
Learner
  • 976
  • 14
  • 29
4
votes
2 answers

How to set tag's calendar date and locale in Liferay 6.2 CE GA2?

I'm currently unable to set tag's calendar date and locale format: It's still showing up an empty non-localized input pattern (mm/dd/yyyy) While clicking to expand the calendar, date selected is always NOW even if a Date value is…
kapitanpattimura
  • 507
  • 1
  • 5
  • 12
4
votes
2 answers

Liferay Clustering

I am trying to Implement clustering in liferay 6.2 using below Link https://www.liferay.com/en_GB/documentation/liferay-portal/6.2/user-guide/-/ai/liferay-clustering-liferay-portal-6-2-user-guide-20-en I had put below properties in both liferay…
4
votes
3 answers

Liferay - How to hide/show button by checking user permission

I have a web application hosted on liferay portal. There are certain features like showing a save button for certain users only based on custom permissions defined in liferay. I have configured the permissions in xml file as below using the…
Ani
  • 328
  • 1
  • 3
  • 17
4
votes
1 answer

how to set portlet load order in liferay portlets

I have around 4 portlets and 2 web content on my page. Among 4 portlets, one is custom portlet. my requirement is like I need to load my custom portlet at the end. I got to know we can set this by adding following entry in…
Learner
  • 976
  • 14
  • 29
4
votes
4 answers

ShouId I migrate from Liferay 6.1 to Liferay 6.2?

I would like to ask a question about wether or not I should do the migration to Liferay 6.2. Me and my team are working since 4 month on a portal quite big developed with Liferay 6.1 (CE edition) and now, since the project publication date is still…
enricob
  • 43
  • 1
  • 4
4
votes
1 answer

Removing Custom Permissions/Actions from a Portlet

I have been able to define custom portlet actions/permissions based on this example in Liferay Plugins SDK https://github.com/liferay/liferay-plugins/tree/master/portlets/sample-permissions-portlet I want to know the necessary steps I need to take…
Ashok Goli
  • 5,043
  • 8
  • 38
  • 68
4
votes
5 answers

no theme found for specified theme id . returning the default theme

By liferay-plugins-sdk-6.1.1 on theme folder I created a theme for my liferay portal 6.1.1 CE-GA2. My liferay-plugin-package : …
brelian
  • 403
  • 2
  • 15
  • 31
4
votes
1 answer

How to index and search "Public Pages" in Liferay 6?

I am fairly new to liferay so please bear with me if this is a naive question. As far as I know, Liferay automatically indexes some out of the box items (core portlets) such as Web Content, Bookmarks, Users etc. What I need to do is index "public…
Ravish Bhagdev
  • 955
  • 1
  • 13
  • 27
4
votes
4 answers

How to make the ResourceResponse to forward the request to error page in liferay portlet

I am trying to forward my request to error page when error occurs during generating excel sheet. Here is sample code below. I am not sure why it is not getting forwarded to error page when the exception is thrown, it is displaying blank page but not…
stack user1
  • 116
  • 1
  • 10
4
votes
1 answer

Calling Action-Class from Configuration.jsp

I have defined a configuration-action-class for loading the configuration of an existing portlet based on drools (liferay-portlet.xml): com.liferay.drools.action.ConfigurationActionImpl This…
user1592470
  • 401
  • 2
  • 8
  • 21