0

should unpublish question be disable on similar question too?

unpublish question still show up on similar question section?


Category: General Questions

Like it on Facebook, Tweet it or share this question on other bookmarking websites.

14

That is a bug. Please raise the bug in tracker and we will fix it. If you need immediate solution for this follow below steps.


Edit components/com_communityanswers/models/answers.php and at line 306 find below code


$wheres = array();

Add the below code just after the above one


$wheres[] = 'a.published=1';
Answered


Please register/login to answer this question.  Click here to login