We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4172
    • 5,888 Posts

    Is there a way to translate the url of the same page?

    there aren't translatable urls, yet.
      -------------------------------

      you can buy me a beer, if you like MIGX

      http://webcmsolutions.de/migx.html

      Thanks!
      • 8548
      • 104 Posts
      Quote from: lucy at Jun 25, 2015, 08:10 PM
      It's the chunks you need to look at (that's the snippet.) In that tpl chunk named Accueil.casino.tpl do you have any child chunks with translations? They are the ones that need to be called uncached. For instance I have a [[!$header]] and a
      [[!$navBar]] in my template that normally I would call cached, but since they have translated TVs inside they need to be uncached.

      thanks Lucy,
      I had one chuck I'd forgot to uncache! [ed. note: Egam last edited this post 8 years, 10 months ago.]
      • New installation on Revo 2.3.5, with pdoTools 2.0.5 and MIGX 2.9.4

        There are four languages, and everything works up to the point where I fill out the fields for a language, click "Done" and return to the resource. The language buttons stop working at that point. I have to refresh the page to be able to open another language, then again the buttons stop working as soon as I finish.

        The error log reports
        [2015-07-15 16:19:20] (ERROR @ /assets/components/migx/connector.php) Could not load class: mmlFormtabs from mysql.mmlformtabs.
        [2015-07-15 16:19:20] (ERROR @ /assets/components/migx/connector.php) mmlFormtabs::load() is not a valid static method.
        
          Studying MODX in the desert - http://sottwell.com
          Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
          Join the Slack Community - http://modx.org
          • 4172
          • 5,888 Posts
            -------------------------------

            you can buy me a beer, if you like MIGX

            http://webcmsolutions.de/migx.html

            Thanks!
          • That seems to have taken care of it.
              Studying MODX in the desert - http://sottwell.com
              Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
              Join the Slack Community - http://modx.org
              • 50948
              • 1 Posts
              Hi,
              I'm having a problem.

              After selecting any language on front-end nothing happends.
              Titles and contents are still in english, and they not changing to any other language.
              Url is looking like index.php?id=1&cultureKey=pl or index.php?id=1&cultureKey=en.

              At back-end everything works fine, I've instaled everything like it was said in instruction.

              Can you tell me where should I look for the reason?
              I'm using the newest version of Modx 2.4.0-pl, MIGX is 2.9.4-pl and pdoTools is 2.1.4-pl.
              Thank you.
                • 36714
                • 1 Posts
                Hello everybody

                I have exactly same problem. Since I made an update to modx 2.4.0, migxmultilang seems to not work on frontend.
                Any idea why?

                Quote from: kubek96 at Aug 21, 2015, 09:52 AM
                Hi,
                I'm having a problem.

                After selecting any language on front-end nothing happends.
                Titles and contents are still in english, and they not changing to any other language.
                Url is looking like index.php?id=1&cultureKey=pl or index.php?id=1&cultureKey=en.

                At back-end everything works fine, I've instaled everything like it was said in instruction.

                Can you tell me where should I look for the reason?
                I'm using the newest version of Modx 2.4.0-pl, MIGX is 2.9.4-pl and pdoTools is 2.1.4-pl.
                Thank you.
                  • 50429
                  • 14 Posts
                  Quote from: ovomatik at Aug 26, 2015, 08:41 PM
                  Hello everybody

                  I have exactly same problem. Since I made an update to modx 2.4.0, migxmultilang seems to not work on frontend.
                  Any idea why?

                  Quote from: kubek96 at Aug 21, 2015, 09:52 AM
                  Hi,
                  I'm having a problem.

                  After selecting any language on front-end nothing happends.
                  Titles and contents are still in english, and they not changing to any other language.
                  Url is looking like index.php?id=1&cultureKey=pl or index.php?id=1&cultureKey=en.

                  At back-end everything works fine, I've instaled everything like it was said in instruction.

                  Can you tell me where should I look for the reason?
                  I'm using the newest version of Modx 2.4.0-pl, MIGX is 2.9.4-pl and pdoTools is 2.1.4-pl.
                  Thank you.

                  I think you need to use friendly urls in order for this to work.
                    • 50429
                    • 14 Posts
                    Hi, I have a question about custom TVs. If I have already have a preexisting TV called "Test"? Would I have to create another custom TV in the Form Tab Configurations area if I wanted to translated "Test"?

                    Thanks in advance!!
                      • 50429
                      • 14 Posts
                      Quote from: Bruno17 at Jul 15, 2015, 08:16 PM
                      not sure, if this was the fix for that:
                      https://github.com/Bruno17/migxmultilang/commit/56cc149dfcab046700bad243db9913d163543a76

                      Hey Bruno17,

                      I've actually figured that part out based on an earlier posting but I did find another issue that is extremely important. Whenever you put a chunk in the input fields of the formtabs it breaks the translator. Any suggestions?

                      Thanks!