Closed (won't fix)
Project:
Internationalization
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2009 at 23:07 UTC
Updated:
28 Apr 2009 at 10:33 UTC
I found that this module not support Primary Links. All menu in the Primary Li nks displayed for every language.
Any advise to fix this bug?
Comments
Comment #1
drupalnesia commentedComment #2
drupalnesia commentedFound answer by myself:
Until 6.x-1.0 version:
"This is a special case, as they're basically menus that can be displayed as a block but not always. Most of the themes display them directly instead of using a block so for this case the i18n's multilingual menu items features won't work."
Hope in the next version this module support primary links.
Comment #3
doomed commentedhttp://drupal.org/node/408494
Comment #4
drupalnesia commentedhi doomed,
what do you mean? have u solve your problem?
the workaround fairly simple, just create a new menu and move primary links menu-item to this new menu.
then u need to disable primary links instead use your menu at certain block region (you may need to edit your theme to provide a new region for this menu at the location of primary links).
this method work fine for my 3 language site (english, chinese and indonesian) here: www.sstl.com.sg
Comment #5
jose reyero commentedPlease read the handbook, http://drupal.org/node/133977
Comment #6
doomed commentedHello Drupal-id
I did not solve my problem. Well, i opted to translate the menus via Translate Interface and that kinda solved my problem.
I understand what you're saying but having to change the theme to create a new block wasnt what i was looking for.
I hoped this worked better, instead it has been nothing but a pita.
Not to take away the merit of all the great people that work on the Internationalization module, its just that the v5 was quite good but v6 is full of quirky little bugs...
Thanks.