coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: dwo on May 19, 2008, 03:06:41 PM

Title: Delete picture combined with upload date
Post by: dwo on May 19, 2008, 03:06:41 PM
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
Title: Re: Delete picture combined with upload date
Post by: Joachim Müller on May 19, 2008, 06:04:14 PM
Not possible out of the box. If you need that added functionality, you'll have to code it in I'm afraid.