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

Added orderable=true to Liferay search container, controls appeared but order does not change

I have written a Liferay search container, it works great. Now I want columns to be sortable by alphabetical order, so I added orderable="true":
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
7
votes
2 answers

Liferay api/jsonws page should be accessible only for admin users

Can anyone please tell me how we can Restrict Access to Liferay api/jsonws page for normal users. api/jsonws page should be accessible only for admin users. Do we have any option to do that in Liferay. Can anyone please help me on this
Alex Man
  • 4,746
  • 17
  • 93
  • 178
6
votes
2 answers

Background image path in CSS files - Liferay 6.2

I am working with Lifera migration project. Project was created in Liferay 6.1 and now I am migrating in to Liferay 6.2. I am facing issue in image path for all CSS files. While migrating in Liferay 6.2 it's appending Theme and CSS folder path to…
Dharam Mali
  • 907
  • 1
  • 11
  • 24
5
votes
1 answer

Work with Bootstrap 3.3.6 in Liferay 6.2

I'm working with Bootstrap 3 in Liferay 6.2. I inserted the bootstrap.css and bootstrap.min.js in the CSS and JS. I've also changed some style in my custom.css incompatilibilidad Do you have a better idea of ​​it? Then I attached the steps I…
4
votes
0 answers

How to use Liferay Mobile SDK 6.2.18 to generate jar libraries now that http is deprecated by both Gradle and Maven?

In my current project we're working on mantaining/developing mobile (android/iOS) apps that use the services of the client's website (liferay 6.2). Whenever the guys in Backend generate new services (or just update an existing service to a new…
3
votes
1 answer

How can we override liferay module in liferay7?

I am very new to liferay 7 ,actually we are migrating liferay 6.2 to liferay-7 ,in the 6.2 we are using ext to override the action class but in the liferay-7 I am getting some cofusion,could you please help me out. The main theme of my ext is :…
PVBRaju
  • 95
  • 1
  • 1
  • 11
3
votes
1 answer

set session cookie secure and httpOnly for LFR_SESSION_STATE_%

Environment : Liferay 6.2 with Jboss We are trying to implement httponly and secure. For this we have dome some changes like below Added in Portal-ext.properties : cookie.http.only.names.excludes= and Added following properties in…
mahesh
  • 909
  • 2
  • 18
  • 37
3
votes
2 answers

Liferay - Intermediate page after login and landing

I am looking to have two factor authentication. That is after login, i want to show an intermediate page. Only after some action has been done on the second page, user is taken to the landing page. I have logic for second factor authentication…
Sandeep Nair
  • 3,630
  • 3
  • 26
  • 38
2
votes
1 answer

Cloning two bitbucket repo into a same folder

I have two bitbucket repo in which the first repo contains all the Liferay related sdk, the second repo contains only the projects(have four folder such as hooks, portlets, layoutpl, themes). I took the clone of the first repo which contains the…
Alex Man
  • 4,746
  • 17
  • 93
  • 178
2
votes
1 answer

Omit the minus "-" in Liferay friendly URL

I've created a friendly URL file for my abc-portlet (the portlet uses the DefaultFriendlyURLMapper): /{urlTitle} 0
Thorsten Laux
  • 100
  • 12
2
votes
1 answer

Liferay Appilcation Display Template showing wrong language

at the moment I'm developing an ADT for an Asset Publisher that shows a short Version of each Web Content. In the Web Content Structure there is a Field named "content" and it's just a simple HTML Field.
Penelope
  • 31
  • 4
2
votes
1 answer

Use of Liferays ADT to customize Web Contents

I'm using Liferays Application Display Templates to render a set of web contents the way I like (which is working quite fine). Below you find my ADT code to list all news. <#list entries as entry> <#assign published =…
2
votes
1 answer

Why are UTF-8 encoded values (in language.properties) misinterpreted in Liferay 6.2?

In Liferay Portal 6.2 i have created a portlet that has language.properties file. The portlet.xml like this : com.test.portlet.featuretest.content.Language The language.properties reads: no-customer-were-found=no…
Habib Zare
  • 1,206
  • 8
  • 17
2
votes
0 answers

How to print error message and stack trace into page in Liferay 6.2

I want to print error message and stack trace for every Exception raised in portlet into page so user can see it. I am using Liferay Portal Enterprise Edition 6.2.10 EE GA1 (Newton / Build 6210 / November 1, 2013) with Tomcat. I tried set…
2
votes
0 answers

Liferay - NTLM SSO and LDAP

Liferay supports NTLM SSO using a set of properties that I have to configure in portal-ext.properties. I have a set of users who are internal employees on Internal AD and bunch of external users on External AD. Is it possible to have just NTLM SSO…
Sandeep Nair
  • 3,630
  • 3
  • 26
  • 38
1
2 3
10 11