Lightbox

Update required for phpBB 3.3.x - Lightbox

Update required for phpBB 3.3.x

by IoHL-be » Tue Jan 07, 2020 9:05 am

I've tested this extension on a local forum with phpBB 3.3 and it is not compatible with it.
IoHL-be
Registered User
Posts: 46
Joined: Tue Oct 09, 2018 3:50 pm

Re: Update required for phpBB 3.3.x

by MattF » Tue Jan 07, 2020 5:09 pm

What do you mean? It's working fine for me.
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5981
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: Update required for phpBB 3.3.x

by IoHL-be » Tue Jan 07, 2020 10:10 pm

Sorry, I had a partially functioning forum in which I couldn't access the ACP, so I didn't know that phpBB disabled all the extensions if one of them posed a problem.

It's working fine indeed.
IoHL-be
Registered User
Posts: 46
Joined: Tue Oct 09, 2018 3:50 pm

Re: Update required for phpBB 3.3.x

by Rufond » Wed Jan 08, 2020 9:30 pm

VSE wrote:What do you mean? It's working fine for me.
Hi! This doesn't work on my forum after upgrading to version 3.3.
For example, take a look here https://rufond.com/viewtopic.php?f=99&t=3919

If you open a page for the first time, it works and then refresh the page no longer works. Repeat, some images open with a lightbox effect, and some as links
Rufond
Registered User
Posts: 3
Joined: Wed Jan 08, 2020 9:22 pm

Re: Update required for phpBB 3.3.x

by bacon tacon » Wed Jan 08, 2020 9:58 pm

Same here. Just upgraded to 3.3.0, other extensions working. In Post Settings I have: Maximum image width: 400px, Include all images in Lightbox effect: Yes, Gallery mode: All resized images on page.
As above, "If you open a page for the first time, it works and then refresh the page no longer works."
User avatar
bacon tacon
Registered User
Posts: 294
Joined: Sun Oct 27, 2002 8:17 pm

Re: Update required for phpBB 3.3.x

by MattF » Thu Jan 09, 2020 5:27 pm

Will be fixed in next update.

In the meantime you can find this extensions resizer.js file and change

Code: Select all

$(this).load();
to

Code: Select all

$(this).trigger('load');
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5981
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: Update required for phpBB 3.3.x

by bacon tacon » Fri Jan 10, 2020 4:58 pm

Thank you very much VSE. :D
User avatar
bacon tacon
Registered User
Posts: 294
Joined: Sun Oct 27, 2002 8:17 pm

Re: Update required for phpBB 3.3.x

by Rufond » Sat Jan 11, 2020 1:38 pm

VSE wrote:
Thank you, it's working fine already.
Rufond
Registered User
Posts: 3
Joined: Wed Jan 08, 2020 9:22 pm

Re: Update required for phpBB 3.3.x

by bacon tacon » Sat Jan 11, 2020 2:18 pm

Unfortunately, although it's working fine now on Windows browsers, it's not working on Chrome on Android devices (not tested other browsers). Clicking the image still goes to address of enlarged image.
User avatar
bacon tacon
Registered User
Posts: 294
Joined: Sun Oct 27, 2002 8:17 pm

Re: Update required for phpBB 3.3.x

by MattF » Sat Jan 11, 2020 4:36 pm

Refresh your browser's cache.
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5981
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: Update required for phpBB 3.3.x

by bacon tacon » Sat Jan 11, 2020 6:51 pm

Hi - thanks for the response.
I deleted all cached files and images but unfortunately the issue remains.
User avatar
bacon tacon
Registered User
Posts: 294
Joined: Sun Oct 27, 2002 8:17 pm

Re: Update required for phpBB 3.3.x

by MattF » Sat Jan 11, 2020 9:12 pm

No. Your browser's cache. If it works in one browser, but not another, it's your browser. No problems here by the way in all brosers.
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5981
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: Update required for phpBB 3.3.x

by bacon tacon » Sun Jan 12, 2020 2:06 pm

That's what I deleted - Chrome's browser cache. It doesn't work with Firefox either on the same Android device.
User avatar
bacon tacon
Registered User
Posts: 294
Joined: Sun Oct 27, 2002 8:17 pm

Re: Update required for phpBB 3.3.x

by MattF » Sun Jan 12, 2020 5:00 pm

Light box does not happen on mobile devices. Never has. There’s no point on a mobile for it.
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5981
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: Update required for phpBB 3.3.x

by bacon tacon » Mon Jan 13, 2020 3:22 pm

Sorry, I wasn't aware of that. I was using Fancybox until I updated to phpBB 3.1.0 and it did show a full screen modal on mobile devices, with a cross that allowed you to close it.

Would it be possible to do this with Lightbox? It is more user-friendly if the full screen image can be closed, otherwise the user must realize that they need to navigate back to the page they came from (using a control outside the browser window).
User avatar
bacon tacon
Registered User
Posts: 294
Joined: Sun Oct 27, 2002 8:17 pm