The current behavior is to show the widget Above the image field widget. This is because in the settings the imagefield_zip_location by default is set to "Above" as IMAGEFIELD_ZIP_CCK_WIDGET is defined as 0. In my opinion it would have been a better choice to set 0 => "Disabled" an 1 and 2 for Above or Below, but it's to late now. Anyway, enabling the widget should be an opt-in for each field, so the default value should be 2 (Disabled).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

osopolar’s picture

Setting IMAGEFIELD_ZIP_CCK_WIDGET will fix this, but should be mentioned on the release page, as this will disable the widget for all fields where the variable imagefield_zip_cck_widget_' . $form['#field']['type_name'] . '_' . $form['#field']['field_name'] was not explicitly set before.

osopolar’s picture

Status: Active » Needs review