"Login to Upload" message

I add albums to posts via shortcode with an uploader (pro version). When I’m logged in I can see the “Drop your files here” box, and all works fine.

But for a visitor who is not logged in, I want instead of the uploading box to show a simple message like e.g. “login to upload your photos to this album”.

How should I achieve that? I mean which file to edit? I guess it could be quite easy with wordpress logic.

Thanks for any help.

Hi Stavros, Sorry to say there isn't any filter available to edit the message. For a work around you can achieve the same by JS code.

Ok, no problem at all, there is an other solution: Below every gallery shortcode I will put a message that will be visible only to users which are not currently logged in.