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

 
tlloyduk replied on at Permalink Reply
Did you ever solve this ?
chrismodlao replied on at Permalink Reply
chrismodlao
i have the same problem, did you find a solution to this ?
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
The solution is very simple. Follow the below steps:

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
chrismodlao replied on at Permalink Reply 1 Attachment
chrismodlao
I did this already but it seams that my menu don't want to change languages.
chrismodlao replied on at Permalink Reply
chrismodlao
see attachment
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Look at this site:http://www.learningeu.udl.cat

It works like what you want.

Rony
chrismodlao replied on at Permalink Reply
chrismodlao
Yes exactly, but if i declare a menu in my default page like this :
<?php $a = new GlobalArea('Menu'); $a->display($c); ?>

It seams it didn't change at all when switching to one language
chrismodlao replied on at Permalink Reply
chrismodlao
But the address line on firefox show the right folder

ENG version : localhost/XXX/index.php/ENG
FR version : localhost/XXX/index.php/FR

??
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
What is your Auto Nav settings that you have set while adding autonav block?

Rony
chrismodlao replied on at Permalink Reply 1 Attachment
chrismodlao
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 ?
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
You can PM me your sites login details. I'll set it. But always it is up to you.

Rony
chrismodlao replied on at Permalink Reply
chrismodlao
i just have it in a localserver.
chrismodlao replied on at Permalink Reply
chrismodlao
if not i let you have a look for sure !
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Ok just capture the screen while you edit the superfish block. I need to see the settings.

Rony
chrismodlao replied on at Permalink Reply 1 Attachment
chrismodlao
here is the screencapture of Superfish edit
ronyDdeveloper replied on at Permalink Reply 1 Attachment
ronyDdeveloper
I've attached another modified screen. Choose the option accordingly.

Rony
chrismodlao replied on at Permalink Reply
chrismodlao
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 :
<!-- 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>
chrismodlao replied on at Permalink Reply 1 Attachment
chrismodlao
screenshot
chrismodlao replied on at Permalink Reply
chrismodlao
And now i try to delete the superfish and 3 more are coming when i preview my changes.
??
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Clear your cache..

Rony
chrismodlao replied on at Permalink Reply 1 Attachment
chrismodlao
And now i try to delete the superfish and 3 more are coming when i preview my changes.
??
chrismodlao replied on at Permalink Reply 1 Attachment
chrismodlao
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 !

?
chrismodlao replied on at Permalink Reply
chrismodlao
At the end it works if i use the : BENEATH A PARTICULAR PAGE.
But it's not working with : AT THE SECOND LEVEL