BoldMinded acquires Ansel, support ending for all add-ons. BoldMinded acquires Ansel, support ending for all add-ons. Read More →
Support has been discontinued. Issues remain available as an archive. Support has been discontinued. Issues remain available as an archive.
img:path empty when logged in
#90 opened by Billy
Description
I have several images that display ok when logged out, but as soon as i log in as a regular member into the front end, the path is missing.
Here is an example:
<img src="{event_speakers:image}{img:url}{/event_speakers:image}">
Logged out output:
<img src="/uploads/speakers/jdoe.png">
Logged in output:
<img src="jdoe.png">
Any ideas?
Replies
- TJ Draper
Replied 2/21/2018 6:01 PM, Edited 11/10/2018 9:55 AM
That's certainly very odd. I can't replicate on the 2.x version of Ansel, but that doesn't really mean much. However, I never ran into an issue like that with 1.x either, and I had plenty of copies of 1.x in the wild.
Looking over the code in the legacy branch for Ansel 1, I'm getting the url from the EE methods so my best guess is that somehow there's something happening in EE. Whether it's a bug, or some add-on interfering with something is hard to say.