Hello.
Every user is able to delete his picture with using the button "delete picture" under the picture itself.
Is it possible to show this button only for a certain time. For example only 7 days after upload date?
Would you please give me a hint, for example what variable the uploaddate is, or how I should start programming such thing with php.
I think about a simple if/then routine, shouldnt that difficult.
If currentdate>uploaddate+7days then blank (show no button) else button
Thank you very much, regards, Dietmar
Not possible out of the box. If you need that added functionality, you'll have to code it in I'm afraid.