Search results

  1. adam

    [Fixed] Admin I see the new version is not responsive

    You can access the menu by clicking the hamburger icon. Any other changes you need like sticky menu you can edit the theme as needed. We don't run promos but drop us a ticket with what you'd like to purchase and I'll confirm a price.
  2. adam

    [Fixed] Admin I see the new version is not responsive

    Ok so there's 1 button pushing the page slightly wider, the site is still responsive. I'll make a note to reduce the button size in a future release.
  3. adam

    help to fix url

    There is no documentation for editing the code.
  4. adam

    help to fix url

    You would need to work over the code changes yourself, our support doesn't include helping modify the code. Alternatively we can do it at a cost, please raise a ticket if you'd like a price.
  5. adam

    [Added v5.2.0] Yetishare does not have seo meta descriptions on filed uploads

    Tags are auto populated based on filename on upload, you can see these on the file details page. You can also edit them in the file manager. I don't recall if they're output at meta tag data, (they could easily be added it not). Will see if they can be added for a future release.
  6. adam

    [Fixed] Admin I see the new version is not responsive

    I'm not sure what you mean, the theme is fully responsive.
  7. adam

    Install issue - 404 Not Found

    Sorry I see it was uCloud and not Yetishare as per this forum (I've move it to the correct forum). Can you email [email protected] with your purchase code and I'll update your forum account.
  8. adam

    New Server

    Hi, You're best transferring over rsync if you no longer want the old server. We have a guide here: https://support.mfscripts.com/public/kb_view/23/
  9. adam

    Install issue - 404 Not Found

    Hi, Please confirm your site url?
  10. adam

    Site not secure

    Hi, Thanks for pointing this out. It's just the default advert code that comes with the script, it runs on http. I've fixed it within the demo site by using different advert code.
  11. adam

    help to fix url

    Hi, Do you mean these pages: https://freefontsite.net/fonts/3578/eager_naturalist.html It's not a config option in the script to change the .html extension, you would need to edit the code. The .htaccess file has a rewrite rule for this which need updating. Then search the code for any links...
  12. adam

    Share album link not working

    Got it, I'll pick it up now.
  13. adam

    Share album link not working

    Thanks for the details. I responded to your ticket #32734 (the one with the FTP details) previously, although I'm not convinced you've seen it :) I've updated your new ticket with the info. Let me know if you get this?
  14. adam

    Share album link not working

    It shouldn't be generating jw8 and jW8, only 1 should exist. In /core/includes/uploader.class.php there's this code: // create short url $tracker = 1; $shortUrl = file::createShortUrlPart($tracker . $dbInsert->id); $fileTmp = file::loadByShortUrl($shortUrl); while ($fileTmp) { $shortUrl =...
  15. adam

    Share album link not working

    Sorry for the delay. Are you able to share access to the install (script login and FTP/SFTP) via our ticketing system? I'll take a look at this directly, I can't see it in my local dev, although may already be resolved locally. https://mfscripts.com/contact.html
  16. adam

    [Fixed v5.2.0] Check maximum filesize before uploading.

    It should indeed alert before uploading. It looks like the latest uploader code ignores the property. You can use the code below to add it back in. Via: \themes\spirit\views\account\partial\_uploader_javascript.html.twig Find: .on('fileuploadadd', function (e, data) { After replace: {% if...
  17. adam

    Torrent Download problem

    What happens when you try to add the magnet link? Does it error?
  18. adam

    Error: Expected response of controller to be a 'Response' or 'RedirectResponse' object.

    It's likely that the theme is only for v4. It would need updated to work with v5.
  19. adam

    Question

    That looks like it applies only to the egress policy, same bandwidth as storage. I don't think that's the only option they offer, in fact I'd be surprised if they only allowed a 1tb file to be downloaded once in a month. Seems rather restrictive. Weve done a lot of testing recently with a...
  20. adam

    Question

    Hi, It's through the website, there's no support for direct. If you use our Wasabi plugin that's now direct download. Thanks, Adam.