Hi
i’ve found this solution:
The module works when:
– SEF:OFF
or
– SEF:ON with languagefilter.php from J!3.3.6
The moudle doesn’t work when:
– SEF:ON with the original languagefilter.php file from J!3.4
And now when I see in the page source the only difference I have seen between those two cases is:
– when the module works I see:
Code:
lang: ‘en’
parameter in addOnLoad(function() – some function of this module
– when the module doesn’t work I see
Code:
lang: ‘en-GB’
parameter in this function
Hopefully this could be useful to find the reason of the issue…What is the cause.
the file is /plugins/system/languagefilter