Download button does not work

Home \ forums/topic \ Download button does not work

Support Home Page Forums Joomla Software Easy Folder Listing Pro Plugin Download button does not work

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #859
    cyberhorse
    Participant

    Installed EFLP yesterday and using display method List.

    Shows 100 or so folders nicely and when clicked on each one opens up to show the files in the folder with a check box to select for download.

    Individual download links work OK but the bulk download button is greyed out and does not work.

    Might be a javascript problem. I have tried on Firefox and Chrome and the same problem in both.

    #2233
    cyberhorse
    Participant

    Just tried all the other listing layouts – paginated, explorer etc and they all have the same problem with the download button.

    #2234
    Michael Gilkes
    Keymaster

    @cyberhorse. Thanks for posting. Could you post a link to your webpage so that I can see what you are referring to? Thanks.

    It should work the same way it does on the demo site.

    #2235
    cyberhorse
    Participant

    OK I’ve opened up the access so the public can see.

    https://virtualformguide.com/form-a-ratings/zip-files-5-start.html

    #2236
    Michael Gilkes
    Keymaster

    @cyberhorse. Thanks for posting. That link really helped. Ok, I figured out what the issue is. You have Max Size of Files (maxsizefiles) and Max Number of Files (maxnumberfiles) set to zero. I realize that my documentation says to set to zero to remove the limits. However, I just double checked my javascript code and it seems like I didn’t implement that feature. I will have to decide whether to remove that from the documentation or fix it. However, for now, just specify a value of max number of files, like 20, and set a max size of files to whatever is reasonable for your server to handle, like 50 or 100.

    #2237
    cyberhorse
    Participant

    Michael thanks. That fixed it. I did read the documentation and thought I’d done the right thing.

    However upon reflection I think it would be a good idea to force the administrator to put a limit. Zip files that are too big will choke a server and greedy users will take all they can if given a chance.

    Better to let the admin make a considered decision on the basis of his own user’s feedback. If he wants a free for all then let him configure the site with the resources to handle it. On the other hand if he is charging for the content then he will have to balance client’s ease of use vs cost of providing the service.

    I’ve set a limit of 10Mb and 100 files for now but I’m already looking at ways of making the service more user friendly eg a monthly archive as well as a daily one.

    One final point is that you might leave the non-functioning download button as a “feature” but document it as such. That is by setting the limits to zero the admin can allow users to see all the available files but not download them. So he can create one profile for “look but can’t touch” users and another one for those with download rights.

    You have a slick interface there and if I had a prospective user wanting to see what was available and how neat it is to download that would be a perfect demo.

    #2238
    cyberhorse
    Participant

    While adding features would it be possible to add a pattern match to the excluded files/folders parameters? For instance I would like to create a profile to just download the files for April 2016. If I could exclude all the other months that would be great. Or maybe you could also include files/folders.

    Just tried putting 2016-03-?? as an excluded directory hoping it would leave out all 31 of the March directories but it doesn’t work.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Download button does not work’ is closed to new replies.