Hmm…that doesn’t seem to be working for me. It’s also not parsing the {filedir} for image fields called in the query. When I reference my image field in the query mod loop (without wrapping it in image sizer tags–when I DO wrap it in image sizer tags, no data is returned), the source code shows that the image field data is returned as:
https://ellislab.com/asset/images/showcase/filename.jpgAny ideas for me?
Yes, I did find a solution to this in another thread (which I can’t find now, or I’d point you there). In my query where I called the image field, I did a replace like this:
REPLACE(d.field_id_26, ‘https://ellislab.com/asset/images/team-photo/’, ‘http://example.com/path/to/filedir_1/’) AS image
And then called {image} within the imgsizer tags as usual. Worked like a charm!
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.