Thursday, June 16, 2011

Liferay Theme Conversion - 5.2.3 - 6.0.6

TEMPLATES

PORTAL_NORMAL

-Under the body tag, put the following code in to display the Admin bar after sign-in:

#if($is_signed_in)
#dockbar()
#end

-Remove the following line under the body tag:

#$theme.include($top_messages_include)

-There is no dock any more. Remove

#parse ("$full_templates_path/dock.vm")


CSS

-Modify main.css to include the following:

@import url(dockbar.css);

@import url(extras.css);

-Copy those css files to your css directory.

-REPLACE the application.css file (to get the dock working)