Download files visible to guests
Permalink
I'm using Magic Data to display a page attribute like this in an html block:
which outputs this:
I'm also using similar Magic Data symbols to accomplish other things in the same page, same page "area", under the exact same permissions.
The code for the image above will NOT render the image if logged out, while the rest of my codes work just fine. I've even tried pasting the html output in a different area on the page and it will still only render if logged in.
Any ideas appreciated!
EDIT: If I'm logged in and viewing the page with the images present and click log out, then navigate directly to the page in question the images appear at first like they should, getting pulled from the cache, but only long enough for the page to load and then they vanish :| This is both with the Magic Data string and with pure HTML...
<img src="[%ORIGINAL_PAGE CONTEXT Page DISPLAY_ATTRIBUTE blog_image HREF%]"></a>
which outputs this:
<img src="http://mysite.com/index.php/download_file/24/230/"></img>
I'm also using similar Magic Data symbols to accomplish other things in the same page, same page "area", under the exact same permissions.
The code for the image above will NOT render the image if logged out, while the rest of my codes work just fine. I've even tried pasting the html output in a different area on the page and it will still only render if logged in.
Any ideas appreciated!
EDIT: If I'm logged in and viewing the page with the images present and click log out, then navigate directly to the page in question the images appear at first like they should, getting pulled from the cache, but only long enough for the page to load and then they vanish :| This is both with the Magic Data string and with pure HTML...