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
Comment #1
hunvreus commentedAll the instructions are in the README.txt file: you need to configure the display widget. From the README.txt:
Comment #2
kirilius commentedThanks!
"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?
Comment #3
hunvreus commentedYeah, 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.