Fórum

Confiugre User's profile portlets

Anônimo, modificado 14 Anos atrás.

Confiugre User's profile portlets

Mensagem: 1
Hi.

I'm using Liferay 5.2.3 and I would like to know how can I add portlets to the profile page of ALL users.
More precisely:

When I go to a user's profile page (any user), I can see several portlets (calendar, language selection, etc) and these portlets are always displayed. How can I add portlets to ALL the users at the same time. For example, I want to add the Wall portlet to all users profile page.

Which page do I have to change?

Thanks!
thumbnail
Juan Fernández, modificado 14 Anos atrás.

RE: Confiugre User's profile portlets

Liferay Legend Postagens: 1261 Data de Entrada: 02/10/08 Postagens Recentes
In portal-ext.properties, override this line:
  default.user.private.layout.column-1=71_INSTANCE_OY0d,82,23,61

with the portletId of the portlet you want to add
greetings
Anônimo, modificado 14 Anos atrás.

RE: Confiugre User's profile portlets

Mensagem: 1
Thank you for the info.

I have a minor question in here. Where can I find the actual definition of the default.user.private.layout. property?

In the portal-ext.properties there are only configuration lines that I added myself, in fact, I created the file when I installed Liferay... so, where are all the configurations stored? I can't find any file whith de definition of default.user.private.layout..

Is there any documentation where I can find details about each property? In the official doc of the 5.2 version I could only find this:

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=71_INSTANCE_OY0d,82,23,61
default.user.private.layout.column-2=11,29,8,19
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.
#default.user.private.layout.regular.theme.id=classic

Set the regular color scheme id for the private layout.
#default.user.private.layout.regular.color.scheme.id=01

Set the wap theme id for the private layout.
#default.user.private.layout.wap.theme.id=mobile

Set the wap color scheme for the private layout.
#default.user.private.layout.wap.color.scheme.id=01


So... where are all these properties stored right now if they are not in portal-ext.properties?
Thanks again!
thumbnail
Juan Fernández, modificado 14 Anos atrás.

RE: Confiugre User's profile portlets

Liferay Legend Postagens: 1261 Data de Entrada: 02/10/08 Postagens Recentes
Anonymous:

I have a minor question in here. Where can I find the actual definition of the default.user.private.layout. property?
In the portal-ext.properties there are only configuration lines that I added myself, in fact, I created the file when I installed Liferay... so, where are all the configurations stored? I can't find any file whith de definition of default.user.private.layout..


You can find that in portal.properties