XF 2.1 Moderating all messages before they appear

Fabulous, all set. Thanks!
In addition, I set up a promotion to graduate a user into a usergroup that doesn't have the restriction, after X post count.

I also hide the message to the user that his/her post is moderated, that irritates people and typically they just leave way too often.

To get rid of that, put this line in your extra.less file:

CSS:
.messageNotice--moderated {
    display: none;
}
 
Back
Top Bottom