WP Manifestindependent plugin directory
manifest / content / wp-acf-limiter

Advanced Custom Fields Limiter

Insert JavaScript character limiters in Advanced Custom Fields WordPress Plugin

by Vinicius Massuchetto · github.com/vmassuchetto/wp-acf-limiter · website

5stars
3forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/vmassuchetto/wp-acf-limiter/archive/refs/heads/master.zip

Readme

=== 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

== 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.

Read the full README on GitHub →