Active
Project:
Node Menu Parent
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2010 at 16:22 UTC
Updated:
3 Dec 2010 at 22:43 UTC
could it be done! Different default menu per language?
Comments
Comment #1
mattez commentedTIP: It should use somehow "multilingual variables" (sorry but not programmer).
How to solve this? any hints? THNX 2 ALL
http://drupal.org/node/313272#comment-1459560
But it doesnt work for me (node_menu_parent 6.x-1.1)
Comment #2
jcarnett commented@mattez "menu_default_node_menu" is a variable used by the menu module.
You could theoretically use i18n_variables by referring to the variable "nmp_{type}" (i.e. "nmp_page"), or maybe just "nmp." I haven't actually tried it, but I see no reason it wouldn't work like any other variable. If that works for you, let me know.
Comment #3
icyread commentedI have tried these
'nmp'
'nmp_product' //'product' is content type
'node_menu_parent'
but not success...
Comment #4
jcarnett commentedIt's not apparent from the i18n documentation, but multilingual variables only works for forms using system_settings_form() (which content type forms do not use). I'll implement multilingual support for the next release.
Comment #5
matulis commented+1 for multilingual variable