MyBB Community Forums

Full Version: Images and other media displaying as links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

On my forums, images and other media embeds are simply showing up as links.

It looks like this.

[Image: 36eaa0bcc0b923064882223be3c4fd61.png]


Is there any way to fix this?



Thank you!
Go to your ucp and re-enable show videos and show images.
Oh, ok thank you! Is there any way to force this for all users?
(2014-09-30, 10:05 PM)samth1815 Wrote: [ -> ]Oh, ok thank you! Is there any way to force this for all users?

If you have access to the SQL database, you can update all users by running this query:

UPDATE `mybb_users` SET `showimages` = '1',
`showvideos` = '1';