where I can change automatic delete times? I wish up to 2 years.
Related to this:
Its possible to set a auto delete for non viewed images? Means as example: image has zero views into set it up time will be deleted automticly
Hope, its on to-do-list.
But can anyone tell me how I can change delete-times? Standard is max 2 days, how I set it up to a year or two? Can I only edit it into /app/lib/classes/class.image.php ?
And you can find it at app/lib/classes/class.image.php
The system uses the dateinterval format which works like this: P2D which stands for "Past 2 days" so for 2 years you should use P2Y.
Note that the goal of the auto-expirable stuff is not to cleanup the images after 2 years. The goal of this function is to allow users to share something and don't have to return to the website to remove the image.