Hi Guys,
Working on a site with loads of products and sensibly (from an organising point of view) Product images have been organised into folders and sub folders within the site1 folder.
Using the php resizing methods developed by Norman and similar developments by Jont : http://community.actinic.com/showthread.php?t=34654
Is there a way of generating the smaller images and then referencing them using something like...
....without the previous sub folders/directories of the original images being included in the ProductImageFileName? I can't seem to do it. Is there another way? My thumbnails image names generate with perfect prefix but then include directory names/sub names/ etc within the final image name.
p.s I also need this to work for extendinfo images and images being brought in using custom variables (just in case actinic would treat these any different variable names not withstanding).
Having all the images in the site 1 folder directly just ain't an option as it would be impossible to naivigate (though all the image directories are sub directories of the site1 folder).
Any help would be gratefully recieved even if it is a ..no chance kind of a reply.
Cheers
Bangers
Working on a site with loads of products and sensibly (from an organising point of view) Product images have been organised into folders and sub folders within the site1 folder.
Using the php resizing methods developed by Norman and similar developments by Jont : http://community.actinic.com/showthread.php?t=34654
Is there a way of generating the smaller images and then referencing them using something like...
<img src="new_foldername/prefix-<actinic:variable name="ProductImageFileName" />" alt="<actinic:variable name="ProductName" />" />
p.s I also need this to work for extendinfo images and images being brought in using custom variables (just in case actinic would treat these any different variable names not withstanding).
Having all the images in the site 1 folder directly just ain't an option as it would be impossible to naivigate (though all the image directories are sub directories of the site1 folder).
Any help would be gratefully recieved even if it is a ..no chance kind of a reply.
Cheers
Bangers
Comment