MyBB Community Forums

Full Version: Image links broken?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello I have just changed my board url setting from http to https, but now most of the image links are broken.  Huh Logo, smilies, avatars, etc not working. The image folder and files are intact, they were working fine until the url switch to https so maybe it has something to do with a file path in the theme? How do I fix it?
You probably forget to change the board url to https in the ACP (Settings > Site details)
No it wasnt that... it seems the image links were serving up 403 errors so I asked assistance from my site host. The images are loading now but none of the videos.

Thank you anyway
Check if links to videos are http or https.
If your website uses https and medias are with http, the browser will refuse to serve them.

Small tip: use // rather that http(s):// as scheme for medias.
The images hosted internally in my server are all working now. You're right the externally- sourced images with http url are not loading

The youtube video links are all in https as far as I can see.

What do you mean by using // as a scheme for medias? How do I do that. Sorry, I am very new at this.

Is it a theme/ template problem?
link to your board, so we can take a look on it?
(2024-02-26, 09:11 PM)bv64 Wrote: [ -> ]link to your board, so we can take a look on it?

Here is a link to a page that is supposed to have an embedded youtube video in it using the [video]  [/video] tag, but is not showing  or loading.

-->  https://www.pigpenpoetry.com/thread-25128.html

also aside from the youtube videos (which are in https) is there a way to still allow http image urls to load on the site?
My browser say it blocks all videos from http://www.youtube.com

Check your posts, and replace occurences of http://www.youtube with https://www.youtube, or better: //www.youtube
(2024-02-26, 10:37 PM)Crazycat Wrote: [ -> ]My browser say it blocks all videos from http://www.youtube.com

Check your posts, and replace occurences of http://www.youtube with https://www.youtube, or better: //www.youtube

The youtube links posted in that thread was in https. It was this link -->   https://www.youtube.com/watch?v=aq0SFy8xLHc

That was why I' puzzled it isn't loading

btw I also updated the forum from version 1.8.36, to version 1.3.37 right before I changed board url to https. I am only mentoning in case it is related. But maybe something wrong with the theme/ video embed code is more likely