Hey everyone,
I'm currently using the following setup:
+ Drupal 6.12
+ Image 6.x-1.0-alpha4
+ Image Assist 6.x-2.x-dev (2009-Jun-04)
Everything seems to work EXCEPT when uploading a new image via Image Assist, anything entered in the Body field is just dropped and not stored against the Image node in the database. I absolutely need this behaviour for the system I'm deploying: the images are scans from old books and must have the full OCRed text in the ALT tag. In the absence of any real ALT support for Image, I'd hoped I could use the body instead, but this has completely put a stop to using Image Assist for uploads in the workflow.
I've seen a similar issue posted for 5.x that recommended using Wysiwyg API 2 & Image Assist 6.x-3.x, but I'm unable to get that configuration to work:
#478284: Add FCKeditor (Wysiwyg) integration
Any assistance, advice or commiseration is greatly appreciated!
Comments
Comment #1
wuwei23 commentedI forgot to mention that I was using FCKeditor 6.x-1.3.
I've just upgraded to 6.x-2.0-beta1 and the body field is updating to the DB correctly. That's good enough for me.
Thanks!