Ryohei Tokimura
asked 9 years ago

I’m using the DW Question Answer Plugin in my site.
http://madnesslabo.net/utage/?page_id=1011

But filter is not work correctory. ‘Open’ or ‘Answerd’ is work like ‘Pending’.

![](https://dl.dropboxusercontent.com/u/16976971/tmp/ss_205.png "enter image title here")

How would I be able to solve this problem?

3 Answers
DominicStaff
answered 9 years ago

Hi,
At the moment, our plugin have some buggy about Filter section. I sent and notified our technical team about this problem. We will check and fix it in the next version.
You can try this to fix this problem. Open the inc/filter.php file, go to Line 400
in case replied you add this :

$args['meta_query'][] = array(
     'key' => '_dwqa_status',
     'value' => array( 'answered' ),
     'compare' => 'IN',
     );
break;

Hope this helps !

Ryohei Tokimura
answered 9 years ago

Thank you I was resolved

cityfox
answered 8 years ago

Hi,

I have also a problem with the filter:
Questions with status "answered" are not displayed when using filter "answered" on questions page.

In this context I have another question: How can I disable certain filters? I’d like to keep it simple for our users and therefore I’d like to disable:

  • Resolved
  • Pending Review
  • Overdue
Powered by DW Question & Answer Pro