1

Topic: Want to have two different menus

I have a website in Swedish and English.

The problem is to get the forum intregrated into the design using two different menus.

The swedish integration works just fine.

When trying to integrate it with the english site I made a new file called index_en.php pointing to main_en.tpl instead of main.tpl and a file called main_en.tpl with the english menu.
It works all fine when surfing to the the index_en.php file, but when clicking on any post or anything else in the forum it changes back to the swedish menu.

I don't want to use an iframe to run the forum in if it is not absolutley necessary.

Anyone have any idea how to solve this problem?

Re: Want to have two different menus

Why do you need separate templates for the English and Swedish menus? Are you simply presenting the same menu in two languages or do the two menus feature drastically different content. If the former is true, you can add new lang file entries.

Looking for a certain modification for your forum? Please take a look here before posting.

3

Re: Want to have two different menus

The forum are the same, it is the website menus that are in different languages that points to different files.

I am pretty new at making websites so have made all the swedish files like, hollidays.php and the english hollidays_en.php.

So the Swedish menu are pointing to hollidays.php etc and the english to hollidays_en.php etc.