Saturday 12 March 2005 1:35:21 pm
I have a collection of images that are to be reused throughout a site. I decided to use the multiple locations functionality to achieve this, setting the main location in a folder in the Media section and the additional locations throughout the site in Galleries. But using this orgizational strategy isn't working. The image doesn't get retrieved in a fetch_alias(children,...) in a Gallery on the site. However, if the main location is within the Content section (in the site), it does appear on the fetch_alias(children,...) in both its main and additional locations in a Gallery. I then tried adding locations such as a stock Folder that displays children, and still no images listed. I've also tried using a fetch('content','list',...) by hand instead of using the fetch_alias, but that didn't help. This seems like a bug, but I'm not 100% sure. Does anyone have any help here?
|