hello,

the longer I work with this module the better it seems to me;-)

I have problem with storage paths.
I use custom paths which stores images in personal folders, e.g. for user 1 and gallery 20, path is:

/images/node_gallery/user1/20

and this is (very) OK.
Unfortunately, the same path is replicated when imagecache process images, so I have such idiotic paths, e.g.:

/imagecache/node-gallery-display/images/node_gallery/user1/20

is it possible to simplify imagecache path keeping main path?

Comments

kmonty’s picture

Status: Active » Closed (works as designed)

Unfortunately, this is the way imagecache works. It is not possible to easily simplify the generated paths.