Report Comments Plugin for WordPress
This plugin provides a way for visitors to report inappropriate comments on a WordPress powered site. It does this by automatically adding a link to each comment, which (after asking for confirmation) notifies the administrator by email. There are several options available, including customization of the text, the email message generated (you can choose to include the post title, url, date, author, etc..), and more.
Download
- Latest Release (For WordPress 2.0 through 2.5)
Installation
- Download and unzip the above file
- Upload the entire dd-report-comments directory to your plugins directory
- Activate the plugin from the WordPress admin panel
- Configure the options under the admin panel: Options - DDReport
Usage
Once activiated, links are added to the comments automatically. The only option you must change is your email address. Other options are available as well, and are explained below.
Change Log
- 06-20-07 Version 1.1 - Added an optional textarea so the personal reporting the comment can include a message.
- 06-16-07 Version 1.0 - First release.
Options
Link Display Options
Link text - The text shown for the link.
Code before/after link - This allows you to add code around the link for formatting. The default option wraps the link in p tags aligned to the right.
Open in new window - If checked, the confirmation pages will open in a new window.
Email Options
Email address - Where the notifications are sent.
Email subject & message - These options are used to generate the email. You can use the pre-defined tags for this:
%COMMENT_ID% - The ID number of the comment
%COMMENT_URL% - The URL of the comment
%POST_ID% - The ID of the post
%POST_URL% - The URL of the post
%POST_TITLE% - The title of the post
%COMMENT_AUTHOR% - The author of the comment
%COMMENT_DATE% - The date of the comment
%COMMENT_TEXT% - The comment text
%VISITOR_COMMENT% - Optional message from the person reporting this comment
Confirmation Page Options
Confirmation text - The text shown on the confirmation page.
Confirmation button - The text shown on the confirmation button.
Success message - The text shown to the user after the notification has been sent.
Troubleshooting
Some servers are configured to only allow PHP to send mail to an email address on the server itself. If you do not receive email sent from this script, try using an email address on the same domain.


Jump to Comments