Fórum

Theme standard layout?

thumbnail
lutz Bremen, modificado 12 Anos atrás.

Theme standard layout?

Expert Postagens: 291 Data de Entrada: 20/10/11 Postagens Recentes
Hey guys,

i got the problem that i created a theme in my eclipse and when i try to change the layout in this theme to my custom layout it switches back to 70-30 layout.

is it possible that the 70-30 layout is condigured as the standard layout anywhere in the code?

thanks in advance

Lutz
thumbnail
David H Nebinger, modificado 12 Anos atrás.

RE: Theme standard layout?

Liferay Legend Postagens: 14916 Data de Entrada: 02/09/06 Postagens Recentes
I believe there is a standard defined in portal.properties that is used for all new pages, but I don't know if it applies when the current layout fails.
thumbnail
Maarten van Heiningen, modificado 11 Anos atrás.

RE: Theme standard layout?

Regular Member Postagens: 174 Data de Entrada: 05/02/09 Postagens Recentes
Hi,

As David is saying correctly:
David H Nebinger:
I believe there is a standard defined in portal.properties that is used for all new pages, but I don't know if it applies when the current layout fails.

Indeed it's only applied for newly created pages and not pages that are already created if you change this.

One other option is to use page templates and setting the theme & layout. If you then want to change it in the future you simply change the layout of your page template.

Maarten
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Theme standard layout?

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
The default is set as follows in portal.properties. Change this setting in portal-ext.properties. (note:2_columns_iii - is the 70/30 layout)
#
# Set the default layout template id.
#
default.layout.template.id=2_columns_iii

#
# Set the layout template id of the public layout.
#
default.guest.public.layout.template.id=2_columns_iii