Thanks for your plugins.
Your plugins works quite well.
However it show on everypage. It won't skip even when it should display a standard picture.
After looking at the code the issue seen to be here.
I have test with piwigo-2.3.5 and piwigo-2.4, both with the same behavior.
The entry ['is_picture'] is not present in $picture['current']
// do nothing if the current picture is actually an image !
if ( @$picture['current']['is_picture'] )
Thank you for repporting this bug. I can see that there were some changes in piwigo's core related to the new derivative features.
I'll try to release a fix ASAP.
Hello,
Thanks for your plugins. Your plugins works quite well. However it show on everypage. It won't skip even when it should display a standard picture. After looking at the code the issue seen to be here. I have test with piwigo-2.3.5 and piwigo-2.4, both with the same behavior. The entry ['is_picture'] is not present in $picture['current']