06 December, 2012

Liferay to build online environments for regulatory organizations

By Victor Zorin, Enterprise Architect – MyOffice24x7 Pty Ltd   (As presented at the Liferay Symposium, San Francisco , 2012) Challenges of regulatory environments What is a regulatory environment? One example is an Australian statutory authority that administers state gambling and liquor laws, including management of licensing and compliance. We had already worked with them to produce a Liferay-based intranet for employees and several specialised extranet portals. They wanted us to help them come up with an improved way of managing...

05 December, 2012

Using Liferay Portal as an e-Learning Platform

How to use Liferay Portal 6.x to help deliver digital training to your organization affordably and effectively. Our goal is to show you how Liferay Portal can be used to build a facility where trainees or students are able to undertake structured, sequenced coursework under the supervision and assessment of managers and mentors. Why Liferay? Liferay Portal does not ship as an e-Learning product, but it does provide a solid foundation for one: ·          Strong CMS (content management)...

30 November, 2012

Useful Patch for Liferay 6.1.1 GA2 - By Juan

Hi Everyone, I was just looking out some solution for the problem which is coming out during migration and i found this forum article. Nice forum article by Juan !!!! It's really helpful to lookout and solve many issues for Liferay 6.1.1. He is been doing some years ago, he has  released a patch for solving many issues for 6.1.1 GA2. He has tried to patch only bugs, not improvements. For patching just unzip the .diff file into liferay 6.1.1 source folder (same folder level as portal-impl, portal-web, etc folders) and use patch command...

17 November, 2012

Liferay CRUD portlets with XMLPortletFactory - By Jack Rider

One of the first tasks you find in a project is to create support for the persistence layer, say for example products, clients, suppliers table. This usually accounts for a big load of hours, not to say if you find your self with late changes with fields, versions, requirements....etc Luckily Liferay developers have this open source tool called XMLPortletFactory, that creates complete portlets with just a small XML definition file, were you can control and implement a load of parameters like:...

06 November, 2012

Date picker using alloy UI

Use below code to insert date picker in your jsp file : <%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %&g...

05 November, 2012

Liferay 6.2 New Features

Guys, Today i was looking out liferay community and palying with some of article and I found some interesting stuff which would be launching in upcoming version of liferay which is Liferay 6.2 . So here are some of the attractive features i have listed here. 1)  Website Management : WCM Management User Interface       • Similar UI to Documents and Media       • Easy organization via folders      ...

24 October, 2012

Liferay Community Contributor Awards -2012

Jignesh Vachhani Jignesh has been involved with Liferay from the start of his career in 2008. Gradually, his interest increased toward Liferay with his experience. Initially Jignesh learned a lot and in fact is still learning from Liferay's Blogs, Wikis, and Forums.  He then started to contribute his own knowledge to the community using forum posts (more than 700 of them). Jignesh is also member of BugSquad. Apart from his contributions...

28 September, 2012

Maven build with liferay

Nice tutorial by http://www.eusia.info Have a look !!! Assuming that you have JDK and Maven set up in you machine, I will write here how we can have a liferay project in minimal effort and make it distributable in all environments. We will use Maven archtype plug-in to create liferay project. Consider a folder as your project home, like: /home/manna/examples/liferay if you working with maven you can have several maven settings...

14 September, 2012

Get user roles in theme velocity template

Many times we have requirement coming out to fetch user roles in theme velocity template (.vm) file. So below code you can use for Liferay 6.X : #set($role=$serviceLocator.findService("com.liferay.portal.service.RoleLocalService")) $role.getUserRoles($user_id) Hope this will useful !!! Best, Jignesh Vachha...

13 September, 2012

Liferay search container without database

If you want to use search container in which data will come from Array rather than database, you can simply use below code :...

07 September, 2012

Export user fields in CSV file

You can set below property to export user fields in CSV format :     # Input a list of user attributes that will be included when exporting users     # to a CSV file. You can include custom fields by adding the prefix     # "expando:" to the attribute name.     #     users.export.csv.fields=fullName,emailAddress,expando:pho...

User portrait image settings

User portrait image related settings in portal-ext.properties file :     # Set the maximum file size for user portraits. A value     # of 0 for the maximum file size can be used to indicate unlimited file     # size. However, the maximum file size allowed is set in the property     # "com.liferay.portal.upload.UploadServletRequestImpl.max.size".     #     users.image.max.size=307200     #     # Set the maximum user portrait...

Create users without email address

If you want to create user with out email address, just set below properties : # Set this to false if you want to be able to create users without an email # address. An email address will be automatically assigned to a user based # on the property "users.email.address.auto.suffix". users.email.address.required=false # # Set the suffix of the email address that will be automatically generated # for a user that does not have an email address. This property is not used # unless the property "users.email.address.required" is set to false. The  #...

User screen name related settings

Here are some of the properties which can be override in portal-ext.properties file as per your requirement : # Set this to true when you want the validation to allow for creation of # numeric screen names.   users.screen.name.allow.numeric=true # # Set this to true to always autogenerate user screen names even if the user # gives a specific user screen name. If this is set to true, the LDAP # importer will fetch users by their email address even if the property # "company.security.auth.type" is set to screenName. users.screen.name.always.autogenerate=true  # ...

User should not be deleted

If you don't want to allow users to be deleted from liferay, just set below property in portal-ext.properties file:  # # Set this to false if users cannot be deleted.  users.delete=false...

Disable auto deploy

    # Set below property to false to true to disable auto deploy of layout templates, portlets, and     # themes.     #     auto.deploy.enabled=fal...

Solve ECJ error in liferay IDE

I know that this is very well known error but still think to put it here as it could be helpful in some situation.    Task cannot continue because ECJ is not installed. ECJ was automatically installed. Please rerun your task. Total time: 1 second   &nbs...

31 August, 2012

Solr Integration

If you want to configure solr with liferay, just follow below steps : I used solr-3.5 and it is indexing and searching as expected. Download and extract vanilla Liferay + Tomcat bundle to development directory such as C:\liferay-portal-6.1.0-ce-g...

17 August, 2012

Detect word and convert in URL

Guys, I know this is not related to Liferay but might be useful in somewhere, where you need to detect some words and convert it into URL then it would be helpful...

14 August, 2012

Terms of use page in Liferay 6.1

Hi Everyone, If you want to use web content as a terms of use page we have 2 scenario. First Scenario : You can simply set below propeties in portal-ext.properties file  :     terms.of.use.journal.article.group.id=     terms.of.use.journal.article.id...

10 August, 2012

Create tab using AUI in liferay 6.1

If you have requirement to create simple tabs in liferay 6.1 AUI().ready('aui-tabs', function(A) { var tabs = new A.TabView( { boundingBox: '#demo', items: [ { content: 'This my content 1', label: 'Tab 1' }, { content: 'This my content 2', label: 'Tab 2' }, { content: 'This my content 3', label: 'Tab 3' } ] } ) .render(); });...

Popular Posts

Featured Post

Liferay 7.3 compatibility matrix

Compatibility Matrix Liferay's general policy is to test Liferay Portal CE against newer major releases of operating systems, open s...