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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.