Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
Default User Private Layouts
If the properties layout.user.private.layouts.enabled and layout.user.private.layouts.auto.create are both set to true, then users will have private layouts and they will be automatically created. The settings below are used for the creation of the initial private pages.
If you need to add more than one page, set the property default.user.private.layouts.lar to specifiy a LAR file instead.
For even more complex behavior, override the addDefaultUserPrivateLayouts method in com.liferay.portal.events.ServicePreAction.
Set the name of the private layout.
default.user.private.layout.name=Welcome
Set the layout template id of the private layout.
default.user.private.layout.template.id=2_columns_ii
Set the portlet ids for the columns specified in the layout template.
default.user.private.layout.column-1=82,23,11
default.user.private.layout.column-2=29,8
default.user.private.layout.column-3=
default.user.private.layout.column-4=
Set the friendly url of the private layout.
default.user.private.layout.friendly.url=/home
Set the regular theme id for the private layout.
Example:
default.user.private.layout.regular.theme.id=classic
Set the regular color scheme id for the private layout.
Example:
default.user.private.layout.regular.color.scheme.id=01
Set the wap theme id for the private layout.
Example:
default.user.private.layout.wap.theme.id=mobile
Set the wap color scheme for the private layout.
Example:
default.user.private.layout.wap.color.scheme.id=01
Specify a LAR file that can be used to create the user private layouts. If this property is set, the previous layout properties will be ignored.
Example:
default.user.private.layouts.lar=${liferay.home}/deploy/default_user_private.lar