Whisper Comment
Introduction
Whisper Comment is a WordPress plugin for commenters to control comment visibility for other viewers. A 'whisper' is a comment that is only displayed for targeted viewers. Viewers who are not authorised to view the whisper, will only see the replacement text instead.
Features
- Allow whisper to the Primary Administrator and a single registered user
- Allow configuration of the replacement messages
- Hide whisper comments in in normal comment display and comment feeds
Limiations and Coming-soons
Whisper Comment is still in development phase. It currently allows commenters to send 'whisper' messages to Administrator only. Currently working on the following functions:
- Allow whisper comments for multiple registered users
- Allow unregistered commenters to view their own whispers with cookie as credentials
Download
File Name: whisper-comment.zip
Version: 0.2.2
Download: Whisper Comment (962)
Official Homepage: WordPress Plugins - Whisper Comment
If you have any suggestions or bug reports please leave comments here. You can also buy me a cup of coffee if you like this plugin!







Categorized under
Posted at 08:44:3701.23.2009.
Has 31 comments, 






I had the same problem when installing this plugin, and I solved the problem thanks to your comment above. ('public function' to 'function')
However, a checkbox isn't shown on comment forms though I checked 'Activate' in 'Options'. How can it be shown?
I am using Wordpress 2.7.1, and PHP 4.4.7 (I can't upgrade it).
Please give me an advice how should I do to fix this problem. Thanks.
wrote at 11:22:26 03.29.2009
At the bottom of your comment template (comments.php), right after the submit button, you must have a line < ?php do_action('comment_form', $post->ID); ?>, which is how this plugin inserts the extra checkbox!
wrote at 11:31:16 03.29.2009
Sorry to bother you, but comments.php has ID); ?> already before.
Given that the checkbox isn't showed even if I changed my blog's theme to 'Wordpress classic theme', the problem may not be related to comment template file.
wrote at 01:45:44 03.29.2009
If the line is indeed there, then all I can think of is the fact that errors has occurred due to the PHP version again. Make sure you have removed all "Pubic" function declarations ... You are the first person to experience the problem, may be there are other plugins out there that might block it? Or may be you are using WP-Cache, and haven't cleared the cache yet?
wrote at 02:35:47 03.29.2009
Hello webmaster
I would like to share with you a link to your site
write me here preonrelt@mail.ru
wrote at 07:44:09 03.03.2009
The PHP4 was the issue. I have removed the public portion and have successfully activated. Thanks.
wrote at 01:01:52 02.08.2009
Good to hear!
wrote at 01:38:54 02.16.2009
I have attempted to install the whisper comment plugin, but am unable to due to a fatal error:
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/content/l/k/g/lkggrif/html/misfitmccabe/wp-content/plugins/whisper-comment-afm/whisper-comment-afm.php on line 303
Please advise what can be done to fix this as I would really like to try out your plugin. Thanks.
wrote at 05:58:10 02.08.2009
If my suspicion is correct, then you might be using PHP4 instead of PHP5. And I am not even certain whether you are using WordPress 2.7.
If the problem is soley PHP4, then you should solve the problem by editing the plugin content: a) Search for word "public" in front of "function" keywords b) remove these "public" instances
Let me know how you go!
wrote at 07:44:05 02.08.2009