-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
60 lines (40 loc) · 2.42 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
=== Instant Comment Validation ===
Contributors: mkrdip
Donate Link: http://mkrdip.me/donate
Tags: comment validation, wordpress comment validation plugin, comment validation plugin
Requires at least: 2.8
Tested up to: 4.3
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Add a instant validator for WordPress comment form, instead of sending users to default error page.
== Description ==
WordPress deafult comment error page sucks? Its just showing an error message like "please fill out required fields" and nothing else? Trying to get rid out of this & keep users in that page. Then “Instant Comment Validation” is for you. This plugin adds validation to the comment form. When a user submits the form and something is missing, an appropiate message is displayed and individual fields are highlighted.
That's it, no configuration needed, just install & enjoy!
= Contribute =
While using this plugin if you find any bug or any conflict, please submit an issue at
[Github](https://github.com/mkrdip/instant-comment-validation/) (If possible with a pull request).
= Credit =
This plugin used [jQuery Validation plugin](http://jqueryvalidation.org/) library.
== Installation ==
= Automatic installation =
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of Instant Comment Validation, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
In the search field type “Instant Comment Validation” and click Search Plugins. Once you’ve found plugin, you can install it by simply clicking “Install Now”.
= Manual installation =
1. Extract the zip file
2. Upload the `instant-comment-validation` folder to `/wp-content/plugins/`
3. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= The plugin files load even if the comments are closed? =
Answer: No, then plugin assests do not load unnecessarily. If your post in single & comments are open then then plugin loades it files.
== Screenshots ==
1. Instant Validation error message showing to logged in user
2. Instant Validation error messages showing to general user
== Changelog ==
= 1.0 =
* Initial release
= 1.0.1 =
* Updated readme.txt file
* Updated main plugin file (Direct Access blocked to plugin URL)
== Upgrade Notice ==
Nothing here