One Click Close Comments
- Author:Scott Reilly
- Version:2.0.1
- Last update:2010-08-22
- Compatibility:WP 2.8 – 3.0.1
- Comments:go here
- Download:[ zip ]
- Description:
Conveniently close or open comments for a post or page with one click.
-
Extended Description
Conveniently close or open comments for a post or page with one click.
From the admin listing of posts (‘Edit Posts’) and pages (‘Edit Pages’), a user can close or open comments to any posts to which they have sufficient privileges to make such changes (essentially admins and post authors for their own posts). This is done via an AJAX-powered color-coded indicator. The color-coding gives instant feedback on the current status of the post for comments: green means the post/page is open to comments, red means the post/page is closed to comments. Being AJAX-powered means that the change is submitted in the background without requiring a page reload.
This plugin will only function for administrative users in the admin who have JavaScript enabled.
Find out more at the plugin’s WordPress Plugin Repository page.
-
Screenshots
Click to see full-size image.
Installation
- Unzip
one-click-close-comments.zipinside the/wp-content/plugins/directory for your site (or install via the built-in WordPress plugin installer) - Activate the plugin through the ‘Plugins’ admin menu in WordPress
- When on the ‘Edit Posts’ or ‘Edit Pages’ admin pages, click the indicators to toggle the comment status for a post, as necessary.
- Unzip
Frequently Asked Questions
Q. I can see the colored dots indicating current commenting status, but why aren’t they clickable?
A. The commenting status link/button is only clickable is you have JavaScript enabled.Q. What does the color-coding of the dot mean?
A. Green means the post is currently open for comments; red means the post is not currently open for comments.Q. How can I customize the color-coding used for the dot?
A. You can customize the colors via CSS..comment-state-1indicates comments are open..comment-state-0indicates comments are closed.Q. How can I customize the dot used to represent commenting status?
A. By default, commenting status is represented using the•character. You can change this by filteringone-click-close-comments-click-char. Here’s an example — added to a theme’s functions.php file — to change it to a solid diamond:add_filter( 'one-click-close-comments-click-char', create_function('$a', 'return "&diams";') );
Release Log
2.0.1
- Don’t even define class unless in the admin section of site
- Store plugin instance in global variable, $c2c_one_click_close_comments, to allow for external manipulation
- Move registering actions and filters into init()
- Remove docs from top of plugin file (all that and more are in readme.txt)
- Note compatibility with WP 3.0+
- Minor tweaks to code formatting (spacing)
- Add Upgrade Notice section to readme.txt
- Remove trailing whitespace
2.0
- Display commenting status even if JS is disabled
- Render commenting status as a ‘span’ instead of an ‘a’ and use unobtrusive JS to make it clickable
- Insert column into desired position using PHP instead of JS
- Fix issue related to disappearance of button for a post after using Quick Edit
- Fix issue of ‘Allow Comments’ checkbox in ‘Quick Edit’ getting out of sync with actual comment status
- Allow filtering of character used as click link, via ‘one-click-close-comments-click-char’
- Move initialization of config array out of constructor and into new function load_config()
- Create init() to handle calling load_textdomain() and load_config() (textdomain must be loaded before initializing config)
- Add support for localization
- Add PHPDoc documentation
- Add .pot file
- Note compatibility with WP 2.9+
- Drop compatibility with versions of WP older than 2.8
- Update documentation (descriptions, FAQs, etc) to reflect behavior changes
- Update copyright date
1.1
- Bail out early if not on pertinent admin pages
- Make use of admin_url() for path to admin section
- Note WP 2.8 compatibility
1.0
- Initial release
Copyright & Disclaimer
Copyright © 2009-2010 by Scott Reilly (aka coffee2code)Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

