Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
400 views
in Q2A Core by
HI i would like to sort the question page only by the posted date, and not bring the last answered one to the top. Any ideas how i can do this?

Thanks

1 Answer

+2 votes
by
 
Best answer

It sounds like you want the front page to behave like the questions listing. You can do this by inserting the following in your qa-config.php file (requires Q2A 1.4 or later):

$QA_CONST_PATH_MAP=array(
  'questions' => '',
);
by
Thanks! thats perfect
...