Topic: MM error: undefined - undefined (started 14 Jan 2009)  (Read 6581 times)

Pages: 1 [2]  All   Go Down

#21: 10-May-2009, 11:04 PM

sama55
Posts: 319

WWW
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 :
Code:
$output .= '$("select[@name*=keywords]").siblings("span.warning").empty().prepend("'.jsSafe($newlabel).'");';
After :
Code:
$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.

#22: 26-Jun-2009, 07:03 PM

F O'Toole
Posts: 75

WWW
Quote
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 Cry
I AM A TASMANIAN WEBSITE DESIGNER   |   CHECK OUT MY MODx TEMPLATE
Pages: 1 [2]  All   Go Up
0 Members and 1 Guest are viewing this topic.