Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

3.1 & 3.2 Extensions Database 3.1 / 3.2Loading indicator

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

zardos
Users
Users
Posts: 175
Joined: 26 Feb 2016, 23:20
    Android Chrome

Re: Loading indicator

Post by zardos »

Nice, thanks :thumbup:

[ Post made via Samsung Galaxy Note 3 ] Image
Image

User avatar

lopoto
Users
Users
Posts: 73
Joined: 28 Dec 2014, 01:59
    Windows 10 Firefox

Re: Loading indicator

Post by lopoto »

Is this loading ?
nice.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Resistant
Users
Users
Posts: 4
Joined: 31 Jan 2016, 17:57
    Windows 10 Chrome

Re: Loading indicator

Post by Resistant »

Hello,tell me how to do that would show you ,here is the picture of the post above

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Loading indicator

Post by dmzx »

Replace loading_indicator.gif in ext\dmzx\loadingindicator\styles\prosilver\theme\images see attachment.

Open ext\dmzx\loadingindicator\styles\prosilver\theme\loading_indicator.css
Find This may be a partial find and not the whole line

Code: Select all

#loading-indicator span {
	background: url("./images/loading_indicator.gif") 0 40% no-repeat;
	padding-left: 26px;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 1.3em;
}
Replace with Replace the preceding lines with the following

Code: Select all

#loading-indicator span {
	background: url("./images/loading_indicator.gif") 0 50% no-repeat;
	padding-left: 42px;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 1.3em;
}
loading_indicator.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

lopoto
Users
Users
Posts: 73
Joined: 28 Dec 2014, 01:59
    Windows 10 Firefox

Re: Loading indicator

Post by lopoto »

Big THX dmzx - working well :mml: :thumbup:

User avatar

martin
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Loading indicator

Post by martin »

This version will not allow the loading indicator to stay running when a file is clicked for download after 5 seconds the loader will go away.

This will only work once on the same page unless the page refresh's then your good to go again.

In order to see the effect you MUST clear the boards cache and also your browser (if you cant see the effect you have not cleared your browser right) this needs to load jquery.
loadingindicator.zip
Demo: download a file on my site.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Last edited by martin on 14 Apr 2016, 12:15, edited 1 time in total.
Image

User avatar

martin
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Loading indicator

Post by martin »

Now have this working with file downloads after a set time the loader stops running i will update the files in a bit.

User avatar

martin
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Loading indicator

Post by martin »

New file in this post Loading indicator pls take the time to read it.

User avatar

Grenader
Users
Users
Posts: 14
Joined: 05 May 2016, 20:19
    Windows 7 Chrome

Re: Loading indicator

Post by Grenader »

Im install this ext, i can see error:
error.jpg
My version phpbb 3.1.6, style prosilver_se.

How i can to correct this?
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Grenader
Users
Users
Posts: 14
Joined: 05 May 2016, 20:19
    Windows 7 Chrome

Re: Loading indicator

Post by Grenader »

Its work, but every time i can see the error, here is of the post above. :wall:

User avatar

caju
Users
Users
Posts: 26
Joined: 02 Dec 2016, 21:32
    Mac OS X Chrome

Re: Loading indicator

Post by caju »

Thanks :) very good

User avatar

kaspir
Users
Users
Posts: 112
Joined: 25 Aug 2016, 12:50
    Windows 7 Firefox

Re: Loading indicator

Post by kaspir »

Hi, I have found and downloaded the new one here: https://www.phpbb.com/customise/db/exte ... indicator/

Still stays on my screen when a file is downloaded. These changes haven't been made in the new one? Or is there a problem on my side?

ty in advance.
Image
World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads. :P

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Loading indicator

Post by dmzx »

kaspir wrote: 12 Feb 2017, 11:24 Hi, I have found and downloaded the new one here: https://www.phpbb.com/customise/db/exte ... indicator/

Still stays on my screen when a file is downloaded. These changes haven't been made in the new one? Or is there a problem on my side?

ty in advance.
No on .com only the version number is updated not the code for this.

User avatar

kaspir
Users
Users
Posts: 112
Joined: 25 Aug 2016, 12:50
    Windows 7 Firefox

Re: Loading indicator

Post by kaspir »

dmzx wrote: 12 Feb 2017, 13:09
kaspir wrote: 12 Feb 2017, 11:24 Hi, I have found and downloaded the new one here: https://www.phpbb.com/customise/db/exte ... indicator/

Still stays on my screen when a file is downloaded. These changes haven't been made in the new one? Or is there a problem on my side?

ty in advance.
No on .com only the version number is updated not the code for this.
Thank you, I will try and make martin's changes to fix for the 'hangup' indicator on dl.

User avatar

kaspir
Users
Users
Posts: 112
Joined: 25 Aug 2016, 12:50
    Windows 7 Firefox

Re: Loading indicator

Post by kaspir »

martin wrote: 11 Apr 2016, 02:11 This version will not allow the loading indicator to stay running when a file is clicked for download after 5 seconds the loader will go away.

This will only work once on the same page unless the page refresh's then your good to go again.

In order to see the effect you MUST clear the boards cache and also your browser (if you cant see the effect you have not cleared your browser right) this needs to load jquery.

loadingindicator.zip

Demo: download a file on my site.
Hello, I got this to work on 3.2 with attachment downloads. But, I can not get it to stop the loading indicator in dmzx's 'download system'. :cry:

Any words of wisdom?

Post Reply Previous topicNext topic