We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 26586
    • 184 Posts
    I have:
    - latest versrion MODx from SVN
    - MM 0.3.2

    Result:
    mm_moveFieldsToTab - don`t move TVs to tab

    Little patch for resolve this problem:
    in file "assets\plugins\managermanager\functions\fields.inc.php" after line
    if (substr($field, 0, 2) == 'tv') {

    need insert
    $field = "tv".$modx->db->getValue("SELECT id FROM ".$modx->getFullTableName('site_tmplvars')." WHERE name='".substr($field, 2)."'");


      • 24935
      • 160 Posts
      Thanks! That saved me at least 30 minutes!
      • Can someone make sure to collect these Manager Manager fixes in JIRA so they don’t get lost? Thanks!
          Ryan Thrash, MODX Co-Founder
          Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
          • 26586
          • 184 Posts
          Similar fixes must be implemented in other similar places too.
          Unfortunately, I’m use only this function, but I’ll try to search other places in code where they must be implemented.

            • 21056
            • 327 Posts
            This issue is fixed throughout in MM 0.3.4
              Author: ManagerManager plugin - customise your ModX manager interface

              Rckt - web development, Sheffield, UK