Questions tagged [liferay-7]

Please use only for Liferay Portal CE 7.0 and DXP 7.0. Liferay is an open source Java portal and social platform. Version 7.0 was released in 2016.

Liferay Portal is a free and open-source Java-based enterprise portal, content management system, and social platform used to power corporate intranets and extranets. Liferay DXP is the matching enterprise supported version of the software.

It has support for developing plugins using Blade Tools

The most important and remarkable improvements of "Liferay Portal 7.0 Community Edition" and "Liferay DXP 7.0" is Liferay’s module framework which makes it easier than ever for developers to create Liferay applications and to customize Liferay using modules and components!

A lot more information is available in the main tag. Liferay 7 is partially backwards-compatible with Liferay 6.2 Plugins, but provides a lot more customizing options when leveraging OSGi for building plugins.

Please note that Liferay Portal CE versions are only updated until the next version is out. Currently (August 2019) the active version is 7.2 - the last update to Liferay CE 7.0, 7.0.6 GA7, was released in May 2018.

887 questions
3
votes
3 answers

Failed to update bundle: x.jar with ID y. The bundle has been uninstalled

In Liferay 7, I have put a module JAR into deploy/, then I uninstalled it via Gogo Shell, and now I want to install it again. PROBLEM: When I copy it again into deploy/ I get this error: INFO …
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
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
3 answers

How to undeploy a portlet from Liferay 7?

I am learning how to create portlets on Liferay 7 CE GA 3 portal platform. For this, I created few test portlets using maven, gradle, by following the tutorials given in liferay site. But now, I need to remove those portlets from the server.…
Marvolo
  • 61
  • 2
  • 3
3
votes
2 answers

where is war exploded in Liferay 7 tomcat after getting copied in osgi folder

I deployed a portlet in liferay 7 and it got deployed successfully and was available for use. I want to replace the jsp file, in earlier version I could see my application in tomcat/webapps folder and replace it quickly. Now I am unable to locate…
Hitesh
  • 66
  • 7
3
votes
1 answer

Customize Search Portlet in Liferay DXP 7

I would like your support in order to get some help in customizing the search component in Liferay DXP 7.0 Enterprise. I have reviewed all the available documentation but although I have found many articles about the issue, the step by step is not…
3
votes
2 answers

Liferay 7 with MySQL Server 5.6 not starting

I’d just downloaded latest Liferay 7 Tomcat bundle liferay-ce-portal-tomcat-7.0-ga3-20160804222206210 Extracted it and stared from liferay-ce-portal-7.0-ga3\tomcat-8.0.32\bin\startup.bat. Server started successfully and first screen opened on…
user2549132
3
votes
1 answer

How can I add a new language in Liferay 7?

My problem is how to add new language like thailand language in liferay 7. When I inspect the existing flag I see that the image is not png but it is svg, but I can't add new language with icon. In this page.jsp I see that the constructor of image…
3
votes
3 answers

Creating liferay 7 plugin project

I am trying to create an liferay 7 plugin project using Ant and I am always recieving the below error, can someone help ? it seems that the server mirrors.lax.liferay.com is down [Console output redirected to…
yjradeh
  • 233
  • 4
  • 11
3
votes
2 answers

liferay 7 - how to change from the default liferay logo to the company logo?

Liferay 7 GA1 is just releasead but the documentation is not complete yet. How can I change from the default liferay's logo to the company logo? I want to have a custom logo for each site of course.
Diego
  • 31
  • 1
  • 5
2
votes
1 answer

How can it get the theme display in a Web Content template (Liferay 7.x)

I need to access the theme_display in a Liferay 7.3 Web Content Template. I tried the following code (from Liferay Portal 6.2 - How to get theme_display in Web Content Template) but it doesn't work (change in Liferay 7.x) I would…
2
votes
2 answers

Liferay Theme Creation : Error During gulp build and gulp deploy

After installing all the necessary packages, I am trying to build a theme for Liferay 7.3 version. I have installed all the packages needed such as nodejs, npm, gulp ad ruby (sass and compass). After executing gulp build, I am getting the following…
Vikrant singh
  • 433
  • 1
  • 7
  • 25
2
votes
2 answers

How I get the field smallAttributeValue from table ddmfieldattribute in Liferay 7.4?

Liferay 7.4 stores the structure data in the "ddmfieldattribute" table. I'm trying to get the fields of the structures in the ADT template, but I can't find the solution. The structure has the following fields: title content The ADT code is as…
2
votes
1 answer

In a Liferay theme, what is the difference between 'clay/base' and 'clay/atlas'

I am starting to develop Liferay themes and the documentation seems to show that you should import 'clay/atlas'. I have an import for 'clay/base' instead: @import 'clay/base'; Can someone shed some light on what the difference is and why I would…
2
votes
1 answer

What's the best way to change the "OpenId Connect" link in the Liferay login page?

We have added several Social Logins to our Liferay 7.3 portal. These include the built-in Facebook and OpenId Connect capabilities as well as custom filters for Twitter, LinkedIn, and so on. OpenId Connect is configured for Google login. This all…
2
votes
1 answer

Liferay - Difference between Widget, Fragment and Portlet

I am new to Liferay and it seems that I can do the same thing with Fragments, Widgets and Portlets. Can someone please explain the difference to me? Thank you in advance.
Janine
  • 297
  • 3
  • 9
1 2
3
59 60