Opis
Comment Redlist is a WordPress plugin that blocks comment spam before it is inserted into your database.
Manage your Comment Redlist settings on the Settings > Discussion page, or on the plugin’s dedicated options page, located in the Settings menu.
For more information, check out http://blog.skunkbad.com/wordpress/the-comment-redlist-plugin.
Features include:
- Comments blocked by word, character sequence, or IP address.
- Blocked comments can be logged for debugging or your general information.
- Optional javascript alert informs site visitor if Comment Redlist will detect their submission as spam.
- Optional setting provides spammer with zero feedback, instead of an error message.
- Optional form tokens use cookies (PHP session) to confirm a legitimate post.
- Optional setting restricts comments to US keyboard characters, or any regular expression.
- Optional setting removes your comment form’s Website field, and blocks any comment that contains one.
Instalacja
- Use the auto-installer or upload entire plugin to
/wp-content/plugins/directory. - Activate the plugin through the 'Plugins’ menu in WordPress.
- Change settings in new Settings->Comment Redlist or Settings->Discussion page.
Najczęściej zadawane pytania
- Installation Instructions
-
- Use the auto-installer or upload entire plugin to
/wp-content/plugins/directory. - Activate the plugin through the 'Plugins’ menu in WordPress.
- Change settings in new Settings->Comment Redlist or Settings->Discussion page.
- Use the auto-installer or upload entire plugin to
- Who is this plugin aimed at?
-
This plugin is aimed at nearly every WordPress user. Nobody wants spam.
- Why are there no Questions here?
-
Because no-one has asked me.. Ask me a question by going to the Brian’s Web Design Contact Page
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„Comment Redlist” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Comment Redlist” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.0.9
- Serbian language translation files added
1.0.8
- Spanish language translation fixed
1.0.7
- Spanish language translation files added
1.0.6
- Debug mode now enabled via options page / settings page. Previously only set as private class member.
- Session cookie name for token usage now changed via options page / settings page. Previously set in lang.php.
1.0.5
- Existing feature that blocks submissions with Website field now will remove the field if it has not already been removed. Technically it is replacing it with a hidden form field, which is a perfect trap for many bots.
1.0.4
- Fixed dedicated options form. Uskeys removed, URL added back in.
1.0.3
- Better options for character restriction
- Fixed bug where all error messages were the same
1.0.2
- Initial Commit to SVN