Extensions for phpBB 3.3.X
Maintained and supported by Stoker
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:
pageloader1.0.5.zip
Installation:
Copy the entire contents of the repository to ext/stoker/pageloader/
Navigate in the ACP to Customise -> Extension Management -> Extensions.
Click Enable.
pageloader1.0.4.zip
pageloader1.0.2.zip
pageloader1.0.3.zip
You do not have the required permissions to view the files attached to this post.
Last edited by Stoker on 25 Jun 2025, 16:12, edited 4 times in total.
Post
by Potku » 04 Mar 2025, 10:00
Another good one, thanks
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?
Post
by Stoker » 05 Mar 2025, 16:44
Nope, thats unfortunately what is does.
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;
//});
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.
Post
by Stoker » 29 May 2025, 15:26
@bennybernaer What do you mean by compatible?
Does the pageloader also display when collapsing categories?
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.
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.
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