Closed (won't fix)
Project:
Easy Image Insert
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2008 at 19:56 UTC
Updated:
22 Dec 2009 at 02:43 UTC
when inserting an image a wrong path is submitted by the module in the textarea (body in this case)
the code that is inserted<img src="/files/imagecache/<imagecache_preset_name>/files/<original_filename>" alt="" />
maybe this has got something to do with version of the dependant modiles?
Comments
Comment #1
mediamash commentedneeds some changes in order to locate the correct imagecache path. What is the variable to get the name of the CCK_imagefield used?
Comment #2
mediamash commentedthe correct paths are:
/files/imagecache/preset_name/imagefield_name/image_name
and /files/imagefield_name/image_name
anyone knows a solution please?
thx
tom
Comment #3
mediamash commentedso this works perfect in the D6 version; but the D5 version is not ok ...
Comment #4
avpadernoThe module has been discontinued (see #665298: Deprecate Easy Image Insert module).