Auto navigation languages
Permalink
Hello,
I am new to this program, using it to edit an already existing website at my work.
Now the thing is, i want this website in 4 languages.
Right now, the homepage is in dutch, and therefor also the autonav.
What i did is, i made pages, translated the dutch ones to the 3 other languages, but the autonav is still in dutch on every page.
Is there a way to have 4 different autonavigations for the 4 different languages?
- Alaska
I am new to this program, using it to edit an already existing website at my work.
Now the thing is, i want this website in 4 languages.
Right now, the homepage is in dutch, and therefor also the autonav.
What i did is, i made pages, translated the dutch ones to the 3 other languages, but the autonav is still in dutch on every page.
Is there a way to have 4 different autonavigations for the 4 different languages?
- Alaska
Did you ever solve this ?
i have the same problem, did you find a solution to this ?
The solution is very simple. Follow the below steps:
1. Create 4 different pages for 4 different languages.
like
Go to dashboard Multilingual setup page. And 4 different languages. And choose the respected parent page like en for english and so on.
Then go to Sitemap & move all the other pages under main language. Like if your main language is danish, then just move all the pages beneath danish.
Now you need to copy all those pages to different languages.
So go to dashboard multilingual again and Copy Language Tree from source language to destination language.
That's it. It will create 4 different language tree. If you still having any problem and need any professional help, just shoot me an email. I can easily make this with very reasonable charge.
Rony
1. Create 4 different pages for 4 different languages.
like
Home -English(URL Slug: en) -Spanish(URL Slug: es) -Dutch(URL Slug: de) -French(URL Slug: fr)
Go to dashboard Multilingual setup page. And 4 different languages. And choose the respected parent page like en for english and so on.
Then go to Sitemap & move all the other pages under main language. Like if your main language is danish, then just move all the pages beneath danish.
Now you need to copy all those pages to different languages.
So go to dashboard multilingual again and Copy Language Tree from source language to destination language.
That's it. It will create 4 different language tree. If you still having any problem and need any professional help, just shoot me an email. I can easily make this with very reasonable charge.
Rony
I did this already but it seams that my menu don't want to change languages.
see attachment
Yes exactly, but if i declare a menu in my default page like this :
It seams it didn't change at all when switching to one language
<?php $a = new GlobalArea('Menu'); $a->display($c); ?>
It seams it didn't change at all when switching to one language
But the address line on firefox show the right folder
ENG version : localhost/XXX/index.php/ENG
FR version : localhost/XXX/index.php/FR
??
ENG version : localhost/XXX/index.php/ENG
FR version : localhost/XXX/index.php/FR
??
What is your Auto Nav settings that you have set while adding autonav block?
Rony
Rony
I use a Superfish menu (you help me for this few days ago) and not auto-nav for this.
(in attached file the view.php from superfish)
It means that internationalization works only with autonav ?
(in attached file the view.php from superfish)
It means that internationalization works only with autonav ?
You can PM me your sites login details. I'll set it. But always it is up to you.
Rony
Rony
i just have it in a localserver.
if not i let you have a look for sure !
Ok just capture the screen while you edit the superfish block. I need to see the settings.
Rony
Rony
here is the screencapture of Superfish edit
I've attached another modified screen. Choose the option accordingly.
Rony
Rony
If i do this i have 2 superfish menu that display.
But in the default.php page i have only 1 declaration for the menu :
But in the default.php page i have only 1 declaration for the menu :
<!-- BEGIN #navigation --> <div id="navigation" class="clearfix"> <?php $a = new GlobalArea('MenuEng'); $a->display($c); ?> <div class="corner-left"></div> <div class="corner-right"></div> <!-- END #navigation --> </div>
screenshot
And now i try to delete the superfish and 3 more are coming when i preview my changes.
??
??
Clear your cache..
Rony
Rony
And now i try to delete the superfish and 3 more are coming when i preview my changes.
??
??
i tried already, nothing.
So if i make a summary :
1 - i use a HOME page type for my homepage
2 - on the HOME page type i setup the superfish menu
3 - Sitemap is setup as shown on the attached file
English version : i can see the menu
French version : i can't !
?
So if i make a summary :
1 - i use a HOME page type for my homepage
2 - on the HOME page type i setup the superfish menu
3 - Sitemap is setup as shown on the attached file
English version : i can see the menu
French version : i can't !
?
At the end it works if i use the : BENEATH A PARTICULAR PAGE.
But it's not working with : AT THE SECOND LEVEL
But it's not working with : AT THE SECOND LEVEL