Questions tagged [liferay-6.2]

The current (June 2021) version of Liferay is 7.4 - Liferay 6.2 was released in 2013, with the last GA update in 2017. Consider upgrading asap. If you're still running Liferay 6.2 CE, at least have this security patch https://liferay.dev/blogs/-/blogs/security-patches-for-liferay-portal-6-2-7-0-and-7-1 installed. A lot more information is available in the main liferay tag.

The current (June 2021) Community Edition version of Liferay is "Liferay Portal 7.4 GA2" - the current enterprise supported version is "Liferay DXP 7.3".

Liferay Portal 6.2 (CE and EE) was released in 2013, with the last CE GA update in 2017. If you're still running this version: Consider upgrading asap. At least you definitely should have this security patch installed.

A lot more information is available in the main tag.

154 questions
0
votes
1 answer

Incorrect liferay-plugins dependency

In https://github.com/liferay/liferay-plugins/blob/6.2.x/build-plugins.gradle#L9 following dependency is defined: dependencies { classpath group: "com.liferay.portal", name: "portal-service", version: "7.0.0-SNAPSHOT" } How can a 6.2.x version…
mirelon
  • 4,896
  • 6
  • 40
  • 70
0
votes
2 answers

How to configure the portlet session object lifecycle in liferay portal6.2?

My requirement is that I need to store user-cart object in portlet session. Whenever user adds the item into cart the user-cart object should be updated and again saved into portlet session. Whenever the user logouts /session expires these user-cart…
sooribabu
  • 33
  • 7
0
votes
1 answer

Why Liferay ask credentials also for a public Site page?

Strange navigations. Using Liferay CE 6.2.3 GA4, in a Portal instance www.portal.com I created a Site other than the base Guest site. The new Site is "Open" and I assigned it a virtual host name of www.site.com. Public and private three have a…
icarrara
  • 73
  • 1
  • 10
0
votes
3 answers

I want to know the source files for this liferay 6.2 search portlet(jsp and java)

I am working in liferay 6.2 search portlet. I want to know the source files for this search portlet(jsp and java). I have searched the files in my whole project but i cant find the files. Thanks in advance
Rathish
  • 11
  • 1
0
votes
1 answer

Get original file-name in Documents and Media

I have a requirement to fetch the original file-name of the uploaded file when the file is downloaded from Documents & Media. Here is what is happening now Upload basic-document, original file name: test01.xml Give the title to the document as…
Prakash K
  • 11,669
  • 6
  • 51
  • 109
0
votes
1 answer

Liferay importing millions of data using Service API

I have a legacy table with about 1.7 million records in it. I am using Liferay's service builder api to insert these records in Liferay's table as per suggestion everywhere to use Liferay's service api for dealing with Liferay's tables. Initially I…
Sandeep Nair
  • 3,630
  • 3
  • 26
  • 38
0
votes
1 answer

Liferay Migrating User from legacy database & LDAP

I am migrating data into Liferay from legacy database for which I have written script to programmatically push data into Liferay's user as I see fit. Now authentication happens with LDAP and some basic details of user are also in LDAP which is…
Sandeep Nair
  • 3,630
  • 3
  • 26
  • 38
0
votes
2 answers

Dockbar Changes in liferay 6.2

Can anyone suggest me, which file is responsible for dockbar menu changes for admin user and other user in liferay 6.2 ? I made changes in \docroot\META-INF\custom_jsps\html\portlet\dockbar\view_user_account.jspf file for the dockbar menu, but…
Abhi
  • 11
  • 1
  • 1
0
votes
3 answers

Liferay migrating data into Liferay table from some legacy database

I am looking to migrate data from one of the legacy database to one of Liferay tables. I can write the migration script, but I was wondering if there will be some issue with "Counter" service of liferay. For example I have legacy custom user table.…
Sandeep Nair
  • 3,630
  • 3
  • 26
  • 38
0
votes
1 answer

How to use a global-portlet in liferay?

I am new to liferay ,I got one doubt ,if we want to use a global level service layer we need to place the specific portlet xxxxservice.jar file into lib/ext from webapps/portletname/lib folder. But is there any solution automatically place the jar…
PVBRaju
  • 95
  • 1
  • 1
  • 11
0
votes
1 answer

In Liferay 6.2, how do I get a list of calendars from the calendar portlet?

I'm working on a custom plugin that uses the JSON web service for the calendar portlet to just display events (via, e.g., http://localhost:8080/api/jsonws/calendar-portlet.calendar/get-calendar/calendar-id/11504). It seems like it should be simple…
Thomas Ehardt
  • 155
  • 4
  • 11
0
votes
1 answer

Multiple account with same Email Address

I have a requirement that a user can register multiple times in the website using same email address. There is an internal logic that based on the company they are they see a particular home page and access. Does Liferay support multiple accounts…
Sandeep Nair
  • 3,630
  • 3
  • 26
  • 38
0
votes
0 answers

Liferay - Site Page with user customization

I have a requirement that each user has a different set of portlets that he can see and manage based on his role. I was initially thinking to model User Pages since I want each user to drag and drop the portlet around and set preferences. But then I…
Sandeep Nair
  • 3,630
  • 3
  • 26
  • 38
0
votes
1 answer

Liferay WYSIWYG editor copy from Word

I saw Liferay's WYSIWYG editor has option to copy content from Word. But I notice that the formating (especially headings) don't match and the images are not copied. Is it a known issue? Does Liferay support integration with any WYSIWYG editor in…
Sandeep Nair
  • 3,630
  • 3
  • 26
  • 38
0
votes
1 answer

Liferay Page Administrator

I need that each page is administered by one person or group of persons. Do I need to create one role each for every page I have to administer(Page1 administrator, page 2 administrator) or can I just create one generic role named "Page…
Sandeep Nair
  • 3,630
  • 3
  • 26
  • 38
1 2 3
10
11