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

    I succeeded ManagerManager(0.3.2.1) vs jQuery(1.3.2) by following changes.

    1. Changes
    [modification files]
    ・assets/plugins/managermanager/functions/fields.inc.php
    ・assets/plugins/managermanager/functions/fieldvalues.inc.php
    ・assets/plugins/managermanager/functions/sections.inc.php
    ・assets/plugins/managermanager/functions/templates.inc.php
    ・assets/plugins/managermanager/widgets/accessdenied/accessdenied.php

    [modification method]
    The following modification is sample. Please replace all lines to which "@" in above source files.
    Before :
    $output .= '$("select[@name*=keywords]").siblings("span.warning").empty().prepend("'.jsSafe($newlabel).'");';
    

    After :
    $output .= '$("select[name*=keywords]").siblings("span.warning").empty().prepend("'.jsSafe($newlabel).'");';
    

    2. Client environment
    Hardware/OS : Note PC [Pentium-M], Clock:2.1GHz, Windows XP(SP3)
    Browser : FF(3.0.10), IE6(SP3), Opera(9.51), Safari(3.1.2)

    3. Performance verification result
    The performance of FF and IE6 doubled in my incompetent environment.

    4. Disclaimer
    I am not testing enough. Please change by own responsibility above.
      • 4455
      • 76 Posts

      I believe the function was changed to mm_hideFields() some time ago.
      Pity that wasn’t in the main documentation with the plugin, all the examples still use mm_hideField() huh

      I just spent over 2 hours trying to figure out what was going wrong!!

      Anyway, sorted now, I think I need a coffee :’(