[3.3][RC] Pageloader - phpBB Extension

Extensions for phpBB 3.3.X
Maintained and supported by Stoker

[3.3][RC] Pageloader - phpBB Extension

Post by Stoker »

Extension Name: Pageloader
Author: Stoker
Version: 1.0.4
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.

29.05.2025
New in version 1.0.3 - No more constant page loader when hitting the back button in the browser

30.05.2025
New in version 1.0.4 - No loader when downloading files .postlink excluded

100%

100%


Download:
pageloader1.0.4.zip


Installation:
  1. Copy the entire contents of the repository to ext/stoker/pageloader/
  2. Navigate in the ACP to Customise -> Extension Management -> Extensions.
  3. Click Enable.

Older versions

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 30 May 2025, 00:45, edited 3 times in total.
Reason: - Extension updated to version 1.0.4

Re: [EXT] Pageloader

Post by Potku »

Another good one, thanks :)

Re: [EXT] Pageloader

Post by Potku »

By the way, is it just us or does the spinner keep on spinning when using the BACK button? :)

Re: [EXT] Pageloader

Post by Stoker »

Nope, thats unfortunately what is does.

Re: [EXT] Pageloader

Post by Steve »

Do you use something like:

Code: Select all

//window.onbeforeunload = mYFunction.onUnload;
//$('body').on('beforeunload', function() {
	//function; 
//});

[Extension Support] Ideas, as used here

Post by bennybernaer »

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.

[Extension Support] Ideas, as used here

Post by Stoker »

@bennybernaer What do you mean by compatible?
Does the pageloader also display when collapsing categories?

[Extension Support] Ideas, as used here

Post by bennybernaer »

@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.

Pageloader - phpBB Extension

Post by Stoker »

Thats a good thing because it shouldnt show.
Its a page loader. Collapsing a categorie isnt a pageload.

[3.3][RC] Pageloader - phpBB Extension

Post by Stoker »

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