• 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

ModerateContent Chevereto Plugin

It's possible those files are completely different in free & paid verisions, did you add moderatecontent.php in /app/vendor/moderatecontent/ I would start again if I where you, are the database entries still there?
 
One question: If I update to 3.16.0 now, will it work despite the files modifications, or I need to just delete the added ModerateContent tables and to update my Chevereto instance?
 
Last edited:
Keys used by 3.16.0:

Code:
'3.16.0' => [
            'moderatecontent' => 0,
            'moderatecontent_key' => '',
            'moderatecontent_block_rating' => 'a', // ,a,t
            'moderatecontent_flag_nsfw' => 'a', // ,a,t
            'moderatecontent_auto_approve' => 0,
            'moderate_uploads' => '', // ,all,guest,
            'image_lock_nsfw_editing' => 0,
        ]
 
Back
Top