I'm having a problem that exactly mimics the description in http://drupal.org/node/133996 - images are attached via normal upload, included in the body with [inline:1] and so on, and when the content is saved those links convert properly to [inline:filename]. However, the image itself does not display, only the name of the file as a link to the image (which functions) - it's being converted to a standard link as if it's not being detected as an image.
I don't know if this might be tied to another error I'm getting; when I enable the Imagecache module, any attempt to go to the Inline admin link results in a failed call to imagecache presets. It looks as though the inline display error is closely related to an imagecache call? (function _inline_decide_img_tag)
I have Image 5.x-1.9 and Inline 5.x-1.1 installed on Drupal 5.9.
Thanks very much.
Comments
Comment #1
sunUgh, well, the README.txt states:
...but I do not think that this is true. IIRC, images exceeding the maximum dimensions configured in Inline's settings will be automatically displayed as link to the file instead of an resized image. -- Can you confirm this? (by increasing the maximum dimensions in the settings)
Comment #2
caligan commentedConfirmed. I set the maximum to 500,500 (under the image size) with no success, but when I raised it to 5000,5000, the image displays just fine.
Comment #3
sunUpdated README.txt in all branches.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.