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

Which version of liferay IDE is compatible with Liferay 6.2, jdk 1.6.0

My problem is as the subject tells , moreover I am not able to find any documentation about this .. Is there one?
osama yaccoub
  • 1,884
  • 2
  • 17
  • 47
0
votes
1 answer

How to configure analyzers in ElasticRay?

I was able to configure it through sense and through pure java... but haven't found any resources to do it using elasticray ... I am using Liferay 6.2
osama yaccoub
  • 1,884
  • 2
  • 17
  • 47
0
votes
0 answers

Liferay : Content Folder deleted from Admin but still in the data base

Now my customer complained that some images are not showing in his site in a web content portlet. I investigated from the chrome console and found that the resource is not found (javascript error) I took the uuid from the image url and checked if…
osama yaccoub
  • 1,884
  • 2
  • 17
  • 47
0
votes
1 answer

how to create a soap based web services in liferay

I am new to liferay. I want to know how to create SOAP based web-services in liferay6.2. Please post the all steps to create a SOAP based web-services in liferay6.2. Thanks and regard : Manoj Kumar
0
votes
1 answer

how set default date in alloyui date picker in alloy ui 2.0.x version

I want set default date in alloy ui datepicker. in previous version 1.5.x that is dates attribute in calendar. new A.DatePickerSelect( { appendOrder: ['m', 'd', 'y'], calendar: { dates: ['10/01/2014'] // in 1.5.x version to set…
0
votes
2 answers

Liferay 6.2: change one role´s permission to view roles or assign roles to users

I´m coding a script to change several users´s permissions and, in one step, I need to check some boxes in the matrix located in Roles -> Permissions. In order words, I need to redefine which users will be able to view or assign some other roles and…
Luis
  • 35
  • 10
0
votes
1 answer

Setting up maven support for eclipse liferay 6.2

I am trying to generate maven archetypes for liferay 6.2 using below steps: liferay-maven-plugin downloaded and generated ant install -- done liferay-maven-support-6.2.10.15 downloaded and trying to run mvn install but giving below error: Can any…
0
votes
1 answer

How to use liferay inbuilt email templates programatically?

In my liferay application I am adding application users by using Expando programatically and not using liferay default User signup. Now I want to send credentials to user to his email address using liferay default templates available from Control…
Lalit Jawale
  • 1,216
  • 9
  • 19
0
votes
0 answers

Change 2 layout in the same portlet

I have a portlet. I get a search engine layout X and when I look I continue to see this layout X in which I had to hide columns with Javascript to change the design, which takes 2 seconds to disappear this layout and was the main layout appears.…
JMF
  • 1,083
  • 7
  • 17
0
votes
1 answer

DLFileEntryLocalServiceUtil.getFileAsStream(...) not working in liferay server

DLFileEntryLocalServiceUtil.getFileAsStream(...) not working in my server I have s3 configuration for document and media. This method perfectly working without any issue in local server where s3 not configured. Does this require any extra…
Tushar Patel
  • 573
  • 3
  • 17
0
votes
1 answer

get customer count using service builder finder

I have created a customer table using service builder like as shown below _ _ _ _ _ _ _ _ _ _ _ | Id | CusId | CusName | |_ _ |_ _ _ _| _ _ _ _ | | 11 | 215 | John | |_ _ |_ _ _ _| _ _ _ _ | | 12 | 206 | Lino | |_ _ |_ _ _ _| _ _ _ _ |…
Alex Man
  • 4,746
  • 17
  • 93
  • 178
0
votes
2 answers

add custom field values as tags in Liferay user portlet

I have a custom field called Skills in liferay 6.2 user profile (i.e when you click on My Account->Details section). For now this Skills field accepts multiple text values and shown as a plain text entry. I want to show each skill being entered as a…
user596502
  • 417
  • 3
  • 10
  • 22
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
0
votes
3 answers

Liferay: How to minify CSS and JS file included in jsp

I am using multiple css and js files in one of my Liferay portlet. CSS and JS files included in liferay-portlet.xml file are automatically getting included in page. Apart from files mentioned in XML file I am using external CSS and JS file using…
Manish Mahajan
  • 1,140
  • 1
  • 14
  • 38
0
votes
1 answer

jQuery selector in instantiable portlets (duplicate IDs)

I've created a instantiable portlet, my problem is when I deployed in the same page two or more instances of this portlet, my jQuery functions don't work properly because my selectors only select the first element by ID or by class found in the…