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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.