@Yossik
Even with Everlight it doesn't work. because it is not a lightbox plugin problem.
See what happens ....
This works:
https://www.website.eu/wp-content/uploads/2013/02/DSC_6664-638x368.jpg
This doesn't work:
<img src="https://www.website.eu/wp-content/uploads/2017/03/DSC_6742-638x368.jpg" />
And wpForo converts images to the SECOND one now.
keep in mind that wpForo 1.4.1 and WordPress 4.8.2 where released almost at the same time. So, check lightbox's compatibility with 4.8.2
Everything works great with lightbox popups, but NOT NOW with wpForo. No update or compatibility problems.
See my explanation above on why.
Nothing is changed in this area. You should put image URL not <img src... HTML code. Urls will be changed to <img> tag. As you can see, here in our community it works well with EverlightBox plugin.
Example photo:
Nothing is changed in this area. You should put image URL not <img src... HTML code. Urls will be changed to <img> tag. As you can see, here in our community it works well with EverlightBox plugin.
Example photo:
Robert, i just copy and paste the url, i don't do anything else. Used to work, now it doesn't. here is one example. I just copy the url. Nothing else.
Ok, this is copy/paste issue. You paste HTML code, and <img> tags. This tag doesn't have <a><img></a> wrapper so the lightbox JS doesn't recognize it. This is not wpForo issue, this is lightbox issue. wpForo converts simple URLs to <img> tags and puts it in <a></a> tags so it works for lightbox. But when you use <img> tag wpForo does nothing, it has nothing to do here, the image is already image.