Search results

  1. P

    torrent plugin completed uploads require a page refresh to see in the filemanager

    minor bug, torrent uploads once complete dont show in the file manager until the page is refreshed, this may lead the user to think the files arent there and to reattempt the upload multiple times
  2. P

    media converter plugin autodetect which server files are in

    just tested with amazon s3 and the media converter plugin fails to get file contents as its looking in the local files
  3. P

    [ADDED][v4.3] adding nested folders

    after adding a nested folder the filemanager view resets back to the your uploads section, then the user would have to go back through the folders again back to where they were to see the newly created folder, it should just appear in the same view instead
  4. P

    [ADDED][v4.3] non flash copy all links and copy link button in the file details popup

    currently the copy all links is flash based and with flash being completely discontinued there should be a non flash option, also in the links popup it would be nice to have a copy link or html code or forum bbcode button
  5. P

    media converter plugin autodetect which server files are in

    The media converter plugin should be simplified and should auto detect where files are held and convert them based on the location of the converter in the settings
  6. P

    folder selection and right click options in account_home

    Folders should definetly be selectable just like files also, right clicking on folders, files or the background of the file table brings up a list/menu of options, the only way to close that list is to either press Esc (not clear to the user that this is possible) or click out of the...
  7. P

    imageviewer plugin rotate features and image thumbnail

    currently the rotate left/right option doesnt also update the thumbnail until the page is refreshed (only applies to the account_home) when rotate image is selected the thumbnail changes to the default one and wont display the thumbnail of the newly rotated image until a page refresh occurs. No...
  8. P

    [ADDED][v4.3] resellers tab in account home doesnt have an icon image to its left

    The resellers tab in the top menu in the account home page doesnt have an image icon to its left, all other options in the menu do so it looks strange also it would add further customization power if the nav links for account home are separated from the rest of the site instead of using the...
  9. P

    Upload more files link after user has uploaded file(s)

    It would probably be better if the user didnt have to click the upload more files button after they uploaded, all links/history of their uploads would be better if they appear in a new tab and then they wouldnt have to click the upload more files tab and the page wouldnt need to be refreshed
  10. P

    mark all read in account home notifications temporarily hides the user type button to its left

    When the mark all notifications as read link in the notifications drop down in account home is clicked it also hides the user type button to its left, everything is back to normal when the page is refreshed
  11. P

    [ADDED][v4.3] persistent account_home toolbar

    In the account home, the toolbar that has the upload, filter, folder etc... should stick on scroll if a user has a lot of files and folder and scrolls down, they have to scroll back up to use these buttons
  12. P

    change to the only allow 1 login option

    I noticed when the only allow 1 login option is enabled, if you leave your account home page open and then login from another ip, the first open page freezes then you can eventually navigate away and login again it would probably be better if the user gets some sort of popup on that original...
  13. P

    Captcha in the admin login

    just change the admin folder name and path in the config file and strip all info from the page itself that its an admin login, and if somehow someone finds it they wouldnt know what the login is for i dont know if this would work, couldnt you just delete the admin folder and upload it only when...
  14. P

    Ysmods plugins

    Simon, and this is exactly why I feel ys is superior to xfilesharing, keep up the great work
  15. P

    default filemanager view options

    agreed that would be even better
  16. P

    Media Converter resolution issues

    maybe it would be best to use the uploaded videos aspect ratio to auto adjust resolution up to a certain limit which could be defined in the settings instead of the current way its handled
  17. P

    default filemanager view options

    You should add default file manager view options, such as icon or file view and number of files per page, maybe in the account_edit page
  18. P

    add notifications for users, by type or specific users only

    and also ability for user to delete all notifications not just mark all as read
  19. P

    add notifications for users, by type or specific users only

    It would be a good feature to be able to add internal notifications for users within the admin utility, by user type, all users or specific users. currently as far as i can tell it has to be done manually via the db which would take forever to do it one by one
  20. P

    how do we API upload as admin account?

    maybe not, i'm not sure now in the index file in the api directory this is there * File API for cross site deletes, uploads, etc. * * Requires a valid api key and username. Call in the format: * http://yoursite.com/api/?key=[key]&username=[username]&action=[method]&file_id=123 * *...