I am using Drupal 6.9 + imagefield + imagecache and Image Annotate 6.x-1.2-beta1
I installed the module but there is no configuration for it. How can I tell it which node types (or image fields) can be annotated for example?
The only configuration I found was in the permissions section. I have "create image annotations" checked for authenticated users and "view image annotations" checked for both anonymous and authenticated users. Still when I view a node containing an imagefield, nothing shows up to help me annotate that image.

Is there a documentation to read somewhere?

Comments

hunvreus’s picture

Status: Active » Fixed

All the instructions are in the README.txt file: you need to configure the display widget. From the README.txt:

4. Navigate to the admin page of the content type for which you want to have an
annotative image (admin/content/node-type/YOUR_CONTENT_TYPE):

a. Activate comments for that content type ("Comment settings")

b. Go to the "Display fields" sub section (admin/content/node-type/picture/display) and
select the widget for handling display of the body: select the "Image with annotations" one.

kirilius’s picture

Thanks!

"Image with annotations" seems to be the only one available widget associated with this module. I actually have several Imagecache presets and use one of them to show in the full node view. However if I want to use annotations, I am forced to use the original image size. Is that correct?

hunvreus’s picture

Yeah, but you can override the theme_image_annotate_formatter_image_annotate function (phptemplate_image_annotate_formatter_image_annotate) to include your imagecache preset in it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.