We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 19975
    • 429 Posts
    mm_moveFieldsToTab(’show_in_menu’, ’settings’); no-longer working with MODx Evo 1.0.4 sad
      Martin Sanders - Design & Web Development
      • 29201
      • 239 Posts
      I’m trying to get the Menu index and Show in Menu fields to move to the bottom of the field order in the General tab.

      Any clue why the "Menu Index" title would be off as it appears here:

      http://cl.ly/d5345bb56d448b2c1da3

      I’m using this

      mm_moveFieldsToTab('pagetitle,longtitle,description,menutitle,link_attributes,alias,template,introtext,parent,hide_menu,content', 'general');
        • 21056
        • 327 Posts
        Quote from: SandersDesign at Aug 23, 2010, 02:21 PM

        mm_moveFieldsToTab(’show_in_menu’, ’settings’); no-longer working with MODx Evo 1.0.4 sad

        Afraid this never worked (officially) due to it being tightly tied into the menuindex HTML - it’s mentioned in the documentation.
          Author: ManagerManager plugin - customise your ModX manager interface

          Rckt - web development, Sheffield, UK
          • 17149
          • 19 Posts
          1.0.5
          mm_moveFieldsToTab(’description,link_attributes,introtext,menuindex,hide_menu’, ’settings’);
          works

          may be menuindex and hide_menu must be together, they also displays individualy