MyBB Community Forums

Full Version: Issue with img tags
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I was wondering if anyone could help me with an issue I am having with my forums.

If I check in my text editor my img tags look as follows:

[img]http://URL.here.com/1.png[/img]

This URL works, I can follow it and view my image. However when I post my post, it appears like this instead of theĀ  image:


[Image: http://URL.here.../1.png]

I've tried disabling all my plugins, I've tried going back to the default template, other lots of myCode is working (things like bold , underline etc), I've checked tickboxes to ensure img tags are allowed.

What would be the issue?
It is because you have disabled images in your posts, change the settings in userCP.
Go to User CP> Thread View Options > Display images in posts.
Tick that option and it should work fine.
The issue must be with the link that you are inserting. Try using postimage.org if you want to host images externally. The source will then appear as

<img src="https://s11.postimg.org/92132ye7n/abc.jpg" border="0" alt="[Image: abc.jpg]" />