We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32046
    • 75 Posts
    I had trouble hiding the Access tab using v0.3.8 and Evo1.04. Seems there is a bug in managermanagers file tabs.inc.php. Fixed problem by altering the lines 97 and 98 (which looks like a cut n paste error by the author) to the following:

    					$output .= '$j("div#documentPane h2:nth-child(4)").hide(); ' . "\n";
    					$output .= '$j("#tabAccess").hide();';


    Don’t know how to submit this for bugfix, so I’ve plastered it here for anyone who’s having the same issues smiley
      • 21056
      • 327 Posts
      Do you by any chance have the legacy "meta" tab enabled?

      The code in the plugin works fine for ModX 1.0.4 out of the box - changing the nth-child from 3 to 4 would only work if there was a "meta" tabs too.
        Author: ManagerManager plugin - customise your ModX manager interface

        Rckt - web development, Sheffield, UK
        • 21056
        • 327 Posts
        I’ve added a workaround for this, which will be in 0.3.9
          Author: ManagerManager plugin - customise your ModX manager interface

          Rckt - web development, Sheffield, UK