lewayotte/advanced-comment-control
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== Advanced Comment Control === Contributors: layotte Donate link: http://lewayotte.com/advanced-comment-control/ Tags: advanced, comments, pings, trackbacks, disable, spam, security, trolls Requires at least: 3.1 Tested up to: 4.6 Stable tag: 1.2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Easily control who can comment and when they can comment on any post type. == Description == Ever had someone comment on a post on your site that is really old? With the Advanced Comment Control plugin you can automatically disable commenting on old posts, or only allow certain roles to comment on certain post types. This is one of the easiest ways to handle spam and trolls. What can you do with the Advanced Comment Control plugin for WordPress? * Disable comments on select post types older than a certain date. * Disable comments on select post types with more than a set number of comments. * Disable pings/trackbacks on select post types older than a certain date. * Disable pings/trackbacks on select post types with more than a set number of comments. * Set roles that can always comment on select post types. * Set roles that can never comment on select post types. * Set rules for logged in or logged out users. You can follow the development of this plugin at [GitHub](https://github.com/lewayotte/advanced-comment-control)! == Installation == This section describes how to install the plugin and get it working. 1. Upload `advanced-comment-control` directory to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. Update the Advanced Comment Control settings under the Comments menu in your WordPress dashboard. == Frequently Asked Questions == = Unknown = 42. == Screenshots == 1. Menu 2. Advanced Comment Controls 3. Post Rules 4. User Rules == Changelog == = 1.2.0 = * Removing debug code = 1.1.0 = * Adding ability to disable Pings/Trackbacks = 1.0.3 = * Fixing typo in PHP function call = 1.0.2 = * Adding Serbo-Croatian language files = 1.0.1 = * Actually disable rules if disable rules is checked :) * Added translation pot file = 1.0.0 = * Initial Release