Does this module work with the latest Imagefield module. I know the API has changed a lot.
I've installed Image_Annotate and am trying to get it to work with the image.module ....with no success. I'm not able to get the "Image with annotations" handling option.
I've tested with Imagefield.module as well, to no avail.
I've also activated comments for the node-type and on the particular nodes I'm trying to get. Testing as admin so permissions are not the issue either.
If you could let me know what else I can do on my end to get this to work with the latest drupal and other contrib modules it would be appreciated. Otherwise confirm it is not currently working.
Cheers,
Jordan
Comments
Comment #1
j0rd commentedIn function
function image_annotate_field_formatter_info() {
field types needs to get changed to filefield instead of image. This will allow the display widget to popup and be selectable in "display fields" section of a node-type. The module appears to be broken from this point on again though.
Also I can't figure out how to get it working with image.module
Comment #2
Anonymous (not verified) commentedThe module fails to add a note, because this JavaScript in tag.js
does not work.
In image_annotate.module
$_POST['image-annotate'] and the other appended hidden fields do not exist and therefore nothing is saved to the database. Could someone write a working form? Maybe the reused comment form changed.
Comment #3
emilyf commentedsubscribe
Comment #4
hillmark commentedsubscribe
Comment #5
hunvreus commentedThere is a new version: I used jQuery UI 1.6 (http://code.google.com/p/jquery-ui/downloads/list?can=3&q=1.6) and Image Annotate 2.1, can you confirm this still happen.
Comment #6
qbnflaco commentedI activated this module along with imagefield 3.2, and jquery UI module (with 1.6 jquery UI unzipped to jquery.ui) and I only see Image and File upload as my two options when creating a new file field in my content type. Am I missing anything?
Comment #7
yeeloon commentedsame here... don't see any image annotate feature after activating the module.
running the modules below:
ImageField 6.x-3.2
ImageAPI 6.x-1.6
ImageCache 6.x-2.0-beta10
Image Annotate 6.x-2.1
Comment #8
rpataca commentedsubscribe
Comment #9
StudioARE commentedYou should see this issue.. #761542: Support Image cache
Contains a version of the module ready for use with imagecache (as you may have noticed, this module does not work with imagecache as of now).