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

navItem.isSelected() from Sitemap ADT

I'm trying to find out if a Nav Item is selected from a sitemap ADT. When I do so, it always outputs it as false. How can I go about finding out if a navitem is selected from the ADT? <#list navItems as navItem> <#if navItem.isSelected()> …
Rohit Rajendran
  • 629
  • 9
  • 27
0
votes
1 answer

Liferay is not generate preview for PDF file only?

Liferay is not generating preview for PDF file only. It generates preview for all other types of files. I had linux server + liferay 6.2 GA3 + Imagemagick + Ghost + openoffice. I had running openoffice. Conversation from one file to other working…
0
votes
1 answer

Pointing Liferay EE database via Liferay Community Edition

bHi All, I have Liferay Enterprise Edition installed which is pointing to Postgres database. Now, I have another Liferay Community Edition which I want to point to the Liferay Enterprise Edition database copy. When I start the Community version it…
Sam
  • 2,972
  • 6
  • 34
  • 62
0
votes
1 answer

Getting the email address from known login name in Liferay 6.1 EE

A user is beeing verified by entering her/his login name to access a Liferay 6.1 EE portal. As i said we know the users login name. Is it possible to obtain the users email address from the given login name within a jsp template ? I have the…
HelmutSteiner
  • 99
  • 2
  • 11
0
votes
1 answer

Liferay Portal 6.1 EE - DLUtil.getPreviewURL

We create a pdf-download URL in our Liferay Portal 6.1 EE via following method call: String fileUrl = DLUtil.getPreviewURL(file, fileVersion, null, StringPool.BLANK, false, true); Is it possible to remove the generated "number-letter-combination"…
HelmutSteiner
  • 99
  • 2
  • 11
0
votes
0 answers

messages SlowQueries in Tomcat

we have problem with bad performance in own tomcat(7.0.42) liferay6.2 . We obtain these messages SlowQueries with native queries of liferay > Jun 29, 2016 3:40:06 PM > org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport >…
Roberto
  • 65
  • 8
0
votes
1 answer

Not able run my Lifeary 6.2.5 portlet project from liferay 7.0 portal

I am trying to run my 6.2.5 portlet project from liferay 7.x portal. In project facet under Runtime environment Liferay 7.x server is not visible. Whenever I try to deploy war file into deploy folder of Liferay 7.0 ce portal or just run my…
0
votes
1 answer

Site Logo does not change immidiately after update

I Want to change site logo from my code..when user selects and image and save it..it is updated but site logo does not changed immidiately..and it is not always replicating..sometime i have to refresh the page for site logo change and sometimes it…
Vinita Shah
  • 118
  • 2
  • 13
0
votes
0 answers

How to have a friendly-url for a custom liferay action

We are using Liferay 6.2.10 EE. I have created a custom action referencing doc. As part of the implementation, I read a parameter from the request (an articleId) and redirect to the appropriate web content article. My url looks like:…
ankurjhawar
  • 315
  • 1
  • 4
  • 14
0
votes
1 answer

Liferay - Set guest permission on custom field/expandocolumn

I've successfully added a custom field to the User Sign-up page (create_account.jsp) by creating an expando column via Hook plugin. However, the field is not visible until I enable Guest permissions on it through the admin UI. I need to be able to…
0
votes
1 answer

How to create library functions which can be used by portlets on a Liferay platform?

I have just started working with Liferay and am trying to get up-to-speed. I have created a portlet project which calls a Notes database using REST and displays a list of recent mails. The next task is to create a summary portlet which displays a…
paul
  • 13,312
  • 23
  • 81
  • 144
0
votes
2 answers

How do I use webjars in a Liferay portlet

I have been trying to include shufflejs in a Liferay (6.2) portlet. I have added the following dependency to my pom.xml file: org.webjars.bower shufflejs 4.0.0
Yoshiya
  • 452
  • 5
  • 17
0
votes
2 answers

Access Camera in Liferay portlet

I wanted to access the phone camera on button click event in phone's web browser. Is there any plugin to access phone camera if I open my application in the phone's web browser. (With out using mobile app). What is the best way to achieve…
Vinod
  • 2,263
  • 9
  • 55
  • 104
0
votes
1 answer

Getting page views and last updated date within a Liferay Web Content Template

I need to include the date the web content was last updated and the number of times the web content has been viewed within my Liferay 6.1 Web Content Template. What's the best way to go about getting this?
Rohit Rajendran
  • 629
  • 9
  • 27
0
votes
1 answer

Liferay 6.2 wysiwyg editor changes in portal-ext.properties not working

I need to limit the functionality of the ckeditor in liferay 6.2 for the journal-articles. I tried different approaches like hooks which override the ckconfig.jsp with a new toolbar (see my other questions here and here), but that did not work. Now…
Massimo Rosin
  • 163
  • 1
  • 13