• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

To delete images automatically over 4 months.

kispervn

Chevereto Member
Currently I see only Auto delete guest uploads 1 month, and now I want it to work periodically 4 months 1 time?
Thank you, everybody.
 

Edit Class.image.php​

Location: /app/lib/classes

Line 386

Code:
$table = [

                ['minute', 5],

                ['minute', 15],

                ['minute', 30],

                ['hour', 1],

                ['hour', 2],

                ['hour', 6],

                ['hour', 12],

                ['day', 1],

                ['day', 2],

                ['day', 3],

                ['week', 1],

                ['week', 2],

                ['month', 1],

                ['month', 4],

            ];
 
Back
Top