I have a forum where some tags are moderated because it can't contain anything except the right type of discussion (because it is linked inside an app that shows certain tags depending on user's context).
We are moderating each post in this tags, but this is taking much time (we have 1.4 million downloads, 130k active users, so...)
I was wondering if it exists some extension to display a warning before the post is sent to certain tags, like:
+-----------------------------------------------------------+
| /!\ WARNING: This tag is restrict for "reason" posts only! |
| [ ] I'm aware and want to post here anyway. . . . . . . . .|
+-----------------------------------------------------------+
At least we give the user a warning and he/she have to click on the checkbox to confirm the posting.