Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Is there a way to have the box to answer a question appear even if there is already a answer?

+5 votes
I like how the answer box is there when you view a question without a answer. It would be nice if there was a way to have it be there on all questions. It would save a click.
asked May 27, 2010 in Q2A Core by johnpowell
To stop the submitted answer appearing in the form again, add:

unset($incontent);

After this line in qa-page-question-post.php:

$answerid=qa_answer_create($qa_db, $qa_login_userid, $qa_cookieid, $incontent, $innotify, $inemail, $question);
Thank you. Now everything is working perfectly.

1 Answer

0 votes

This is in the Q2A core, now.

Go to Admin > Viewing > Show answer form immediately, set it to "Always".

answered Sep 22, 2011 by DisgruntledGoat