Questions tagged [liferay-7.2]

For questions regarding Liferay Portal CE 7.2 or Liferay DXP 7.2, released in June 2019

See for version independent details on Liferay Portal and Liferay DXP.

Liferay CE and DXP 7.2 were released in June 2019. The architecture is based on , and the backend is implemented in , with the use of many web-related different frameworks, languages on the frontend.

39 questions
0
votes
0 answers

Problems of Compilation in Liferay7

I have created the module attached by mail in liferay and developed in eclipse and executed the following commands for compiling it : blade gw jar o el comando gradlew distBundle I have the following build.gradle file : dependencies { compileOnly…
0
votes
2 answers

Deprecated variables migrating to Liferay 7.2

During theme migration from Liferay 7 to Liferay 7.2 I am getting following issues. Please tell me what to use in place of these deprecated variables? $state-danger-text was deprecated in Lexicon CSS 1.x.x and has been removed in the new Clay 2.x.x…
0
votes
1 answer

Search in Liferay

I have created one structure which is followed by web content. Structure Contains 2 fields. One is Area name and the second is Zip Code. I stored data in web content followed by this structure. I want to search for data based on zip code or area…
pratik patel
  • 306
  • 5
  • 16
0
votes
1 answer

How to implement Clay in Liferay 7.2

As much as i try to find an explicit manual over the Liferay 7.2 documentation im not able to get a concrete and "non cryptic" way of implement clay in Liferay 7.2. Just looking forward for some feedback about just how to implement Clay on a Liferay…
Lowtrux
  • 156
  • 2
  • 12
  • 41
0
votes
1 answer

Liferay: Remove 'Account Settings' fields

I'm currently trying to remove fields from the Account Settings page and I am not sure how to properly approach this. There's not really a proper way I can do this with CSS as it's a bit of a hacky way and it won't do the job properly as I can't…
inderbir
  • 43
  • 7
0
votes
1 answer

How to create a tag-library in Liferay 7.2?

I am new to Liferay and I need to create a custom tag-library that I can use in my liferay portlets. But the probem is, I am not getting any step-by-step tutorial or guide to create and use it in Liferay. The first problem is that, I am unable to…
Vishuu
  • 1
  • 5
0
votes
1 answer

Liferay dxp 7.2 jenkins CI/CD

I am working on Liferay 7.2 deployment automation using Jenkins, We have Liferay workspace (Source code) in GitLab repository, my problem is i am not able to clone only single module (portlet) which is changed/modified and build it after push event…
0
votes
1 answer

Customize search results in Liferay 7.2

I need to customize the search results page in Liferay in the following way: results must be displayed as a list of card with title, abstract (if present) and link to detail on the side of the page, there should be list of tags or categories of the…
stecava
  • 71
  • 10
-1
votes
1 answer

Liferay copy layout content type across sites

Currently I would like to have ability for copy layout content type from one site to another as draft. But it can't do that with the code below: private void copyLayout(final Layout srclayout, Layout destLayout) throws Exception { Layout…
kh-chsm
  • 1
  • 2
1 2
3