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
7
votes
6 answers

Liferay

In my jsp I have the following code:
Seeya K
  • 1,221
  • 6
  • 27
  • 43
7
votes
2 answers

ehcache not replicating in liferay cluster

I have the following setup 1.liferay cluster with 2 machines on AWS 2.unicast clustering replication with JGroups over tcp I have the following parameters in the portal-ext.properties #Setup…
user747858
7
votes
2 answers

How to add custom portlet in Control Panel section

How can I add a custom portlet to the Portal section of the Control Panel, as shown in the following figure:
Prakash K
  • 11,669
  • 6
  • 51
  • 109
7
votes
4 answers

how to hide Showing result text in liferay Search Container?

I am using liferay search container to display list of information, but in that liferay search container by default display number of records like "Showing 2 results". But in my case i don't want to display this. How can I remove this? Also attached…
Scorpion
  • 6,831
  • 16
  • 75
  • 123
6
votes
1 answer

Private, members only site for Liferay 6.1

How can one create a private portal site in Liferay 6.1 where only valid logged in users are allowed access to all portions of the portal? Liferay 6.1 seems to have the concept of a system site which defaults to a public site. I have not figured out…
Olaseni
  • 7,698
  • 16
  • 44
  • 68
6
votes
1 answer

How to add nested portlets(liferay) through code

We have something called nested portlets in liferay. I want to add this portlet dynamically through code. Does anyone know the code for adding nested portlets, and add other portlets inside it? Thanks !!!
Anuj Balan
  • 7,629
  • 23
  • 58
  • 92
6
votes
3 answers

Getting all users with a Role in Liferay

I'm new to Liferay development in general, so feel free to point out if I'm going about stuff totally the wrong way. I'm trying to get a DynamicQuery object of all users within a certain group (I'll use this object to further filter another query…
Henrik Paul
  • 66,919
  • 31
  • 85
  • 96
6
votes
3 answers

How to set the selected value in aui:select box

I have form with select box in my user form. I also need to update the form in edit mode. I am able to get selected value in edit mode. But I am unable to set the selected value in the edit mode. Here I am able to get the selected value from db.…
Vinod
  • 2,263
  • 9
  • 55
  • 104
6
votes
3 answers

Bootstrap modal in Liferay

I use Bootstrap 2.3.2 and Liferay 6.2 bundled with Tomcat. I have some modal windows with complex body structure created in Bootstrap 2.3.2 and I would like to use them in my portal. Here is said that Liferay uses Bootstrap 2.3.2 css, but not…
Matt
  • 8,195
  • 31
  • 115
  • 225
6
votes
2 answers

Changing password for liferay default user 'test@liferay.com'

Trying to change Liferay password for default user using the following procedure as documented in http://blogs.aca-it.be/blogs/-/blogs/recovering-an-admin-password-in-liferay . The steps are as follows: 1. Go to the user_ table in the database. 2.…
Zama Ques
  • 1,497
  • 5
  • 26
  • 45
6
votes
4 answers

How to add asset publisher configuration options in LifeRay 6.2

When using an asset publisher, you can change Display Settings in the asset publisher configuration panel. If you select the Abstracts display template, a new option will be available for you (Abstract Length). How can I add an option like that to…
Jonathan Hell
  • 521
  • 1
  • 5
  • 15
6
votes
1 answer

Is there a trick to using d3 charts in jsf?

I am using Prime Faces in Liferay, What is the trick to getting the D3 examples to show up in jsf land specifically Prime Faces on Liferay. The example I am trying to make work in JSF is this one: How would d3.js difference chart example work with…
John J. Ryan
  • 197
  • 3
  • 13
6
votes
2 answers

Liferay logging level

Is there a way to set Liferay's global logging level? I am aware of it's console in the Server Administration but I want to set a global level not to a package level. Thanks!
cachiama
  • 590
  • 3
  • 19
6
votes
2 answers

How to get client side portlet-id in liferay?

I'm using AlloyUI in my liferay portlet. I want to use my 's id in javascript. The problem is that the id of the elements are changed in client side. For example: If I set an 's Id to "username" it is changed to…
Beginner
  • 1,010
  • 4
  • 20
  • 42
6
votes
7 answers

Portlet not getting deployed

I have this strange problem at which I have spent stupid amount of time. To build my portlet, I haven't used sdk and I am using my own ant script do the job. It works all well till this wierd situation. I am basically using a lot class from…
Jatin
  • 31,116
  • 15
  • 98
  • 163