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

    I hope someone can help a total newbee to Modx.

    I want to restrict the fields in all documents (resources) except for admin (id 1) via the ManagerManager plug in.

    So far I have the plug in up and running as standard install and have inserted this code to the mm_demo_rules chunk:

    mm_hideFields('alias,link_attributes,introtext,menutitle,menuindex,show_in_menu', '!1');


    Is this all that is needed? I am confused as all the documentation skims over the basics.
    • Hi Mitch,

      To me it seems all good, of course, if your chunk is set to « mm_demo_chunk » in the plugin configuration.
      You also might want to check the MM doc located in assets/plugins/managermanager/docs.

      Hope it helps.

      By the way, welcome aboard smiley