Page 1 of 1

Problem of rerouting in multilingual site SEF

Posted: 21 Apr 2016, 19:21
by yann.fr
When the web site is SEF and the language is not the default language, it apear a problem : the default language is set.
The solution is in the file "helpers/route.php" in the function "getCategoryRoute"
The code must be, before the last line :

Code: Select all

$link .= (JRequest::getCmd( 'lang' ) != '') ? '&lang='.JRequest::getCmd( 'lang' ) : '';

Re: Problem of rerouting in multilingual site SEF

Posted: 28 Apr 2016, 20:47
by Jan
Hi, thank you for the info, I will take a look at it.

Jan

Re: Problem of rerouting in multilingual site SEF

Posted: 01 May 2016, 17:52
by Jan
Hi, can you describe the problem more, I am testing now and get any such problem :idea:

Thank you, Jan