We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18108
    • 24 Posts
    Hi, after upgrading my Modx version to 1.0.12 I have some terms like 'Menu Index' and 'Show in menu' that seem to be other language. Under the SEO label there are some options that look bad too.
    Obviously I missed something. Please could you guide me to solve this?
    Thank you guys.
      Thank you for Modx, and thank you for your help.
    • Check the manager/includes/lang/english.inc.php file for the keys for 'resource_opt_menu_index' and 'resource_opt_show_menu'. The values should be "Menu Index" and "Show in menu".
        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
        • 18108
        • 24 Posts
        Thank you sottwell
        I checked them, but they appear to be OK in the language files. Another thing I noticed is that I cannot change the language in the manager. I have tried a reinstall and it was the same. I guess I will try a downgrade or something. Not sure at all.

        Thank you.
          Thank you for Modx, and thank you for your help.
        • Then something is definitely wrong with your installation. Try clearing your browser cache and cookies, and manually emptying the assets/cache/siteCache.idx.php file.
            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
            • 36416
            • 589 Posts
            Quote from: mamuni at Oct 11, 2013, 08:13 PM
            Hi, after upgrading my Modx version to 1.0.12 I have some terms like 'Menu Index' and 'Show in menu' that seem to be other language. Under the SEO label there are some options that look bad too.
            Obviously I missed something. Please could you guide me to solve this?

            Check your ManagerManager rules: {{mm_rules}} chunk or assets/plugins/managermanager/mm_rules.inc.php file
              • 16278
              • 928 Posts
              Quote from: danilocuculic at Oct 13, 2013, 09:27 AM

              Check your ManagerManager rules: {{mm_rules}} chunk or assets/plugins/managermanager/mm_rules.inc.php file

              Good call! Found the following Russian renames in lines 9-10 of mm_rules.inc.php:
              mm_renameField("menuindex","Позиция");
              mm_renameField("show_in_menu","Отображать");
              


              ;) KP
                • 18108
                • 24 Posts
                That did the trick.
                Thank you both guys.
                  Thank you for Modx, and thank you for your help.