Roy
asked 4 years ago

Dear,
I would like to have the status of the question set default to private because I am creating a site for members. But I do not seem to find the option to set the question standard to private question.
I would also like to have the question to be visible to an auther as well as an admin. I would like to have Authors to be able to read and answer the questions but no unregistered user should see the question, nor other clients.
many thanks in advance
2.12.0.0

1 Answers
DominicStaff
answered 4 years ago

– If you want to set the private question, you can create the dwqa-templates/styles/default folder in your theme then copy/paste the wp-content/plugins/dw-question-answer-pro/templates/styles/default/question-submit-form.php file into the dwqa-templates/styles/default folder then open this file and find the line 31 to remove the following code:

<option value="publish"><?php _e( 'Public', 'dwqa' ) ?></option>
Dominic Staff
replied 4 years ago

Also, the plugin does not support to have the question to be visible to an author as well as an admin

Powered by DW Question & Answer Pro