• Resolved Schelli

    (@schelli)


    Hi thomstark,

    first of all: Thanks for this really great Plugin!!

    I have some short questions, because I didn’t find any answer until now.

    1) Is it possible to implement any response to the user, when a file has been uploaded successfully? At the moment there’s only the small tick, which fades out after a short moment. Something like “Your file(s) have been uploaded!”

    2) Is it possible to send an email to the administrator (or somebody else) after somebody uploaded a file, or once a day/week/… ? As far as I understood, this is only possible for downloads!?

    Thanks a lot in advance for your help ??

    Greetz,
    Schelli

    https://www.ads-software.com/plugins/file-away/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author thomstark

    (@thomstark)

    Hi.

    I plan to do something about #2 (email notifications of uploads) in a future release. #1 isn’t a big priority for me. The green tick seems sufficient I think.

    Thread Starter Schelli

    (@schelli)

    Hi,

    thanks for the quick reply!

    That sounds good to me. #2 definetely is also more important for me, too.

    #1 came up from some users, who started upload and did not look a their sreen the whole time. Then they missed the green tick. Because they have no rights to look into the directories, they had no chance to check if the upload was successfull. Just for clarification: For some reasons I don’t want to give them the possibility to look into the diretories ??
    Perhaps it’s possible to change the time, after the tick slides out. That would be enough or me. I will have a look at the code:)

    Plugin Author thomstark

    (@thomstark)

    For #1, you can do the following:

    Navigate to wp-content/plugins/file-away/lib/js/

    and open up management.js

    Scroll down to line 1454. That line will say this:

    TheFiles[uid] = [];

    Add these two lines below that:

    filertify.set({labels:{ok : fileaway_mgmt.ok_label}});
    filertify.alert('All uploads complete.');

    Save and refresh your page, then upload some files for testing.

    Thread Starter Schelli

    (@schelli)

    THANKS!

    That is exactly what I was looking for … now really “everybody” should realize that the upload is finished!

    Hello,

    #2 feature is very very expected ??
    (email notifications of uploads)

    Are you still developping in this direction ?
    Regards,

    Plugin Author thomstark

    (@thomstark)

    please update to version 3.9

    Thanks for your respond.
    I just updated to 3.9, sorry but i can’t find any instructions for email notification on uploads.
    Should i work around with RSS feed (i dont use it yet) ?..

    Plugin Author thomstark

    (@thomstark)

    Sorry, that’s not included yet. Will be soon. This update had important patches everyone needs.

    Thread Starter Schelli

    (@schelli)

    Hi,

    are there any news on this issue?

    Thanks a lot for your work ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Information/Message about successully uploaded files’ is closed to new replies.