留言板

DEFAULT PRIVATE PAGE

thumbnail
Bikash Ghibila,修改在12 年前。

DEFAULT PRIVATE PAGE

Junior Member 帖子: 60 加入日期: 11-3-31 最近的帖子
Hi All,
I have added
default.user.private.layout.name=store
default.user.private.layout.column-1=8
in portal.ext.properties to generate private page and portlet for user.

My requirement is to add more than one page with some portlets.To do this when i add
default.user.private.layout.name=store
default.user.private.layout.name=welcome.
it is not working

Thank You
thumbnail
David H Nebinger,修改在12 年前。

RE: DEFAULT PRIVATE PAGE

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
Try them on the same line but comma separated. I don't know if this would really work (or be possible), but that's how most of the other multi-value properties are defined in the portal-ext.properties file.
Michael Harper,修改在12 年前。

RE: DEFAULT PRIVATE PAGE

Junior Member 帖子: 56 加入日期: 11-8-10 最近的帖子
The best way I've found to do this is as follows:

create a new organization (I just named mine 'Test')

Create a set of private pages how you want the users private pages to look.

Export them as a lar.

put that lar in the 'data' folder that holds your document_library and lucene.

then in your portal-ext.properties folder put the following line:

default.user.private.layouts.lar=${liferay.home}/data/default_user_test_one.lar <-- just be sure to use whatever you named your lar file.

This is what I do to set up the default layouts with multiple pages.

hope it helps.

~ Mike