Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
408 views
in Q2A Core by
most activity of my website is comments but in the home page only shows time of answerd . so that give  new visitor bad look when they see answered 1 days ago but the fact is a lot of comments inside the qustions. pleas help

1 Answer

+2 votes
by

You can utilize the $QA_CONST_PATH_MAP variable in your qa-config.php to make the "All activity" page your home page. Uncomment the variable and make it like this:

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

by
I did this but
It is not working
by
*/
$QA_CONST_PATH_MAP = array(
    'activity' => '',
);
/*

This is correct
by
moved by
what about showing also time of the comment home page
by
@newbie2017 Sorry, I don't know what you mean.
...