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

mediamash’s picture

			if (preset != '') {
				image_src = '/' + path + '/imagecache/' + preset + '/' + path + '/' + image_name;
			}
			else {
				image_src = '/' + path + '/' + image_name;
			}

needs some changes in order to locate the correct imagecache path. What is the variable to get the name of the CCK_imagefield used?

mediamash’s picture

the correct paths are:
/files/imagecache/preset_name/imagefield_name/image_name
and /files/imagefield_name/image_name

anyone knows a solution please?

thx
tom

mediamash’s picture

so this works perfect in the D6 version; but the D5 version is not ok ...

avpaderno’s picture

Status: Active » Closed (won't fix)

The module has been discontinued (see #665298: Deprecate Easy Image Insert module).