Last post 56 min ago
Posts last week 89
Average response time last week 30 min
All time posts 67719
All time tickets 10464
All time avg. posts per day 21

Helpdesk is open from Monday through Friday CET

Please create an (free) account to post any question in the support area.
Please check the development versions area. Look at the changelog, maybe your specific problem has been resolved already!
All tickets are private and they cannot be viewed by anyone. We have made public only a few tickets that we found helpful, after removing private information from them.

#6157 – Falang language switch

Posted in ‘Pre-sale questions’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Thursday, 18 June 2015 14:12 UTC
clsbuilder
Hi we use sh404sef for some while now; also falang 2.0 we use. All with joomla 3.newest.
The language switch on our homepage is shortend wrong by SEF (not in the past) (all languages the same url????). The moment I turn your component off; it works fine. You have any clue?
Thursday, 18 June 2015 15:34 UTC
wb_weeblr
Hi

We normally don't guarantee operation with multilingual systems other than Joomla multilingual native system. However, users have had good success with it.
You should make sure you have an "All" language home page as well as other home pages.
After that the only problem we've faced is a bug in Falang language switcher:
In /modules/mod_falang/helper.php, around line 110, change the code so that it looks like:
[code type="markup"]//sefToolsEnabled
if ($sefToolsEnabled) {
$itemid = isset($homes[$language->lang_code]) ? $homes[$language->lang_code]->id : $homes['*']->id;
$language->link = JRoute::_('index.php?lang='.$language->sef.'&Itemid='.$itemid);
$language->display = true;
continue;[/code]

If that doesn't solve your problem, we may have a look to your specific case, please use the helpdesk for that.

Rgds
 
Friday, 19 June 2015 08:42 UTC
clsbuilder
Hi,
 
It didn’t help. I solved it for now by switching falang language switch off. I created a menu item with an url to the other language site.
Thanks for now.
 
Kind regards
René
 
 
Van: Weeblr.com [mailto[email][email protected][/email]]
Verzonden: donderdag 18 juni 2015 17:36
Aan: [email][email protected][/email]
Onderwerp: [[url="http://weeblr.com"]weeblr.com] - New reply - [#342] Falang language switch
 
Monday, 31 August 2015 13:10 UTC
trottle
How did u solved? Please explain...

Weeblr falang and shs404sef works if u create a language link it going to root and another for example de linking to /de/ just menu doesnt change. Other parts of site are correctly switching. U are so close to the solution..
Monday, 31 August 2015 13:55 UTC
clsbuilder
Hi, first my solution only works for a bilangual site see www.cls-services.nl
1. You can check what the url of your language link is by switching temporarily SEF off. Check the url's from the switch for the different languages.
2. create menu item with an external url and give it the name "language1 english". The url should contain something like http://www.website.com/index.php?lang=en. Choose for language1 your default language. Publish this menu item, so it should appear as a menuitem on your website.
3 Go to Falang component and lookup this menuitem. In the translation url fill in something like http://www.website.com/index.php?lang=nl (so the default language). publish it in Falang.
4 Go to Modules and switch off Falang's language switch

Good luck
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.