We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 29796
    • 91 Posts
    hi... can someone help me .. i removed some fields for all contents in one container .. so i wrote in managermanager mm_hideFields ... all ok .. but when i try to add a new content into that container all fields are visible .. how i can remove them ? ... once saved fields doesn’t show anymore .. so i tryed

    if(!isset($content['id'])){
          mm_hideFields('introtext,content,longtitle,description,link_attributes,template,menutitle,parent', '', '0');
          mm_hideTabs('meta,settings','','3');
    }
    


    and it works ...but i need this to limit only to a specific container .. container id is 23 .. so i have to know what the parent will be before saveing it ...

    can someone help me ?