Extensions for phpBB 3.3.X
Maintained and supported by Stoker
Stoker Offline
Site Admin
Posts: 4,555 Joined: 12 May 2008, 21:26
Local time: 04 Sep 2025 23:36
Last active: - Favourite EXT: Forum Goal
Location: Denmark
Contact:
Post
by Stoker » 20 Jun 2024, 16:56
Extension Name: Pageloader
Author: Stoker
Version: 1.0.5
PhpBB Version: 3.1.X and 3.2.X and
3.3.X
Description:
A nice centered Page Loader will display when pages are loaded.
With javascript disabled users wont see the loader.
26.06.2025
New in version 1.0.5 - Nothing really, just cleaned up the css and added a centered green dot
30.05.2025
New in version 1.0.4 - No loader when downloading files .postlink excluded
29.05.2025
New in version 1.0.3 - No more constant page loader when hitting the back button in the browser
100%
100%
Download:
Installation:
Copy the entire contents of the repository to ext/stoker/pageloader/
Navigate in the ACP to Customise -> Extension Management -> Extensions.
Click Enable.
Last edited by
Stoker on 25 Jun 2025, 16:12, edited 4 times in total.
~ The greatest achievement in life is to inspire ~
Regards Stoker
Potku Offline
BBCoder II
Posts: 25 Joined: 07 Jun 2010, 14:04
Local time: 04 Sep 2025 23:36
Last active: -
Post
by Potku » 04 Mar 2025, 10:00
Another good one, thanks
Potku Offline
BBCoder II
Posts: 25 Joined: 07 Jun 2010, 14:04
Local time: 04 Sep 2025 23:36
Last active: -
Post
by Potku » 05 Mar 2025, 16:09
By the way, is it just us or does the spinner keep on spinning when using the BACK button?
Stoker Offline
Site Admin
Posts: 4,555 Joined: 12 May 2008, 21:26
Local time: 04 Sep 2025 23:36
Last active: - Favourite EXT: Forum Goal
Location: Denmark
Contact:
Post
by Stoker » 05 Mar 2025, 16:44
Nope, thats unfortunately what is does.
~ The greatest achievement in life is to inspire ~
Regards Stoker
Steve Offline
Donator
Posts: 1,589 Joined: 04 Mar 2010, 23:10
Local time: 04 Sep 2025 22:36
Last active: - Favourite BBCode: {
Favourite EXT: {
Location: { .
Post
by Steve » 05 Mar 2025, 19:40
Do you use something like:
Code: Select all
//window.onbeforeunload = mYFunction.onUnload;
//$('body').on('beforeunload', function() {
//function;
//});
stokers bugs: {.23%t>
my bugs: .
bennybernaer Offline
BBCoder II
Posts: 10 Joined: 25 Jul 2010, 12:29
Local time: 04 Sep 2025 22:36
Last active: -
Contact:
Post
by bennybernaer » 29 May 2025, 10:06
Your
page loader extension 3.2 still works perfectly on 3.3.15.
But I was wondering what I should do, to make it compatible with the Collapsible Forum Categories extension of phpbb (which uses the default loading_indicator.
Stoker Offline
Site Admin
Posts: 4,555 Joined: 12 May 2008, 21:26
Local time: 04 Sep 2025 23:36
Last active: - Favourite EXT: Forum Goal
Location: Denmark
Contact:
Post
by Stoker » 29 May 2025, 15:26
@bennybernaer What do you mean by compatible?
Does the pageloader also display when collapsing categories?
~ The greatest achievement in life is to inspire ~
Regards Stoker
bennybernaer Offline
BBCoder II
Posts: 10 Joined: 25 Jul 2010, 12:29
Local time: 04 Sep 2025 22:36
Last active: -
Contact:
Post
by bennybernaer » 29 May 2025, 15:35
@Stoker No, the page loader does not show when the categories are collapsed. The loading_indicator from colours/common.css does.
So it would be nice somehow if the page loader also shows when the categories are collapsed.
Stoker Offline
Site Admin
Posts: 4,555 Joined: 12 May 2008, 21:26
Local time: 04 Sep 2025 23:36
Last active: - Favourite EXT: Forum Goal
Location: Denmark
Contact:
Post
by Stoker » 29 May 2025, 16:12
Thats a good thing because it shouldnt show.
Its a page loader. Collapsing a categorie isnt a pageload.
~ The greatest achievement in life is to inspire ~
Regards Stoker
Stoker Offline
Site Admin
Posts: 4,555 Joined: 12 May 2008, 21:26
Local time: 04 Sep 2025 23:36
Last active: - Favourite EXT: Forum Goal
Location: Denmark
Contact:
Post
by Stoker » 29 May 2025, 17:30
New in version 1.0.3 - No more constant page loader when hitting the back button in the browser.
However it still displays when downloading a file
~ The greatest achievement in life is to inspire ~
Regards Stoker