Matthew Partovi
asked 8 years ago

Hi, in DW Question & Answer, I have configured the options so people are able to post anonymously. When I click on the page to view a question, it seems to be possible to anonymously reply to the ‘Answer The Question’ box at the bottom of the page without providing an email address, which is great. However, there is a grey comment box higher up the page (that says ‘Write a reply’ inside) that looks like where people can write a threaded comment that still requires the user to enter their email address. How do I change it so the user does not need to enter their email here?

If this is not possible, is there a way to just remove the grey box and threaded comments? Thanks for your help

1 Answers
DominicStaff
answered 8 years ago

About your issue, you can open the wp-content ->plugins -> dw-question-answer -> inc -> template.php file in the line 112 & 113 remove the following code:

<label for="user-email" title="<?php _e( 'Enter your email to receive notification regarding your question. Your email is safe with us and will not be published.','dwqa' ) ?>"><?php _e( 'Your email *','dwqa' ) ?></label> 
        <input type="email" name="_dwqa_anonymous_email" id="_dwqa_anonymous_email" class="large-text" placeholder="<?php _e( 'Email address ...','dwqa' ) ?>" required> 

Hope this helps!

Powered by DW Question & Answer Pro