Extensions for phpBB 3.3.X
Maintained and supported by Stoker
-
Stoker Offline
- Site Admin

- Posts: 4,181
- Joined: 12 May 2008, 21:26
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
Post
by Stoker »
Extension Name: Pageloader
Author: Stoker
Version: 1.0.2
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.
100%
100%
Download:
pageloader1.0.2.zip
Installation:
- Copy the entire contents of the repository to
ext/stoker/pageloader/
- Navigate in the ACP to Customise -> Extension Management -> Extensions.
- Click Enable.
You do not have the required permissions to view the files attached to this post.
~ The greatest achievement in life is to inspire ~
Regards Stoker
-
Potku Offline
- BBCoder II

- Posts: 25
- Joined: 07 Jun 2010, 14:04
- Last active: -
Post
by Potku »
Another good one, thanks

-
Potku Offline
- BBCoder II

- Posts: 25
- Joined: 07 Jun 2010, 14:04
- Last active: -
Post
by Potku »
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,181
- Joined: 12 May 2008, 21:26
- Last active: -
- Favourite EXT: Forum Goal
- Location: Denmark
Post
by Stoker »
Nope, thats unfortunately what is does.
~ The greatest achievement in life is to inspire ~
Regards Stoker
-
Steve Online
- Supporter

- Posts: 1,391
- Joined: 04 Mar 2010, 23:10
- Last active: Online now
Post
by Steve »
Do you use something like:
Code: Select all
//window.onbeforeunload = mYFunction.onUnload;
//$('body').on('beforeunload', function() {
//function;
//});
secret code: 123
might be abc
or thank you
might work
When I'm writing code, I am building a picture for you to see and use on your screen...