• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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