@cbutlerjr Many thanks for your reply. Meanwhile, I have also tested your plugin (preliminarily) and it seems to be the one I need.
Yes you put it right - the ability to participate. And particularly the ability to participate responsibly and with proper disclosure - not just run of the mill type with fake emails and pseudonyms
I have kind of thought the following regarding the issue:
(lets forget multisite - the blog version of plugin is fine)
1. The replies by the blog admin should not display to unregistered users
2. Only the registered users should be able to view comments by blog admin
3. Only registered users should be able to comment / reply to comment
4. The registered users should go through the email verification process prior to registration
5. The blog admin should be able to moderate user registration after the email verification process is completed
Now to the (1), I guess I have to put something on top of comments.php like <?php if (!is_user_logged_in() && is_post()) { // comments by user id=x not visible } ?> instead of the code suggested in the documentation
Now I am not sure as to what to put in this part of coding ("comments by user id=x not visible").
Point (2) and (3) is automatic - and requires nothing to do
Point (4) - I have not yet tested wp-members plugin whether it works with email verification - and its also not there is documentation
Point (5) - This the plugin can do - but does this functionality work with Point (4)? I have still to test
Your plugin obviously has great functionality (and nice clean interface).
The particular blog is at: indiapoint.net/ca
thanks again, anup