Search results

  1. Y

    How to make video player show preview image of video before

    Re: How to make video player show preview image of video bef Wow that's hard work understanding that, Few questions though Where does the $server; variable get set? Why have if(file_exists($filename)) { } else { /* SNIP */ } When you could use if(!file_exists($filename)) { }...
  2. Y

    Stripe Plugins Dont Work

    I tried registering on your site but I'm not receiving emails from there so I can't check the url's
  3. Y

    Stripe Plugins Dont Work

    Stripe Plugin DOES work as I have just done a test transaction on my dev site.
  4. Y

    change color of register buttons

    /themes/flow/frontend_assets/css/colors/flow.css flow.css line 120 .btn-default { background-color: #21a9e1; border-color: #21a9e1; border-radius: 4px !important; } .btn-default:hover { background-color: #1a8fbf; color: #ffffff; border-color: #1782ad; }
  5. Y

    Fav.ico location

    /themes/flow/frontend_assets/images/icons/favicon/favicon.png /themes/flow/frontend_assets/images/icons/favicon/favicon.ico
  6. Y

    Annoying Problem with Script icons

    Still working a couple of hours later edit: 9 hours later and still working
  7. Y

    White bar with letter O at top of every download page

    Check any edits you've done to the template files, I'll bet its in _header.inc.php
  8. Y

    Annoying Problem with Script icons

    Looks ok to me
  9. Y

    White Page on ~s (statistics)

    Or it could be that /themes/theme_name/templates/stats.html is not uploaded properly and needs to be reuploaded
  10. Y

    Translation

    Upload speed is dependent on the users upload speed, the connection to the server and the port speed on the server, plus numerous other factors. I would first try remote uploads (url upload) from a known good source (Such as here: http://www.thinkbroadband.com/download/).
  11. Y

    Translation

    Configuration > Translations > Import Translations
  12. Y

    Translation

    I only have French and German at the moment. https://forums.ysmods.com/index.php/files/file/33-deutch-language-for-yetishare-v40/ https://forums.ysmods.com/index.php/files/file/34-français-french-language-file-for-yetishare-4x/ These are user submitted files and I have no control over the...
  13. Y

    How to add 'Please disable your ablock' to download page?

    Re: How to add 'Please disable your ablock' to download page Not necessary as it's easily done with jQuery
  14. Y

    How to add 'Please disable your ablock' to download page?

    Re: How to add 'Please disable your ablock' to download page http://tutorialzine.com/2011/12/how-to-block-adblock/
  15. Y

    Restrict Remote upload to registered usets

    Something like this? If so, modify the code as shown below Open /themes/flow/templates/partial/_uploader.inc.php Find on line 212: <!-- url uploader --> Add Before: <?php if($Auth->loggedIn()): ?> Find: <!-- end url uploader --> Add After <?php else: ?> <?php echo...
  16. Y

    Post By Certain User

    It'll have to be custom coded
  17. Y

    Download countdown 60sec

    It would be awesome if it was allowed, but unfortunately, you're not allowed to share any of the files.