Page 1 of 2

Progressbar

PostPosted: Wed May 18, 2011 4:34 pm
by numix
Hey,
i'm trying to change the current progressbar to a normal progressbar. I dont like it if it starts in the middle of the bar. Does anybody know how to change this? I can't find the code.

Re: Progressbar

PostPosted: Thu May 19, 2011 1:14 am
by PeterS
numix wrote:Hey,
i'm trying to change the current progressbar to a normal progressbar. I dont like it if it starts in the middle of the bar. Does anybody know how to change this? I can't find the code.


Hi Numix,

Can you please provide me with the script's URL via PM or include it in your next post.

Thank you.

Re: Progressbar

PostPosted: Thu May 19, 2011 9:41 am
by numix
It´s DFH v1.1 you can find it here in the forum

Re: Progressbar

PostPosted: Thu May 19, 2011 12:10 pm
by PeterS
numix wrote:It´s DFH v1.1 you can find it here in the forum


As stated clearly by our support guidelines, in some cases you have to provide the URL to where DFH is installed on your server, or else you may receive slow or even no assistance at all.

Re: Progressbar

PostPosted: Thu May 19, 2011 12:58 pm
by numix

Re: Progressbar

PostPosted: Thu May 19, 2011 11:31 pm
by PeterS
numix wrote:http://nuixx.square7.ch/dfh/index.php


Thank you for verifying your script's URL.

After looking into the issue for you, I have found out that the reason why the progress starts from the center and expands, is because the progress bar is centered. If you align it to the left, the progress bar will start from the left and end on the right.

However, if you do not wish to align the progress bar to the left, I will look further into this.

Re: Progressbar

PostPosted: Sun May 22, 2011 6:15 pm
by numix
yes, please do that. I cant find the line where it´s definied.

Re: Progressbar

PostPosted: Sun May 22, 2011 11:52 pm
by PeterS
numix wrote:yes, please do that. I cant find the line where it´s definied.


I'll look into it as soon as I can and might request it to be added to the current DFH versions.

Re: Progressbar

PostPosted: Wed May 25, 2011 12:42 am
by PeterS
PeterS wrote:
numix wrote:yes, please do that. I cant find the line where it´s definied.


I'll look into it as soon as I can and might request it to be added to the current DFH versions.


Found the solution, try the following:

1. Open ./styles/Indigo/file_upload_form.php
2. Find
Code: Select all
<ol id="log"></ol>

3. Replace with
Code: Select all
<ol align="left" id="log"></ol>


That should do it.

Re: Progressbar

PostPosted: Wed May 25, 2011 4:30 pm
by numix
cool , thanks man :)