Search results

  1. adam

    Pagination in folders

    Hi, Try using the attached file (extract first). Upload it to the following path: /themes/flow/templates/folder/ It'll enable paging for the folder listing. If you want to enable searching and 'per page' functionality, find this in the code: "bFilter": false, "bLengthChange": false, Change...
  2. adam

    Email template Header

    Hi, Was this an issue with the core script code or a custom tweak? Keen to make sure it's in the release code if you've spotted something. Thanks, Adam.
  3. adam

    0 Bytes downloads or Error: Could not open file for reading.

    Drop us a ticket with access and we'll take a look for you :)
  4. adam

    0 Bytes downloads or Error: Could not open file for reading.

    Try changing that to just files/, that's the default. Failing that, raise a ticket with access to your install and I'll take a look.
  5. adam

    0 Bytes downloads or Error: Could not open file for reading.

    What other changes have you made recently? Sounds like either the path has changed or something similar.
  6. adam

    0 Bytes downloads or Error: Could not open file for reading.

    Hi, Make sure you've not enabled 'advanced downloading' in the admin area, file server manage, edit. If you have, it may not be correctly configured on your server, disable it to test. Thanks, Adam.
  7. adam

    Forums New Look & Feel

    Hi all, We've today released a much needed update to the forums! The previous forum was on older forum code which didn't integrate well with our other systems. We're now using Xenforo which is a lot slicker, better supported and easier to use. All data has been migrated from the old phpBB...
  8. adam

    Can´t access any other part of this forum

    Hi, The account permissions are looking fine. Could you try logging out and back in. If you have any other issues raise a ticket and I'll look for you. Thanks, Adam.
  9. adam

    Download enabled but can't post in tech support

    Hi, Could you try again? Logout and back in to see if your permissions have changes? Thanks, Adam.
  10. adam

    Image URL gives 404 on nginx

    Great to hear :)
  11. adam

    Download Error in Mobile Device

    Hi, Does it work with ADM on our demo site? fhscript.com user: admin pass: password Thanks, Adam.
  12. adam

    Image URL gives 404 on nginx

    Can you post the full nginx config file? I noticed you're using ssl, did you add the rules to the nginx ssl config? Maybe test the download url on non ssl?
  13. adam

    Download Error in Mobile Device

    Do other file types download? Does it download without adm?
  14. adam

    Image URL gives 404 on nginx

    Hi, Are you running pure Nginx or Nginx/Apache proxy mode? The rules you have above include this which isn't part of our standard set: if ($host !~* ^(www)) { rewrite ^/(.*)$ https://www.filecad.com/$1 permanent; } Have you tried removing it, restarting nginx...
  15. adam

    Downloading the Yetishare upload script shows Failed - Network Error

    Hi, Drop is an email via the support system and I'll provide the download directly. Thanks, Adam.
  16. adam

    Folder upload issues

    Sorry but it doesn't yet have full browser support. Most browsers support folder upload but not all support sub-folders. In addition, we can't just support all new browsers, we have to work with relatively older browsers aswell. Java isn't an option as it adds a browser dependency. I would...
  17. adam

    Folder upload issues

    Hi, Browsers simply do not fully support folder upload yet, when they do we'll provide the functionality. In the mean time you have the following options: - Use the file import tool via the admin area. (YetiShare & uCloud) - Use the archive plugin and upload a zip of the contents. (YetiShare)...
  18. adam

    urgent - Developing a program using API

    See the following url as an example: https://stackoverflow.com/questions/15200632/how-to-upload-file-using-curl-with-php You should be able to do this: $file_name_with_full_path = '/my/file/path/on/server/file.txt'; $target_url = 'https://www.website.com/api/v2/file/upload'; if...
  19. adam

    urgent - Developing a program using API

    I think you're using the API differently to what it's intended for, you're using it as a download manager/leech rather than integration into a file manager app, for example. I would imagine most apps would first be interested in a list of files available within the account, this can be done via...
  20. adam

    Download Pages Doesn't work as they should

    Hi, You'd be better raising a support request with access to your site, we rarely monitor these forums as it's for community based support only. We provide support via the ticketing system in the first instance. Regards, Adam.