language links.
Hi.
I've used dhtml menu and i have 2 languages at my site.But when i click to a submenu i get all the links ( both of them at each lanhuage)?
any clue how can i fix this?

Comments

cburschka’s picture

Title: dhtml menu does not know how to separate different » DHTML Menu incompatible with language-specific menu links
Component: Localization » PHP Code
Status: Active » Postponed (maintainer needs more info)

Localization refers to the translation of *this* module.

Could you please name the module that produces these multi-language menu links? Is it in core or in contrib?

nikitas’s picture

hi.sorry for the delay.
i'm using 2 default core modules ( locale-content translate ) plus the Localization client (l10n_client) .
do you think it's a core problem>?or just the l10n_client module?
thanx

TWD’s picture

I am using this module together with the "Special Menu Items" module PLUS the "Multi-Block" module to create a new instance of the Main Menu which I can use for Mobile size resolutions.

The site is in 3 languages.

I had a weird issue.
The DHTML menu worked fine in the default language and one
other language but not in the 3rd language.

I rolled a little of my own jQuery which seems to have fixed the issue.

$('ul.menu li a.nolink').parent().addClass('start-collapsed').removeClass('dhtml-menu-open').removeClass('expanded');

NB: the "nolink" class is a special class attached to parent links via the Special Menu Items module.

vuil’s picture

Version: 6.x-3.5 » 7.x-1.x-dev
Issue summary: View changes

Could you reproduce the same issue on 7.x-1.x branch? Thank you!