Thursday 10 February 2005 8:02:19 am
Hi, I'm configuring a multi language site.
mysite/fr
mysite/de mysite/pol I don't know if it's the problem but I can't manage anymore to preserve the way I want to show menus. I need a :
[SelectedMenu]
CurrentMenu=LeftTop
TopMenu=flat_top
LeftMenu=flat_left
with this settings :
[MenuContentSettings]
TopIdentifierList[]
TopIdentifierList[]=folder
LeftIdentifierList[]
LeftIdentifierList[]=folder
LeftIdentifierList[]=feedback_form
LeftIdentifierList[]=gallery
LeftIdentifierList[]=forum
LeftIdentifierList[]=article
LeftIdentifierList[]=poll
LeftIdentifierList[]=link
...in menu.ini.append.php
If I use the admin interface, no effect. If I send this settings via ftp, clean ini caches, there is no change on the site.
I don't really understand if I have to modify menu.ini.append.php in each language dir (fr, de, pol) or if it's better to use the override dir. What is the best way to choose which classe we want in the identifier list (top, left, any...) ? How does it works ? Thanks Laurent.
|