Beschrijving
Maak het beheren van reacties makkelijker door de simpele hacks die Joost door de jaren heeft verzameld toe te passen.
Deze plugin voegt wat kleine hacks rondom de reactiefunctionaliteit van WordPress toe om het wat draaglijker te maken:
- Simpelere reactie notificatie emails.
- De optie om een reactiebeleid af te dwingen: maak simpelweg een reactiebeleidspagina, zet de optie aan en selecteer de pagina. Vanaf nu moeten personen met commentaar akkoord geven op je reactiebeleid voordat ze akkoord gaan.
- De optie om reacties door te sturen naar een e-mailadres (bijvoorbeeld je klantenservice) en ze daarna in de prullenbak te gooien.
- 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.
Heb je een probleem gevonden?
Als je bugs wilt melden, ga dan naar de GitHub repository van de plugin. Voor security-meldingen kan je gebruik maken van ons vulnerability disclosure program dat wordt beheerd door PatchStack. Zij helpen je met de verificatie, het toekennen van een CVE, en ze brengen ons natuurlijk op de hoogte.
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
comment-hacks
folder naar de/wp-content/plugins/
folder. - 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
2.1.1
- Don’t enqueue the remove URL script on the frontend for logged out users or users without the
edit_posts
capability.
2.1
- Added a link to remove the author’s URL from the comment from the frontend.
- Fix comment policy function for admins and editors.
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
- Namespace veranderd naar
JoostBlog
. - Yoast-branding verwijderd.
- 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.