vorapoap / MantisThumbLightbox

Transform inline inline preview images into thumbnail cache(for fast load) and Lightbox popup
MIT License
0 stars 1 forks source link

No behavior change after installing plugin #2

Open vboctor opened 7 years ago

vboctor commented 7 years ago

I've installed the plugin on latest code from master and didn't see any behavior change. I've checked the console for errors and found the following:

lightbox-errors

vorapoap commented 7 years ago

The 403 forbidden indicates permission problem on your server configuration.

sandiskr commented 6 years ago

Out of the box Mantis 2.8 installation specifically prevents accessing plugins folder with .htaccess file where the lightbox2 javascript and style files exist. So the choices are three: 1) update this plugin to comply with the Mantis security 2) remove default security configuration and allow everyone to access plugins folder 3) make this plugin compatible with not using plugins dir at all, moving all js, css and thumbs cache somewhere else outside plugins dir, changing source code for this plugin to reflect changes;

Also you have made a typo in your loader.js, calling image class wrong. Requested change .