Closed (works as designed)
Project:
Node Gallery
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2009 at 20:18 UTC
Updated:
15 Nov 2009 at 18:12 UTC
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
Comment #1
kmontyUnfortunately, this is the way imagecache works. It is not possible to easily simplify the generated paths.