Postponed
Project:
Image Annotate
Version:
6.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 May 2009 at 19:52 UTC
Updated:
12 Sep 2011 at 15:49 UTC
I could not tell based on the readme file of the project description, but Can you use this module with the Image module, or do you have to have imagefield.
I would like to use this with the Image module.
Thanks
Comments
Comment #1
gerhard killesreiter commentedAdd the following function to your template.php:
I am leaving this as "needs review": it should be put into the readme.
Comment #2
bchinchilla commentedbut how we activate de module, it depends on ImageField (disabled), Jquery_ui (missing), Content (enabled), FileField (disabled), imagefiled is not compatible with image module
Comment #3
gerhard killesreiter commentedit does not hurt to enable the imagefield module to satisfy the dependency. or you edit the .info file and remove it.
Comment #4
robksawyer commentedThis doesn't seem to work with http://drupal.org/project/imagefield_crop. Any way to fix this? I navigate to the "Display fields" section of my Content Type and don't see an option for image annotations. Comments are enabled on this Content Type also.
Comment #5
icarus75 commentedInserting the code in #1 into the theme's template.php allows image_annotate to work in conjunction with the image module, taking #2 and #3 into account. Imagefield_crop in #4 should be a seperate feature request.
Comment #6
hunvreus commentedSupport for the Image module MAY be added in the next version of Image Annotate (2.3).
Comment #7
winarto commentedi paste this into the template.php and encounter below problem.
"Fatal error: Call to undefined function jquery_ui_add() in .../template.php on ..."
Comment #8
asb commentedAny updates on this issue?