Comment Hacks

Descripción

Make comments management easier by applying the simple hacks Joost has gathered over the years.

Este plugin añade algunas pequeñas mejoras el núcleo de comentarios de WordPress para hacerlos más llevaderos:

  • Correos electrónicos de aviso de comentarios más limpios.
  • The option to enforce a comment policy: just create a comment policy page, toggle the option on and select it, and
    commenters will have to accept your comment policy before being able to comment.
  • The option to forward comments to an email address (for instance for your support team) and then trash them.
  • La opción de rechazar comentarios que tengan menos de una cierta longitud.
  • La opción de redirigir a los que comentaron primero a una página de agradecimiento.
  • Un campo de texto en la pantalla de edición de comentarios para cambiar el ID del comentario superior.
  • Enlaces en la sección de comentarios de administración para enviar correos electrónicos a comentaristas concretos.
  • Un botón en la barra de herramientas de WP para enviar un correo electrónico a todos los que comenten en una entrada.
  • Añade una opción de asociación de comentarios. Esto añade un desplegable en los ajustes de comentarios de una entrada, permitiendo asociar los correos electrónicos del comentario a otro usuario.

Observa las capturas de pantalla para hacerte una mejor idea de la funcionalidad del plugin.

Have you found an issue?

If you have bugs to report, please go to the plugin’s GitHub repository. For security issues, please use our vulnerability disclosure program, which is managed by PatchStack. They will assist you with verification, CVE assignment, and, of course, notify us.

Capturas

  • Captura de pantalla de un correo electrónico limpio de aviso de comentario.
  • La caja de edición de comentario superior.
  • Los ajustes de administración del plugin.
  • El botón en el escritorio para enviar un correo electrónico a todos los que hayan comentado en una entrada.
  • El enlace en el escritorio para enviar un correo electrónico a comentaristas concretos de una entrada.

Instalación

Instalación desde el escritorio

  1. Busca «comment hacks», haz clic en instalar.
  2. Lo lograste.

Instalación manual

  1. Descarga y descomprime el plugin.
  2. Sube el directorio yoast-comment-hacks al directorio /wp-content/plugins/.
  3. Activa el plugin desde el menú ‘Plugins’ de WordPress.
  4. Configura tus ajustes en la pantalla Ajustes → Mejoras de comentarios.

Reseñas

9 de diciembre de 2022
The update of this plugin cause a critical error on my site and took the whole site down. Do not recommend.
9 de diciembre de 2022
Fatal error: Uncaught Error: Class "JoostBlog\WP\Comment\Inc\Hacks" not found in /var/www/html/wp-content/plugins/yoast-comment-hacks/yoast-comment-hacks.php:53 Stack trace: #0 /var/www/html/wp-admin/includes/plugin.php(2314): include_once() #1 /var/www/html/wp-admin/plugins.php(192): plugin_sandbox_scrape() #2 {main} thrown in /var/www/html/wp-content/plugins/yoast-comment-hacks/yoast-comment-hacks.php on line 53
4 de agosto de 2021
I am sorry to leave you a 1 star, but your plugin does not work. Plus there is no instructions on how to use this plugin. I have click on the email icon a lot and nothing happens. The link looks like this (not putting my real email here) mailto:example@example.org?subject=RE%3A%20Why%20Did%20Jesus%20Come%20To%20earth%3F&body=Hi%20Living%2C%0D%0A%0D%0ALiving%20His%20Word%20has%20responded%20to%20your%20comment%2Fprayer%20or%20approved%20your%20comment%2Fprayer.%20Thank%20you%20for%20leaving%20your%20comment%2Fprayer%20on%20%22Why%20Did%20Jesus%20Come%20To%20earth%3F%22%20-%20https%3A%2F%2Flivinghisword.org%2Fwhy-did-jesus-come-to-earth%2F%0D%0A%0D%0AGod%20Bless%20You%21%0D%0ALiving%20His%20Word%20Ministries%2C%20Inc.%0D%0Awww.livinghisword.org%0D%0Aresponse%40livinghisword.org Okay now what? If you can tell me how this plugin works and I can get to work, this would be wonderful but if not then I will leave my review. Thank you
1 de abril de 2021 2 respuestas
The email section does not appear and does not work
28 de mayo de 2020
No warnings when the comment is too long. Someone could spend an hour writing a comment and then get the message that their comment is too long. It would be nice if, when someone reached the limit, a warning is given (Hey, you've reached your limit) No information given after the fact. For example, if I'm 1000 characters over the limit it'd be nice to get a message that says, "You're 1000 characters over the limit," instead of, "Your comment is too long. Try again." or whatever it says. Great idea but not a good implementation.
Leer todas las 13 reseñas

Colaboradores y desarrolladores

«Comment Hacks» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«Comment Hacks» está traducido en 20 idiomas. Gracias a los traductores por sus contribuciones.

Traduce «Comment Hacks» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.9.4

  • Fix fatal due to wrong class import, props @andizer.

1.9.3

  • Fix bug where comment reroute recipient would not save.
  • Added an option to disable the «Email all commenters» admin bar button.

1.9.2

  • Fix missing autoloader

1.9

  • Introduces a new option to the plugin: adding a comment policy was never easier than this: just create a comment
    policy page, toggle the option on and select it, and commenters will have to accept your comment policy before being
    able to comment.
  • Fixes a bug where editing a comment on the quick edit screen would cause that comment to lose its parent.
  • Enhances performance by preventing too frequent option updates.
  • Remove all direct DB queries in favor of using WordPress core functions.

1.8.1

  • Fixed a couple of PHP 7.4 related issues.

1.8

  • Changed namespace to JoostBlog.
  • Removed Yoast branding.
  • Updated plugin to require PHP 7.4.

1.7

  • Bugfixes:
    • Fixed: the «Email commenters» link would not be displayed in the WordPress admin bar and in the Comments list.
    • Fixed: the «Email commenters» link in the front end admin bar wouldn’t work when jQuery wasn’t enqueued.
    • Fixed: the notification emails for new comments would have incorrect content for the Author line and the text displayed before the comment.

1.6

  • Fix language packs.

1.5

  • Bugfixes:
    • Fixed: comment recipient dropdown would reset on reload of the page.
    • Fixed: admin bar CSS showing when no admin bar is showing.

1.4

  • Enhancements:
    • Limit the roles shown in the comment notifications dropdown to roles that normally exist and can write. Introduces a new filter to allow expanding them.

1.3

  • Enhancements:
    • Add option to restrict comments that are too long, next to too small.
    • Add reply-to header to comment notification and moderation emails, pointing to the post author.
    • Preserve the active tab when saving settings.
    • Remove [...] from pingback / trackback excerpt in cleaned emails as that’s already included by core.
    • Replace link to ARIN with link to ip-lookup.net for details about the IP.
    • Refactored code for readability and code quality.
    • Refactor upgrade routine to do less DB queries.

1.2

Soluciona varios problemas:

  • Differentiate between AJAX request and normal POST for nonce checking, fixes #7.
  • Make sure comment type isn’t empty in cleaned email, fixes #8.
  • Allow setting the comment parent to 0, fixes #10.
  • Prevents defaults from being reinstated, fixes #14.

También:

  • Adds translator comments to all strings with sprintf / printf.
  • Updates to new version of Yoast i18n, in the process switching from translate.yoast.com to translate.wordpress.org and removing packaged translations.
  • Added yarn.lock and removed no longer needed i18n grunt tasks.

1.1.1

  • Add text domain so the plugin can be translated.

1.1

  • Add comment routing option, adds a dropdown in a post’s discussion settings, allowing the routing of comment emails to another user.

1.0

  • Initial version.