photo gallery photo file path settings???

Joined: 08/03/2009

i followed this tutorial: http://www.lullabot.com/articles/photo-galleries-v...

in the tut, we create two new content types: a gallery and a photo. the gallery itself is just a node that holds a view of photo thumbnails (created by image cache, the photo node tagged with a gallery field).

when one clicks on a thumbnail, it goes to the node for that photo, which is a re-sized image-cache version (to fit in the div layer).

now, i added one more layer that isnt in the tutorial: when you click on THAT re-sized image, it takes you to the raw image file. which is where the problem is:

1. the image is the default image name, in the default directory. what i'd like to do is have it go to an automatically created folder of the gallery name, and then the file itself be renamed to the title field.[file extension]

2. i'd love to be able to have it linked so that it displays in a new tab/window

any thoughts?

Joined: 08/03/2009
okay. so i figured it out.

okay. so i figured it out.

for anyone having the same problem as i did, check out the "filefield_path" module, cus that totally did the trick for the file management.