• 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.

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