Apologies if this is a repost and if the answer is floating in the forum somewhere but after two hours I can’t find the solution.
I’m trying to use the image manipulation with this code
{exp:channel:entries channel="restaurant"}
{if second_image}
{second_image:_img}
{/if}
{/exp:channel:entries}Which works well if I’m logged in as a “Super admin” or if I’m not logged in at all.
however if i am logged in as any other user (including a user group based on the Super Admin group) i cannot see the image at all.
Rendered as Super Admin and visitor
(site)/images/uploads/restaurant/second/__img/IMG_0172.JPGRendered as Logged in User
" alt=Any suggestions???
I have also used
{second_image}{path}__img/{filename}.{extension}{/second_image}Thanks in advance