Update required for phpBB 3.3.x - Lightbox
Update required for phpBB 3.3.x
I've tested this extension on a local forum with phpBB 3.3 and it is not compatible with it.
-
- Registered User
- Posts: 46
- Joined: Tue Oct 09, 2018 3:50 pm
Re: Update required for phpBB 3.3.x
What do you mean? It's working fine for me.
Formerly known as VSE • My Extensions • Please do not PM me for support.
-
- 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
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.
It's working fine indeed.
-
- Registered User
- Posts: 46
- Joined: Tue Oct 09, 2018 3:50 pm
Re: Update required for phpBB 3.3.x
Hi! This doesn't work on my forum after upgrading to version 3.3.VSE wrote:What do you mean? It's working fine for me.
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
-
- Registered User
- Posts: 3
- Joined: Wed Jan 08, 2020 9:22 pm
Re: Update required for phpBB 3.3.x
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."
As above, "If you open a page for the first time, it works and then refresh the page no longer works."
-
- Registered User
- Posts: 294
- Joined: Sun Oct 27, 2002 8:17 pm
Re: Update required for phpBB 3.3.x
Will be fixed in next update.
In the meantime you can find this extensions resizer.js file and change
to
In the meantime you can find this extensions resizer.js file and change
Code: Select all
$(this).load();
Code: Select all
$(this).trigger('load');
Formerly known as VSE • My Extensions • Please do not PM me for support.
-
- 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
Thank you very much VSE.
-
- Registered User
- Posts: 294
- Joined: Sun Oct 27, 2002 8:17 pm
Re: Update required for phpBB 3.3.x
Thank you, it's working fine already.VSE wrote:
-
- Registered User
- Posts: 3
- Joined: Wed Jan 08, 2020 9:22 pm
Re: Update required for phpBB 3.3.x
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.
-
- Registered User
- Posts: 294
- Joined: Sun Oct 27, 2002 8:17 pm
Re: Update required for phpBB 3.3.x
Refresh your browser's cache.
Formerly known as VSE • My Extensions • Please do not PM me for support.
-
- 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
Hi - thanks for the response.
I deleted all cached files and images but unfortunately the issue remains.
I deleted all cached files and images but unfortunately the issue remains.
-
- Registered User
- Posts: 294
- Joined: Sun Oct 27, 2002 8:17 pm
Re: Update required for phpBB 3.3.x
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 VSE • My Extensions • Please do not PM me for support.
-
- 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
That's what I deleted - Chrome's browser cache. It doesn't work with Firefox either on the same Android device.
-
- Registered User
- Posts: 294
- Joined: Sun Oct 27, 2002 8:17 pm
Re: Update required for phpBB 3.3.x
Light box does not happen on mobile devices. Never has. There’s no point on a mobile for it.
Formerly known as VSE • My Extensions • Please do not PM me for support.
-
- 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
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).
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).
-
- Registered User
- Posts: 294
- Joined: Sun Oct 27, 2002 8:17 pm