stef tay
asked 8 years ago

Hi,
I have the latest version of DWQA. How can I force all reply and answer always be moderated before display publicly.

thanks for the great plugin.

stef

4 Answers
DominicStaff
answered 8 years ago

At the moment, our plugin does not support a option to allow moderate answer and reply. Only support to moderate the question before publish. However, I think it’s a good feature, I sent and notified our technical team about this problem. We will discuss about it in the next version.

testingtest
replied 8 years ago

Hi there,
Wanted to ask the same question. Has there been any update on this?

Kevin
replied 8 years ago

Hi,

Thanks for writing in. This feature will be added in the next version of DW Q&A.

theyuv
replied 8 years ago

This is good to know.
Any rough estimate on when this next version will be available?

Thanks!

Dominic Staff
replied 7 years ago

Very hard to let you know exactly about the time for the next version to add this feature to the plugin. However, we will try to add and release it as soon as possible.

juhas88
replied 7 years ago

Hi,

I look forward to this great featured! When will the new wersion?

DominicStaff
answered 7 years ago

Please add the function below into wp-content/themes/theme-folder/functions.php

add_filter( 'dwqa_insert_comment_args’, 'dwqa_theme_moderate_comment’ );
function dwqa_theme_moderate_comment( $args ) {
$args['comment_approved’] = 0;
 return $args;
}
 add_filter( 'dwqa_insert_answer_args’, 'dwqa_theme_moderate_answer' );
function dwqa_theme_moderate_answer( $args ) {
$args[post_status'] = 'pending';
 return $args;
}

If you have more questions, please feel free to reach out.

gitarre.blog
replied 7 years ago

This code dont have an effect in the “Free Version”. I am very interested for buying the Pro-Version, but i want to be shure that the “moderate answer before it get´s public” works. Perhaps this feature is implemented after 7 Month?

Thank you for your answer!

Dominic Staff
replied 7 years ago

If you buy the pro version, you can send me username & password of your site, I will help you resolve this issue, I’m sure this option will work fine on the DWQ&A pro version.

gitarre.blog
replied 7 years ago

I buyed the pro version and you are right – new answers marked as “pending”. Thank you so far! It would be nice when the users can read a notice, that their answer will be moderated. I think users will be irritated, when after the posting happend nothing.
A additional feature request is that mails will only send, when the answer is “public”.

Thank you for your support.

Dominic Staff
replied 7 years ago

Yes, we will discuss about it in the next version of the plugin.

javi
replied 7 years ago

I have pro version, but i cant manage to put this little piece of code inside my function.php. I did it literally and it doesnt work :/ help? 🙂

Dominic Staff
replied 7 years ago

Please create a private question then send me your username & password of your site for further checking, I will help you resolve it.

stb
replied 2 years ago

Hi,
This issue is old but if I understand :
– answers moderation is already added in the pro version, can you confirm ?
– as Gitarre said : ” A additional feature request is that mails will only send, when the answer is “public”.” Is it done ? I would like to be sure that the author receives the answer notification only when the answer has been set on “public”.
Thank you for your answer !

DominicStaff
answered 2 years ago

Hi,
– answers moderation is already added in the pro version, can you confirm?
Yes, we have added this feature to the pro version.

– A additional feature request is that mails will only send when the answer is “public”.” Is it done?
At the moment, the plugin does not support it. However, we are checking and customizing this option.

stb
answered 2 years ago

Hi,
In my settings (pro plugin) I turned on the moderation for the questions and for the answers. When you ask a question, you have a message telling that the question must be approved, however it is immediatly public.
For the answers also (made by admin or editor), it is immediatly approved, yet it shouldn-t be.
Can you help me ? Is there any setting I should do, in DWQA plugin or in the wordpress ones ?

Dominic Staff
replied 2 years ago

We have fixed this issue and updated it on the Codecanyon, you can redownload and update the plugin to resolve this issue.

stb
replied 2 years ago

I confirm, this issue is now solved

Powered by DW Question & Answer Pro