Active
Project:
Imagefield Crop
Version:
6.x-1.0-beta3
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2009 at 21:56 UTC
Updated:
20 Jul 2009 at 21:56 UTC
I spent some time tracking down why the control did not display for me. Turns out that in the system module the imagecrop module must have a weight greater than the content module. On installation, it looks like it assumes the weight of CCK is 0, as it installs with a weight of one.
It'd save users debugging time if it looked up the weight of CCK and adjusted the weight accordingly on installation. Also, it'd be nice if a status line was reported via http://api.drupal.org/api/function/hook_requirements/6 if its weight is less than one.