Search results

  1. adam

    Wasabi configuration

    Hi, Thanks for linking your forum account. We don't support Wasabi so if you hit any issues with storage etc you'd need to resolve them yourself. However, based on the info here: https://wasabi-support.zendesk.com/hc/en-us/articles/360000363572-How-do-I-use-the-AWS-SDK-for-PHP-with-Wasabi-...
  2. adam

    How to edit flow theme and pages?

    Hi, Thanks for linking your account. 1_How can i edit the flow theme and remove the sections under the cloud section? >>> You'll find all the code within /themes/flow/templates/, editing any of these template should show on the front-end immediately. If you're after header or footer sections...
  3. adam

    Closed the the 999 thread, but it is just a simple bug

    Try removing the rounding in the account_edit.html file. In: /themes/flow/templates/account_edit.html Find: validation::safeOutputToScreen(coreFunctions::formatSize($totalFreeSpace, 'ext', false) Replace with: validation::safeOutputToScreen(coreFunctions::formatSize($totalFreeSpace, 'ext')...
  4. adam

    Closed the the 999 thread, but it is just a simple bug

    Hi, I've spotted the issue, it relates to any values shown with a comma on the widget. Since 1TB is 1024GB, when you upload a file this no longer shows as 1TB available, instead 1,023GB for example, which forces a comma in the number. The widget can't handle this, I think in the animation run...
  5. adam

    Closed the the 999 thread, but it is just a simple bug

    I just uploaded a file to test and weirdly I'm seeing the opposite of what you noticed, the "used storage" widget is failing! o_O It's likely an int issue somehow, will run some further tests...
  6. adam

    Closed the the 999 thread, but it is just a simple bug

    Hi, I'm having trouble replicating this on our demo site. I've increased the available storage for around 10TB for the admn account and it seems to show ok: https://fhscript.com/account_edit.html user: admin pass: password Are you only seeing the issue when files are uploaded. i.e. was that...
  7. adam

    Sitename in Download File Name!

    Hi, Have a look in: /core/includes/file.class.php Find: public function download( Within that function find any instances of: $this->originalFilename Replace each with: ('['._CONFIG_SITE_HOST_URL.']'.$this->originalFilename) I've not tested this so it may need tweaking, although it...
  8. adam

    Media Converter transferring file from and to file server extremely slowly.

    Hi Ollie, Thanks for reporting. I see you also raised a ticket, I'll catch up there regarding it. Thanks, Adam.
  9. adam

    999 MB Limit on packages

    Hi, Please can you link your forum account to your license via mfscripts.com. You can do this by logging in to that site using your account details and going into account settings. After 10 minutes, logout and back into this forum so your account can be linked. Thanks, Adam.
  10. adam

    How to edit flow theme and pages?

    Hi, Please can you link your forum account to your license via mfscripts.com. You can do this by logging in to that site using your account details and going into account settings. After 10 minutes, logout and back into this forum so your account can be linked. Thanks, Adam.
  11. adam

    Wasabi configuration

    Hi, Please can you link your forum account to your license via mfscripts.com. You can do this by logging in to that site using your account details and going into account settings. After 10 minutes, logout and back into this forum so your account can be linked. Thanks, Adam.
  12. adam

    Public Files in account_home format

    Not without a lot of changes to the codebase unfortunately.
  13. adam

    Folder update time

    It wont change when the contents change at the moment, only when you edit the folder properties such as the name. I'll note it in the RFCs for review on the next release. Thanks, Adam.
  14. adam

    Folder update time

    Just to clarify, the folder update time would be when the folder was last edited. Not when files where last added or removed etc.
  15. adam

    Folder update time

    How did you update the folder? Via the API or UI?
  16. adam

    Webmail problem after setting up Nginx rewrite rules

    Hi, Please can you link your forum account to your license via mfscripts.com. You can do this by logging in to that site using your account details and going into account settings. After 10 minutes, logout and back into this forum so your account can be linked. Thanks, Adam.
  17. adam

    Full public folders

    Hi, Please can you link your forum account to your license via mfscripts.com. You can do this by logging in to that site using your account details and going into account settings. After 10 minutes, logout and back into this forum so your account can be linked. Thanks, Adam.
  18. adam

    Limit download transfer

    Hi, We're working on a big update to v5.0 at the moment so there's no specific date. Hopefully in around 6-8 weeks. All existing users within their 12 month support period will get access to the update. Thanks, Adam.
  19. adam

    Limit download transfer

    Hi, You can't limit by bandwidth at the moment, only by speed. It's on the list to look at for a future release. :) Thanks, Adam.