Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I am using the Media Module for images for the browse functionality. I want to allow image cropping and like the Manual Crop Module but the field alter doesn't seem to be applied when I use the Media widget. When using the Image widget the field alter adds the crop button to the image field.

Can anyone help with a patch or instructions on getting the crop button appearing when the Media widget is used?

Info: - Drupal: 7.14 - Media Module: 7.x-1.2 - Manual Crop: 7.x-1.4

share|improve this question
1  
You should post this questions in the Media Module or Manual Crop Module issue queue as this seems to be a bug, becasue bug reports must be centralized for developers to track them (drupal.org/project/issues/media?categories=bug and drupal.org/project/issues/manual-crop?categories=bug) Your question is not about how to use or achieve some funcionality using Drupal. – tunic Dec 5 '12 at 12:35

closed as off topic by Clive Dec 5 '12 at 12:49

Questions on Drupal Answers are expected to relate to drupal within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Try ImageCrop module, integrated with Media and offering the same functionality : http://drupal.org/project/imagecrop

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.