MyBB Community Forums

Full Version: Images not loading in Threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My thread images are not loading anymore since I added https to my forum.

There coming up as 
[Image: https://hackinglounge.net/images/Desihacker/logo1.png]

Please Help
Please try and run SQL query - in PHPMyAdmin

UPDATE `mybb_users` SET `showvideos` = '1';
UPDATE `mybb_users` SET `showimages` = '1';
Sounds like your site is using DVZ secure content, and blocking http:// traffic to stop mixed content
Can you post a screenshot of an example of this please? Is it only happening for http:// image links or...?