-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.txt
53 lines (34 loc) · 1.83 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
=== Advanced Custom Fields Limiter ===
Contributors: viniciusmassuchetto
Donate link: http://vinicius.soylocoporti.org.br
Tags: custom, field, custom field, advanced, simple fields, magic fields, more fields, repeater, matrix, post, type, text, textarea, file, image, edit, admin, limiter
Requires at least: 2.9.2
Tested up to: 3.4.2
Stable tag: 0.02
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Insert JavaScript character limiters in Advanced Custom Fields. You set the field limits and a character counter will appear next to them.
== Description ==
Insert JavaScript character limiters in Advanced Custom Fields. You set a limit for each field, and a character counter will appear next to them in the admin interface.
__Links__
* [Plugin Page](http://vinicius.soylocoporti.org.br/advanced-custom-fields-limiter-wordpress-plugin)
* [GitHub Repository](https://github.com/vmassuchetto/wordpress-advanced-custom-fields-limiter)
== Installation ==
1. Download and activate the Advanced Custom Fields Plugin.
2. Download and activate the Advanced Custom Fields Limiter Plugin.
3. Create some fields and apply them to a editing area.
4. Go to the 'Custom Fields > Limiters' menu and set a limit for each field.
__Usage__
This plugin won't do anything if 'Advanced Custom Fields' is not activated.
Go to the 'Custom Fields > Limiters' menu and set a limit for each field of Advanced Custom Fields. These limits will be applied in every admin interface with a small counter within the text input area of the field.
By now, the plugin performs only a JavaScript check, and won't run any PHP to limit these fields.
== Screenshots ==
1. Menu entry.
2. Options screen.
3. Input text counter.
== Changelog ==
= 0.02 =
* Don't render a count box with fields with no limit
* CSS fixes for the counter box position
= 0.01 =
* Very first version.