Questions tagged [liferay-6]

Liferay is an open source Java portal and social platform. The 6th major version was released on June 2010, includes 6.0.x, 6.1.x and 6.2.x and was followed by major version 7 in May/June 2016. Use this tag for both, Enterprise and Community Edition of the given releases.

Liferay is a free and open-source Java-based enterprise portal, content management system, and social platform used to power corporate intranets and extranets.

It supports plugin development using many languages, including PHP and Ruby. The 6.1 GA2 Community Edition and 6.1 GA2 Enterprise Edition were released on the 31st of July 2012.

Liferay has released 6.2 community- and enterprise editions in 2013/2014, and one of the most important and remarkable improvements of the new version of Liferay Portal are the new mobile capabilities that come out of the box.

Community Editions of 6.x won't receive any more updates, the latest available version is 6.2.5 GA6, released November 2016

A lot more information is available in the main tag.

2437 questions
5
votes
1 answer

Using Jquery code inside Liferay 6

I am using Liferay 6 for the Application . I wanted to use , Jquery for the User Interface Part instead of default Alloy . For this i have integrated JQuery with Liferay by editing liferay-portlet.xml this way
Pawan
  • 31,545
  • 102
  • 256
  • 434
5
votes
1 answer

Selenium tests for custom portlets

Can anyone provide me a link/document with information on how to write and test custom liferay portlets with Selenium. I am using Liferay 6.1EE Thanks
Ravi Kumar Gupta
  • 1,698
  • 2
  • 22
  • 38
4
votes
2 answers

Web content display all files in document library

I'm trying to use a Web content Display to show all the files in a particular folder of document library. I would like to keep customize the choice of the folder. Do you know if exist a dynamic element in template that point to a folder not to a…
Sabrina
  • 267
  • 5
  • 18
4
votes
2 answers

Does LifeRay provide a public official maven repository ?

According to this post, LifeRay provides a maven plugin to support portlet plugin development,but not mention whether it has provided a public official maven repository. Can anyone get to know about that ?
爱国者
  • 4,298
  • 9
  • 47
  • 66
4
votes
3 answers

how can we remove that Liferay Logo , Sign In Hyperlinkand Powered BY ?? from the screen

I am using Liferay 6 and Tomcat for development . I have developed a Custom Login POrtlet for my Application Now on entering http://localhost:8086 , my Custom Login Page is displayed . Please see the screen shot . My question is , could anybody…
Pawan
  • 31,545
  • 102
  • 256
  • 434
4
votes
1 answer

Interacting with Liferay portlet configuration in the portlet class

In a Liferay 6.0 plugin MVC portlet, how do I access the portlet configuration from the portlet class? Note that by "configuration" I mean values that are specific to an instance of the portlet and are not user-specific; if an administrator sets a…
user212218
4
votes
1 answer

Removing portlets on Liferay

I would like to deactivate or, rather, just undeploy most of Liferay's default portlets. I know I can deactivate the portlets through the Liferay control panel one by one or adding a false for each portlet, but I was just wondering if there is a…
David Jeong
  • 95
  • 2
  • 5
4
votes
3 answers

Liferay ant deploy failure

I have been having trouble deploying liferay portlets and themes from the command line with ant deploy; sample execution: pwd: C:\liferay-plugins-sdk\themes create.bat deep-blue "Deep Blue" cd deep-blue-theme ant deploy -> Buildfile:…
COner
  • 77
  • 1
  • 7
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…
4
votes
1 answer

Comparison of using Alfresco and Jackrabbit CMS on Liferay portal

I'd like to know your thoughts about using these two CMS on Liferay. I know, that jackrabbit is rather a framework and reference JCR implementation. I'm more interested in the situation, when you have Liferay portlet and you need a CMS repository…
lisak
  • 21,611
  • 40
  • 152
  • 243
4
votes
1 answer

Liferay logout returns 400 response

I am trying to hit the Liferay logout servlet "c/portal/logout" through Java, but it always returns a 400 response: private void sendPost() throws Exception { String url = "localhost:8080/c/portal/logout"; HttpClient client = new…
ravicandy1234
  • 156
  • 1
  • 2
  • 13
4
votes
4 answers

How to use "Term of Use" in Popup

I want to customize the term of use in popup, when a user login for first time that page should appear in popup.
Akash
  • 816
  • 3
  • 13
  • 38
4
votes
1 answer

Updating Liferay User Lockout

I've built a portlet that can administrate users in Liferay. One of the options I'm looking to implement is the ability to Lock and unlock users using the password lockout. When I try and update the lockout it does nothing, I'm using the…
syncdk
  • 2,820
  • 3
  • 25
  • 31
4
votes
1 answer

Defining and reading custom property in a Liferay's hook

I need to define some custom properties in an hook (e.g. myhookname.myproperty) and read them in my hook Java classes. I know I can't create a custom property file (because it will be deploied in the hook's webapps dir, but hook will "live" in the…
Pierpaolo Cira
  • 1,457
  • 17
  • 23
4
votes
1 answer

Liferay: creating a portlet configuration page. How to provide correct jsp path?

I want to create a configuration page for a liferay portlet. Some code from portlet.xml example-config example-to-delete
jahra
  • 1,173
  • 1
  • 16
  • 41