MyBB Community Forums

Full Version: Images show up as links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all, I've recently installed and configured my MyBB forums.. Upon usage.. I've noticed that any Images I've attached like the one below this paragraph will turn into a link on my forums.
[Image: 624750928_1280x720.jpg]
This is how it should look like normally (shown above) ^ .. However (shown below) is how the image will look, on my forums.. before and after being posted.
BEFORE:
[Image: KbiybMSKSjKc0IPSCLnQCg.png]
AFTER:
[Image: K_NryRR6SmGJufUkBuI3yA.png]

I should also note I have several plugins, one of which includes the DVZ Secure Content plugin, which alters and play with the HTTPs settings for images uploaded to the forums. I was wondering if it'd be possible to show the image upfront instead of just showing a link to the image.

Link : https://rdgclan.com//showthread.php?tid=8

Thank you in advance for your help.
Worked well for me when posting. In your editor click "View source" and ensure the image is wrapped around [IMG][/IMG] and starts with https due to your plugin.
You're using DVZ Secure Content correct? This is expected behavior. You're linking an image using http instead of https so DVZ Secure Content turns it into a link instead of an embedded image to prevent mixed content warnings.

This will continue happening considering the majority of users won't be aware of this issue including yourself. You can fix this by using an image proxy. DVZ Secure Content allows this.

See: https://community.mybb.com/thread-206338...pid1254693
(2017-07-30, 10:13 AM)Wage Wrote: [ -> ]You're using DVZ Secure Content correct? This is expected behavior. You're linking an image using http instead of https so DVZ Secure Content turns it into a link instead of an embedded image to prevent mixed content warnings.

This will continue happening considering the majority of users won't be aware of this issue including yourself. You can fix this by using an image proxy. DVZ Secure Content allows this.

See: https://community.mybb.com/thread-206338...pid1254693

I see.. I thought this was the issue but now I know how to resolve this.

I've disabled the setting instead of setting up a proxy server as It can be complicated on my end.
[Image: 8eemaHXdR4mioC3DT7rq6Q.png]
Thank you in advance.
(2017-07-30, 11:08 AM)Bchew Wrote: [ -> ]
(2017-07-30, 10:13 AM)Wage Wrote: [ -> ]You're using DVZ Secure Content correct? This is expected behavior. You're linking an image using http instead of https so DVZ Secure Content turns it into a link instead of an embedded image to prevent mixed content warnings.

This will continue happening considering the majority of users won't be aware of this issue including yourself. You can fix this by using an image proxy. DVZ Secure Content allows this.

See: https://community.mybb.com/thread-206338...pid1254693

I see.. I thought this was the issue but now I know how to resolve this.

I've disabled the setting instead of setting up a proxy server as It can be complicated on my end.
[Image: 8eemaHXdR4mioC3DT7rq6Q.png]
Thank you in advance.

Resolving this without the need to disable that feature would take no more than a couple of seconds following the post that I linked you. I feel that you're missing out on all the benefits that come equipped with that plugin.