This plugin hasn’t been tested with the latest 3 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.

LH Native Comments

Descripción

Make comments better for visitors by modifying the comment form.

This plugin adds some small hacks around core WordPress comment forms including:

  • Hide the url field (will be configurabel in future releases)
  • Makes all fields html5 compliant.
  • Make email, name and comment required fields on the front end via required attribute.
  • Make the comment textarea expandable for better use of space.
  • Hide the email and name fields until a visitor begins adding a comment.
  • Saves unfinished comments in localstorage for repeat visitors.
  • If the commenter doesn’t exists saves their details in the database with an unclaimed user role
  • Give each comment its own permalink

Instalación

Install through your backend

  1. Search for “LH Native Comments”, click install.
  2. You’re done.

Install manually

  1. Download and unzip the plugin.
  2. Upload the lh-native-comments directory to the /wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.

Preguntas frecuentes

Installation Instructions

Install through your backend

  1. Search for “LH Native Comments”, click install.
  2. You’re done.

Install manually

  1. Download and unzip the plugin.
  2. Upload the lh-native-comments directory to the /wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.

Reseñas

There are no reviews for this plugin.

Colaboradores y desarrolladores

“LH Native Comments” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “LH Native Comments” a tu idioma.

¿Interesado en el desarrollo?

Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .

Registro de cambios

1.00

  • Initial version.

1.20 April 06, 2016
* Upgrade to 4.4.2 compliant

1.30 April 06, 2016
* Imposter protection

1.40 April 06, 2016
* Create unclaimed users

1.50 April 16, 2016
* Added Comment permalinks

1.60 June 06, 2016
* Better translation support

1.70 June 22, 2016
* Add names on user creation

1.71 June 22, 2016
* Cronned user created

1.72 March 30, 2017
* Use isset

1.73 May 10, 2017
* More code improvement

1.74 October 18, 2017
* do_action user_register

1.75 December 03, 2017
* work with wp event calender