Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kn007/wordpress-comments-manager
Manage your comments faster, handle data more quickly.
https://github.com/kn007/wordpress-comments-manager
comment comments manager php plugin wordpress
Last synced: 2 months ago
JSON representation
Manage your comments faster, handle data more quickly.
- Host: GitHub
- URL: https://github.com/kn007/wordpress-comments-manager
- Owner: kn007
- License: gpl-3.0
- Created: 2017-01-12T12:30:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T20:09:23.000Z (almost 8 years ago)
- Last Synced: 2023-02-27T09:06:06.565Z (almost 2 years ago)
- Topics: comment, comments, manager, php, plugin, wordpress
- Language: PHP
- Homepage: https://wordpress.org/plugins/wp-comments-manager/
- Size: 2.26 MB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordpress Comments Manager
![wp-comments-manager](/assets/wp-comments-manager.png?raw=true "Wordpress Comments Manager")
Manage your comments faster, handle data more quickly.
## Plugin Details
Contributors: kn007
Requires at least: 3.6
Tested up to: 4.7.2
Donate Link: https://kn007.net/donate/
About Plugin: https://kn007.net/topics/new-wordpress-comment-management-system/
Tags: comments, view, spam, control, ajax, search, management, manager, comment search, comment view, comment edit, comment reply, comment approval, comment moderation, comment spam, comment trash, comment delete
## Description
Wordpress Comments Manager help you to quickly find comments and manage comments.
It can be very convenient to review selected comments, open the comment in a new window, reply comment, edit comment and delete comments.
See the [screenshots](/assets/) for more details.
## Installation
1. Upload the entire `wp-comments-manager` folder to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' menu in WordPress.## Changelog
Version 1.6 (26 Feb 2017)
* Add `Unanswered` tab, could show the comments that have not received a reply by internal user yet.
* Experimental feature: public comments search shortcode support(need enable `WPCM_ENABLE_EXPERIMENTAL_FEATURES` first).Version 1.5.1 (11 Feb 2017)
* Fix some bugs.Version 1.5 (22 Jan 2017)
* Query optimization.
* Fix some bugs.Version 1.4 (21 Jan 2017)
* Using back Wordpress API to edit comment.
* Change: double-click a row to call reply dialog form.
* Add a hotkey to the form(`Ctrl+Enter` to submit).Version 1.3 (19 Jan 2017)
* Feature: reply comment.
* Review POST request.Version 1.2 (18 Jan 2017)
* Code normalization.
* Make the code compatible with `JQuery 1`.
* Lessen the possibility of XSS vulnerabilities.
* Using nonce to prevent unauthorized access.Version 1.1 (16 Jan 2017)
* Make `Site` column to a hyperlink.
* Double-click a row to popup display the `Content` contents.Version 1.0 (12 Jan 2017)
* Initial release.## Requirements
PHP 5.3+, PHP7 recommended for better performance, WordPress 3.6+, WordPress 4.7+ recommended for better experience.
## About
[kn007's blog](https://kn007.net)