Hello everyone -
I was wondering if there was a way of coding, (possibly with Block if's) so that when you reference images with filenames and their directories - e.g images/image1.jpg for offline purposes e.g. to preview and see the images in Actinic - that, when the site is uploaded the directory/path string is dropped.
IN ACTINIC -> ONLINE
images/image1.jpg -> image1.jpg
EXACTLY LIKE when a product image is entered or browsed for the product details part of 'Content' (with a full path to file ) and then when the catalog is uploaded (and all files are put in /acatalog/ remote folder) the image reference is automatically changed to acatalog/image1.jpg or something similar (for example).
I was wondering if there was a way of coding, (possibly with Block if's) so that when you reference images with filenames and their directories - e.g images/image1.jpg for offline purposes e.g. to preview and see the images in Actinic - that, when the site is uploaded the directory/path string is dropped.
IN ACTINIC -> ONLINE
images/image1.jpg -> image1.jpg
EXACTLY LIKE when a product image is entered or browsed for the product details part of 'Content' (with a full path to file ) and then when the catalog is uploaded (and all files are put in /acatalog/ remote folder) the image reference is automatically changed to acatalog/image1.jpg or something similar (for example).
Comment