Embedded image on a page browses correctly only on Chrome but not other browsers

rockymountainmotos

Member
Licensed customer
I created a Page for my forum and embedded the below code in the HTML.

The image displays correctly in Mac Chrome, but not Mac Safari, Mac Firefox or iPhone Safari browsers (I get a broken image icon).

Here is the page: https://www.royalenfieldowners.com/index.php?pages/sponsors/

Any ideas on why this might happen?

(I got this image src address by uploading an image into a post in the forum, getting the address for the image, then hiding the post from public view)

<a href="https://www.royalenfieldowners.com/index.php?pages/advertise">
<img src="https://www.royalenfieldowners.com/index.php?attachments/reownersadbanner-png.37584/" alt="Sponsor Banner">
</a>


I've also tried uploading the image to the /images dir on the server and referencing the image as /images/reownersadbanner-png.37584 yet I get the exact same result.
 
Last edited:
It's because you're logged in on that browser. I CANT see it on chrome, or anything else.
index.php

it doesn't embed here either. ^^

The attachment is not accessible for guests.
change your permissions, or move it to the filesystem elsewhere whre guests can see it.
 
It's because you're logged in on that browser. I CANT see it on chrome, or anything else.
index.php

it doesn't embed here either. ^^

The attachment is not accessible for guests.
change your permissions, or move it to the filesystem elsewhere whre guests can see it.

That makes sense. I set the Unregistered/Unconfirmed user permission for View attachments to posts to ON, but it makes no difference. Do you know which permission I should modify?
 
Last edited:
BOTH the attachments need to be enabled for the unregistered user AND the forum/thread it's posted in needs to be guest viewable or you won't be able to see it without logging in.
 
Back
Top Bottom