Closed (fixed)
Project:
Dynamic Persistent Menu
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2009 at 02:06 UTC
Updated:
26 Nov 2009 at 05:26 UTC
Thank you for this menu. Loving it.
I'm using this module for a multilingual website. Some of the menu items were set to a different language. Despite this, that menus item still being displayed.
I tried "Multilingual Variables" #313272.
// Primary and secondary links
'primary-links',
Any idea what I can do?
Comments
Comment #1
jessicakoh commentedTry this
'menu_primary_links_source',
'menu_secondary_links_source',
'menu_default_node_menu',
'dynamic_persistent_menu_menu_root',
Comment #2
mnp commentedNot hiding for me
Is this working for you
Comment #3
jessicakoh commentedYes, it does.
Note, you will not see "This is a multilingual field". But it works.
When I change to my other language, it will display secondary menu.
Comment #4
mnp commentedI created seperate primary menu items for two languages
it is showing all the menus
Comment #5
jessicakoh commentedDo you see any variable listed in i18n_variables table? (If not, check your typo in settings.php)
Set both menu (primary and secondary) language to neutral.
1. On the block configuration for this block, "Menu root:", select Primary for your default language. Click Save.
2. Go to the same block configuration, now, enter the language code, e.g. http://example.com/zh-hans/admin/build/block/configure/dynamic_persisten..., Go to "Menu root:", select "Secondary Links"
Go back to your default language i.e. remove zh-hans in the URL. Verify that you have "Primary link" for your default language in "Menu root:".
If you can't see this, I suspect your variable is not right.
Post the last part of your settings.php (variable parts).
Comment #6
mnp commented@jessicakoh
Thank you so much
it's working great now
thanks for your help
Comment #7
jessicakoh commentedno problemo.