-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·86 lines (54 loc) · 2.44 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
=== Advanced Comment Form ===
Contributors: webzunft
Donate link: https://webgilde.com
Tags: comment form, comments, form, comment form
Requires at least: 6.0
Tested up to: 6.4
Stable tag: 1.2.2
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Advanced Comment Form lets you customize plenty of things on the default comment forms in WordPress.
== Description ==
Advanced Comment Form enables you to customize the WordPress comment form right from your dashboard.
You can find the settings page under `Comments > Comment Form` in the dashboard.
**Remove Fields**
* remove the email field for standard, and non standard comment forms
* remove the website field for standard, and non standard comment forms
**Change Texts**
* remove the message that emails are not published and which fields are required
* remove the text about which html tags are allowed
* insert custom text before the form
* insert custom text after the form
**Layouts**
* use a two columns layout for the comment form
**Shortcode**
* `[comment-form]` shortcode to insert comment form into posts and pages
I am open to your suggestions for more features here or in the [github repository](https://github.com/webgilde/comment-form)
== Installation ==
1. Upload the plugin folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Visit the settings page under `Comments > Comment Form` to customize the form
== Screenshots ==
1. Comment form before and after applying some of the plugin options
2. Two-column comment form layout
== Important Notes ==
* the plugin works only, if your theme uses the standard WordPress comment form function
* options that where submitted with the `comment_form` function in your template overwrite most of the plugin functions
== Changelog ==
= 1.2.2 =
- Ignore two-column style on screens below 480px
= 1.2.1 =
* sanitize the input into text options using `wp_kses_post` to prevent the usage of scripts and disallowed tags and attributes.
= 1.2.0 =
* added two columns layout
* restructured admin area
= 1.1.0 =
* renamed the plugin to Advanced Comment Form
* hopefully fixed some issues with the readme file
* remove website field using css as an alternative method
* added `[comment-form]` shortcode to insert comment form into posts and pages
= 1.0.1 =
* so many plugins written and still not getting the readme.txt right
= 1.0 =
* first version of the plugin