Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
409 views
in Q2A Core by

how to change the page output user
For example http://www.question2answer.org/qa/user/case42
show only the user
question
IS NOT visible answers and comments

sorry for my bad english

1 Answer

0 votes
by
change

qa-page-user.php    string № 235

$questions=qa_any_sort_by_date(array_merge($questions, $answerquestions, $commentquestions));

TO

$questions=qa_any_sort_by_date(array_merge($questions));
...