Beschrijving
Make comments management easier by applying the simple hacks Joost has gathered over the years.
Deze plugin voegt wat kleine hacks rondom de reactiefunctionaliteit van WordPress toe om het wat draaglijker te maken:
- Simpelere reactie notificatie emails.
- 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.
- De optie om reacties onder een in te stellen lengte tegen te houden.
- De optie om mensen die voor het eerst reageren te kunnen doorsturen naar een bedankpagina.
- Een invoerveld op de reactie bewerk pagina om het parent ID van een reactie te kunnen wijzigen.
- Links in de reactiebeheersectie om individuele reageerders te mailen.
- Een button in de WP toolbar om alle reageerders op een post te mailen.
- Voegt een optie toe om reacties te routeren. Dit voegt een dropdown toe in de reactie-instellingen van een bericht, die het toestaan om de comments te routeren naar een andere gebruiker.
Bekijk de schermafbeeldingen om een beter idee te krijgen van de functionaliteit van de 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.
Schermafdrukken
Installatie
Installeer via de WordPress-admin
- Zoek naar “comment hacks”, klik op installeer.
- Je bent klaar.
Installeer handmatig
- Download en unzip de plugin.
- Upload de
yoast-comment-hacks
-directory naar de/wp-content/plugins/
-directory. - Activeer de plugin via het ‘Plugin’-menu in WordPress.
- Configureer je instellingen op het Instellingen → Reactie Hacks-scherm.
Beoordelingen
Bijdragers & ontwikkelaars
“Comment Hacks” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Comment Hacks” is vertaald in 20 talen. Dank voor de vertalers voor hun bijdragen.
Vertaal “Comment Hacks” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
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.
- Opgelost: de melding e-mails voor de nieuwe reacties zouden incorrecte inhoud hebben voor de Auteur regel en de tekst die weergeven wordt vóór de reactie.
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. - Vervang link naar ARIN met link naar ip-lookup.ne voor details over het IP-adres.
- Geherstructureerde code voor leesbaarheid en code kwaliteit.
- Refactor upgrade routine to do less DB queries.
1.2
Lost meerdere problemen op:
- 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.
Ook:
- Adds translator comments to all strings with
sprintf
/printf
. - Updates to new version of Yoast i18n, in the process switching from
translate.yoast.com
totranslate.wordpress.org
and removing packaged translations. - Added
yarn.lock
and removed no longer needed i18n grunt tasks.
1.1.1
- Voeg tekst domein toe om de plugin te kunnen laten vertalen.
1.1
- Voegt een reactierouteeroptie toe, voegt een dropdown toe in de reactie-instellingen van een post, die het toestaat de reacties te routeren naar een andere gebruiker.
1.0
- Initiële versie.