Recent content by Sankisan

  1. Sankisan

    XF 1.2 Over 30,000 google 404 crawl errors?

    We have the same problem as visulet, 25.000 crawler errors right now :( trying his fix now :D
  2. Sankisan

    Auto Language Switcher

    Sorry, it's hard to explain: the easiest may be you exchange this part of the orignal code: foreach ($langOpts as $key=>$language) { $lang = explode(',',$language); foreach ($lang as $subLang) { if (trim($subLang) === $http_lang) {...
  3. Sankisan

    Auto Language Switcher

    Hello, just modify the code in visitor.php to the following if (trim($subLang) === $http_lang) { $visitor['languageId'] = $key; if (XenForo_Visitor::getInstance()->get('language_id')== 0){ // checks if...
  4. Sankisan

    Auto Language Switcher

    It's me again, I think I have fixed the problem :) I have added the following line to your code, to set the cookie to the dedected language, and now user registration is working fine :) I'm not sure if this is the correct fix, but it seems to work fine $visitor['languageId'] = $key...
  5. Sankisan

    Auto Language Switcher

    Thank you sooo much for this plugin!! It works perfekt, but I have got one 'small' problem: I have 2 languages, German/English. English is the default language. Everything works fine, and if the browser is german, visitors will se the German page - Perfekt! BUT If a visitor is registering, the...
  6. Sankisan

    Add-on Auto Language Switcher

    WOOOW!!! Thank you sooo much! That was fast :-)
  7. Sankisan

    Add-on Auto Language Switcher

    Yes, we also need this feature very urgent :-(
Top Bottom