MyBB Community Forums

Full Version: Open embeded image into a modal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i found
https://community.mybb.com/thread-160840.html
and it only works for links
i want to know how to make it so if i click on images made by
[img][/img]
to also open in a modal

i also tried 
https://community.mybb.com/mods.php?action=view&pid=853
https://community.mybb.com/mods.php?action=view&pid=852

but it only works for attachments

tried 
https://community.mybb.com/mods.php?action=view&pid=827
and nothing happens if i click on the image
also i found an error in that plugin 
on line 125 
chmod(MYBB_ROOT."jscripts/image_resizing.css", 0775);

should be

chmod(MYBB_ROOT."image_resizing.css", 0775);