Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
338 views
in Q2A Core by
I want to sort question by updated date. but now its sorted by created date.
by
That's what the activity section is used for. E.G.: http://question2answer.org/qa/activity

1 Answer

+1 vote
by

As pupi1985 says the Activity page does that. If you want the homepage to be sorted that way by default you can set the Activity page to be the homepage by putting this in your qa-config.php:

$QA_CONST_PATH_MAP = array(
    'activity' => '',
);

P.S. Stop posting junk answers. If you want to test Q2A use the demo!

...