Require approval for all video content

Are there any settings I can use to pre-moderate all video content uploaded to a community?

1 Like

I’m not aware of any such setting that requires approval based on content type. If I were implementing a check, I’ll do it as follows:

  1. Remove all video formats from the list of supported file types for uploads.

  2. Set up a regex pattern in watched words for leading video sharing platforms (Youtube/Vimeo etc.) and require approval.

3 Likes

I think you can also set up Watched Words to act on the extension text too (eg. *.mp4), if that’s useful?

6 Likes