MyBB Community Forums

Full Version: how to set new post waiting for Moderation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to set new post waiting for Moderation  

and new user minimum 10 post then insert link 

Please Help Me.
To have post pre-moderated, change the group (registered ?) options in ACP: " Home » User Groups » Edit User Group"
Tab "Forums & posts", part "Moderation Options"

To disallow links unless the user has 10 posts, you can use ABP Restrict URL
How replace the Message

Please correct the following errors before continuing:
You're not allowed to put url in the post

https://drive.google.com/file/d/1oD_Dsxe...sp=sharing
^ plugin uses a language file (/inc/languages/english/abp_restricturl.lang.php)

$l['abp_urlrestrict_post'] = 'You\'re not allowed to put url in the post';
you can edit the value as you like (keep left side variable as is.)

Note: php files should be saved with utf-8 encoding without Byte Order Mark.
in general, we use editor like Notepad++ or file editor at web host panel to edit the files.
Thanks .m. Smile
The plugin is actually not intented to manage variables in the alert.
I keep the suggestion in mind.