Forums / Setup & design / treemenu with multi language site problem

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

treemenu with multi language site problem

Author Message

danny36 danny36

Wednesday 17 November 2004 6:47:42 am

I've multi language site with a menu system that used treemenu operator, the code is this:

{section name=Menu loop=treemenu($module_result.path,$module_result.node_id,array(1,8), 2, 5 )}
									<li style="margin-left: {$:item.level}2px;
									{section show=$:item.is_selected}color: #CB0101;{/section}">
									<a href={$:item.url_alias|ezurl}
									{section show=$:item.is_selected} style="color: #CB0101;"{/section} class="linkbox">
									{$Menu:item.text}</a>
									</li>
									{/section}

but this menu work only one of four languages, why this?
anyone had same problem with treemenu operator?