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
0
votes
1 answer

Extending LoginUtil in Liferay 6.2 hook

we are migrating from 5.2 to liferay6.2. There is our custom LoginUtil class which is extending com.liferay.portlet.login.util.LoginUtil in the ext-plugin of 5.2 version. I have to rewrite this as a hook .What are my options? Is there a LoginUtil…
0
votes
0 answers

When I do document preview it will logout first time?

I have liferay open office integration. My problem is when I preview any document after login first time it is logout and ask to login again. Next time it is working fine the problem persist while document preview generation and after user log first…
0
votes
0 answers

How can we extend pending actions view for Liferay Kaleo workflow?

I'm not sure whether it's feasible to do or not. I want to customize the liferay-provided view to see pending actions for the workflow. Liferay portal : 6.2-ce-ga2 Work flow engine: kaleo web [EDITED] notification-portlet comes as part of…
Arun
  • 2,360
  • 2
  • 17
  • 23
0
votes
1 answer

Liferay document library

Use case: A user can bookmark a link which contains a pdf-document for downloading or viewing it online. The url contains a version number provided by liferay. Is it possible to ensure that you always get the latest version of the bookmarked…
HelmutSteiner
  • 99
  • 2
  • 11
0
votes
1 answer

Open modal window this custom jsp on it in Liferay

I need to open a modal window after clicking a button, the content of that modal window has to be a custom jsp located in the portlet. I've tried the following posts but anyone works for…
0
votes
1 answer

autocomplete not accepting the json object for source

Below is the jsp page tag for input text element: below is the ajax call that loads on dcument.ready: AUI().use("liferay-portlet-url", function(A) { var resourceURL =…
Sangeetha cg
  • 81
  • 5
  • 14
0
votes
1 answer

Delete all JournalContent versions programmatically

I need to create the delete functionality to delete the contents trought my custom portlet. I've tested the following sentences but all of them, delete the latest version of the content, but the rest still…
0
votes
1 answer

How can I disable the add event button in calendar portlet in liferay 6.2

I want to give permissions of adding event in calendar to some user and for some users it has to be disabled. How can I achieve it programatically ?
Vinita Shah
  • 118
  • 2
  • 13
0
votes
1 answer

Custom ckEditor Toolbar in Liferay 6.2

I want to add my own custom toolbar for my ckeditor and have therefore added this to my ckconfig.jsp via a hook. config.toolbar_Mini = [ ['Bold', 'Italic', 'Underline', 'Strike'], ['BulletedList'] ]; Additionally I've found out that liferay…
Massimo Rosin
  • 163
  • 1
  • 13
0
votes
1 answer

Liferay 6.2 adding a new ckeditor

I want to add a new ckeditor to my liferay because we need to limit the functionality of the one available. However, I do not want to change the original one because we migth later on need it in a different form. How can I add a new ckeditor that…
Massimo Rosin
  • 163
  • 1
  • 13
0
votes
1 answer

Unable to access web content's request object when linked to asset publisher

On adding a web content in an asset publisher, we are getting empty request object but if we add the same web content in web content display then we are able to see the request object. Here is what I tried: Create a web content and try to print…
ankurjhawar
  • 315
  • 1
  • 4
  • 14
0
votes
1 answer

Read a cookie value in portal_normal.vm using path attribute

I am trying to get the cookies value in portal_normal.vm of my custom liferay theme. At first I am setting a cookie value on click event using JavaScript. In some pages I able to get the cookies in theme but some pages I am not able to get the…
0
votes
1 answer

redirect to an error page in Liferay from Autologin

I want to generate an error page for specific failure from AutoLogin class and redirect to same. request.setAttribute(AutoLogin.AUTO_LOGIN_REDIRECT, internalErrorPage); what I want to know how can I create internalErrorPage jsp page in Liferay ?
spectre007
  • 1,489
  • 11
  • 18
0
votes
1 answer

How can I get a Portlet Category

I am doing a list of portlets in the java side for a portlet that they belong to a specific category, defined into the liferay-display.xml file. I have all the installed portlets (with PortletLocalServiceUtil.getPortlets()), but I don't know how to…
Kin Robert
  • 33
  • 4
0
votes
1 answer

Conflicts between two hooks modifying the same jsp file

I saw here some questions with the same topic as mine, but they are quite old. Is there maybe nowadays a working solution? Something that makes an automatic merge of the two hooks and wont destroy the default jsp? For people who dont know what my…
arfis
  • 113
  • 1
  • 5
1 2 3
99
100