Author |
Topic |
leatherlips
Senior Member
USA
1838 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 20 July 2009 : 17:45:09
|
The file sharing mod includes a functional upload bar. May want to look at it. |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
Giumer
Junior Member
Italy
163 Posts |
Posted - 01 August 2009 : 14:11:17
|
Carefree me the mods mod file sharing it's already installed, but I can not see the bar I tried to watch some files but still can not get to see the loading bar! |
======================= http://www.Giumer.it/forum
======================= |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 01 August 2009 : 18:13:23
|
Giumer,I'll look into it for you. |
|
|
Giumer
Junior Member
Italy
163 Posts |
Posted - 02 August 2009 : 01:10:36
|
ok you make us do with my information? |
======================= http://www.Giumer.it/forum
======================= |
|
|
Giumer
Junior Member
Italy
163 Posts |
Posted - 04 August 2009 : 05:16:48
|
Carefree you please just make us have time if you can see why 'I do not start bar' loading? |
======================= http://www.Giumer.it/forum
======================= |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 04 August 2009 : 08:22:28
|
Fixed. Upload bar works. |
Edited by - Carefree on 04 August 2009 08:53:25 |
|
|
Giumer
Junior Member
Italy
163 Posts |
Posted - 04 August 2009 : 10:36:01
|
carefee excuse but I can not see the bar? Watch the image
|
======================= http://www.Giumer.it/forum
======================= |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 04 August 2009 : 12:45:57
|
You won't see the bar, uploads will go too fast if you're hosting the site. I uploaded a test file and the bar worked. |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
Giumer
Junior Member
Italy
163 Posts |
Posted - 04 August 2009 : 14:23:35
|
yes yes mate sorry ! i' am have problem for coockie ! sorry and thx ! i need configuration IE 8 ! lol !
carefee to know where was the problem on which file pui tell me? so learn! lol! |
======================= http://www.Giumer.it/forum
======================= |
Edited by - Giumer on 04 August 2009 15:03:32 |
|
|
Giumer
Junior Member
Italy
163 Posts |
Posted - 04 August 2009 : 17:16:22
|
Carefee now I understand! not the browers IE8! the bar only works when the forum and set the English language, if I put the Italian language bar does not see more! What if I say you've changed the language I think thanks and sorry if I'm stretching this post!
|
======================= http://www.Giumer.it/forum
======================= |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 04 August 2009 : 20:36:57
|
It shouldn't be language specific. I didn't do anything to the language selection. I did replace your bar file since the one you were using had been modified incorrectly. I have been looking to try and find out why the Italian version isn't using the bar. I'll let you know if/when I find something. |
Edited by - Carefree on 04 August 2009 21:13:31 |
|
|
Giumer
Junior Member
Italy
163 Posts |
Posted - 05 August 2009 : 01:35:39
|
I wanted if possible to integrate this mod in another mod that I installed the enclosed form txt file in the mod progress bar
file is pop_upload.asp
http://www.giumer.it/public/prova/pop_upload.txt
readmy is this
Proeders's File Attachment MOD Progress Bar Addon
by Leatherlips
Source for progress bar script: http://www.dynamicdrive.com/dynamicindex11/xpprogressbar.htm
Ease of installation: 1 (1 - 10 with 1 being the easiest)
This addon will give you a progress bar indicator when a member uploads a file. Note that this progress bar is simply an animation and does not actually measure to upload progress. It does however give your members the peace of mind that their file is uploading rather than staring at a static screen.
****************************************
Instructions:
1. Upload the file uploadprogressbar.js to your forums directory.
2. Open your pop_upload_new.asp file.
Look For:
If strAllowedSize < 1024 Then
strAllowedSize = Round(strAllowedSize,2) & " Bytes"
ElseIf strAllowedSize < 1048576 Then
strAllowedSize = Round(strAllowedSize/1024,2) & " KB"
Else
strAllowedSize = Round(strAllowedSize/1048576,2) & " MB"
End If
BELOW that add:
Response.Write "<script language=""javascript"" src=""uploadprogressbar.js""></script>"
3. Look For:
onclick=""value='Please wait...';""
CHANGE it to:
onclick=""value='Please wait...'; javascript:bar1.showBar()""
4. Look For:
" </FORM>" & vbNewLine & _
BELOW that add:
" <script type=""text/javascript"">var bar1= createBar(300,15,'white',1,'black','blue',85,7,3,"""");bar1.hideBar();</script>" & vbNewLine & _
Your're Finished!
Ops ! code not funcion ?? |
======================= http://www.Giumer.it/forum
======================= |
Edited by - Giumer on 14 August 2009 05:50:19 |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
Topic |
|