Delete picture combined with upload date Delete picture combined with upload date
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Delete picture combined with upload date

Started by dwo, May 19, 2008, 03:06:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dwo

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

Joachim Müller

Not possible out of the box. If you need that added functionality, you'll have to code it in I'm afraid.