Search results

  1. P

    Copy file inside one account

    awesome thanks, i'm trying to add an option to move selected files to a folder via a popup but it seems very difficult at the moment, if i find a way ill post it
  2. P

    Copy file inside one account

    where did you find this, im looking for it now but cant locate it, are you using flow
  3. P

    site logo in emails

    Is there any to change the way the site logo in emails sent from ys to be as an attachment so its displayed every time, currently is called on from the site and thats blocked by default by alot of email providers, then the user has to click on show images or enable it from their email settings...
  4. P

    Bug / Glitch - emails for some of the facebook users dont show up in their profile

    i'm experiencing this too, although looks like from all fb users, doesnt happen with twitter, i have the rest disabled so im not sure if theres any issues with them
  5. P

    drop website file extensions

    i thought about that, but yes the . would look strange, this can be done via htaccess but unfortunately when i tried it going to the admin url just goes to the main site instead and downloading stops working, didnt try upload, i think being able to change url formats would be a good feature, you...
  6. P

    drop website file extensions

    is there any way from the htaccess to drop yetishares file extensions altogether, no .html or .php, i tried a few methods but none worked properly with this script
  7. P

    need peer5.com install

    looks like you'd need to integrate their api into ys, i recommend you post a mod request and see how much someone would be willing to charge for that. doesnt look simple imo
  8. P

    newsletter plugin error when encountering null email addresses

    noticed another issue with the newsletter plugin, replacement [[[level]]] doesn't work, tried to fix it but no matter what the email sends [[[level]]] instead of the actual user level
  9. P

    Google Translate

    Adam, you are the Elon Musk of php, well done, i look forward to seeing the video script when you release it
  10. P

    sessions in mysql table

    nevermind just saw your post on page 1
  11. P

    sessions in mysql table

    could i possibly trouble you for an sql command that i could add to the auto_prune file to delete any sessions older than a day, sql is something im not very proficient at. i thought $db->query('DELETE FROM `sessions` WHERE `updated_on` < :updated_on', array('updated_on' => time() -...
  12. P

    Google Translate

    i used to have this when i was running the blue v2 theme and it worked well, but with the flow theme it breaks it and only displays the header and then nothing else loads properly, i didnt bother investigating this further and just removed it
  13. P

    sessions in mysql table

    manually cleared it all out, we'll see if it starts building up again
  14. P

    sessions in mysql table

    just noticed my sessions table is almost 900mb, autoprune runs everyday
  15. P

    Inability to use ctrl-a to select input in email/password text fields in additional options

    If you try n add input in the password or the email text field in the additional options wrapper the ctrl-a just ends up selecting the background files if your in the account_home page, while im not sure how to disable this while the wrapper is open, if you add <script>...
  16. P

    Recurring torrent plugin error in system log

    Hi, I keep getting this recurring error in the site log but not in the torrent plugin log, anyone else having this issue ? The plugin is configured properly and works well. =========================================================== 2016-01-10 00:37:41 - *** ERROR *** Array ( [Error Msg]...
  17. P

    newsletter plugin error when encountering null email addresses

    I noticed an issue when attempting to send a newsletter and the plugin encounters a null email caused by the social plugin email registering a user but not adding their email address, i believe i have a solution, although i have to test it further, in file pluginNewsletters.class.php, replace...
  18. P

    BUG : Blank contextmenu for Recent Upload + All files

    k, found a solution, add the fol code: else if ($(node).attr('id') == 'recent') { var items = { "Empty": { "label": "<?php echo "No available options"; ?>" } }; } else if ($(node).attr('id') == 'all')...
  19. P

    BUG : Blank contextmenu for Recent Upload + All files

    codes in _account_home_javascript.inc.php, i'm not sure how to edit it to fix this though