Fórum

Positioning components in different versions of Liferay

Claus Lüthje, modificado 10 Anos atrás.

Positioning components in different versions of Liferay

New Member Postagens: 10 Data de Entrada: 25/01/11 Postagens Recentes
Hello
we are working on porting a web site from Liferay 6.0.6 to 6.1.1 GA2.
Almost everything worked fine, but Breadcrumb and Search are not at the right screen positions.
We have a .TPL-file defining
...
<nav id="breadcrumbs">
#breadcrumbs()
<div id="search" >
$theme.search()
</div>
</nav>
...

This triggers the generation of Breadcrumb and Search, but both code blocks are not inserted there. The generated code is inserted before the first line of the template.

Is there any config or properties file influencing the positioning of these components?

Thanks!

Regards,
Claus