Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
lutz Bremen
Theme standard layout?
April 20, 2012 2:58 AM
Answer

lutz Bremen

Rank: Expert

Posts: 285

Join Date: October 20, 2011

Recent Posts

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
David H Nebinger
RE: Theme standard layout?
April 20, 2012 5:14 AM
Answer

David H Nebinger

Rank: Liferay Legend

Posts: 4550

Join Date: September 1, 2006

Recent Posts

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.
Hitoshi Ozawa
RE: Theme standard layout?
April 28, 2012 8:03 AM
Answer

Hitoshi Ozawa

Rank: Liferay Legend

Posts: 8000

Join Date: March 23, 2010

Recent Posts

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
Maarten van Heiningen
RE: Theme standard layout?
April 28, 2012 7:24 AM
Answer

Maarten van Heiningen

Rank: Regular Member

Posts: 170

Join Date: February 5, 2009

Recent Posts

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