Paid affiliate advertisement

Small patch for module needed...

wflorian - July 1, 2009 - 12:04

Hey guys,

we are using the module "CCK Field Permissions" with D5.18 (http://drupal.org/project/cck_field_perms) - the problem is that the module is causing a JSS Error when using. There is already an existing ISSUE regarding this: http://drupal.org/node/317707 - Unfortunately the module is not supported actively anymore.

Because of that we need somebody who can fix this problem, described in the ISSUE. Here is a small summary:

- The error is caused only when using on a CCK image field (http://drupal.org/project/imagefield) (when the cck image is suppressed)
- The reason for that is that the upload.js of the CCK image field is loaded even that the cck image field is suppressed and does not show up.
- Because of that the rest of the JS code is not executed anymore - which breaks our autocomplete text field.

There is another module like the cck field permissions module, which can suppress certain cck field (but unfortunately is useless for us). There war a smiliar problem and it got patched: http://drupal.org/node/238525

With the following code:

if ($field['type'] == 'file') {
unset($form[$key .'-attach-url']);
}

We would need somebody who can also make us a patch for the D5 version of the "CCK Field Permissions" module. Please get in contact with us and tell us your approximate asking price.

Thanks.

Florian

not needed anymore!

wflorian - July 3, 2009 - 17:39

not needed anymore!

 
 

Drupal is a registered trademark of Dries Buytaert.