This plugin hasn’t been tested with the latest three major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Mata Mayusculas – Kill Caps Lock

Description

  • English

This plugin convert to lowercase messages written completely in UPPERCASE

  • Español

Este plugin transforma a minusculas los comentarios enviados al blog que han sido escritos ENTERAMENTE en mayusculas.

Arbitrary section

  • English

In line number 13, You can set a warning message. It will appear below user’s comment.

If you don’t want any warning message to be appended, just set

define (“mensaje”, “”);

In line number 15, You can set the minimum number of message characters required for conversion

define (“minimo_caracteres”, “6”);

If You want to change fullLower function acording to your language, Visit this thread

http://es.php.net/strtolower

  • Español

En la linea numero 15 se establece el minimo numero de caracteres que ha de tener un mensaje para ser transformado. Establecido en 6. No se transformaran expresiones como “JODER”

define (“minimo_caracteres”, “6”);

En la linea numero 13 se establece la nota de aviso para el lector que aparecera en el cuerpo del mensaje.
Si no deseas que aparezca ningun aviso, deja la linea de esta manera: define (“mensaje”, “”);

Otra opcion para que no aparezca ningun aviso consiste en borrar la linea nº 13 y borrar tambien la linea numero 36 ($devolver .= mensaje;)

NOTA: Los caracteres con tildes y otros como la Ñ quedaran en mayúsculas tras las transformacion.

Puedes dejar tus comentarios en este hilo

http://blog.innerpendejo.net/2008/11/plugin-de-wordpress-para-pasar-a-minusculas-los-mensajes-escritos-enteramente-en-mayusculas.html

No obstante, dudo que realice modificaciones a peticion.

Installation

  • English
  1. Upload mata_mayusculas.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  • Español
  1. Subir el archivo ‘mata_mayusculas.php’ al directorio ‘/wp-content/plugins’
  2. Activarlo desde el Panel de Administracion de WordPress (menu Plugins)

Reviews

There are no reviews for this plugin.

Contributors and Developers

“Mata Mayusculas – Kill Caps Lock” is open source software. The following people have contributed to this plugin.

Contributors