Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nownie

    (@nownie)

    That’s a pity, I will manage manually then.
    So what is the button Display position for?

    Thread Starter nownie

    (@nownie)

    Hi
    I’ve sent this message in the forum nearly four months ago and it is still not solved :
    I’ve installed Download Attachments. When I download a new document in a page it appears at the end. I would like the last document to appear first in the list. I tried to use the parameter called “Display position” in Display where you are supposed to choose the order of the documents when they are downloaded (before or after the last document) and it doesn’t work.
    Thanks for your help

    Thread Starter nownie

    (@nownie)

    I am sorry the mistake was mine. When I tried to block the access to documents downloaded with the plugin download attachments in a menu secured with a password and login all documents of the media library deseapered so all pictures in the website deseapeared Maybe I Will succeed to protect those documents of being visible writing the url with wp-content with a plugin for security!
    Best regards

    Thread Starter nownie

    (@nownie)

    Actually, the problem is that all wp-content/plugins/download-attachments documents are present in the web even if the documents downloaded with Download Attachments are in pages of a protected menu with login and password. I am not sure this new option will help for my problem.
    The modification would in da_download_attachment function

    if ( ! is_user_logged_in() ) {
    return false;
    }

    Thanks a lot
    Regards,

    • This reply was modified 7 years, 11 months ago by nownie. Reason: adding a code line for explanation
Viewing 4 replies - 1 through 4 (of 4 total)