Put the write an answer field before all the answers

Solved4.81K viewsUpdates
0

Hi,

I’d like to put the answer field not below all the answers but above, so that users can answer without having to scroll down all the way, how should I do this ?

PS : I’m not sure that this could be a useful update to anyone, but maybe that’s why I’m putting it in possible updates 😉

selected answer
1

You can prepare that kind of modification for Your needs Yourself. Look here: https://anspress.io/docs/?topic=customization#post-16185

In this way feature updates will not affect Your code changes.

As for making it mainstream, IMHO there is no need for that. Purpose of Q&A is to find a best answer for Your question. If the best answer is not selected, then user should read answers before his participation. In this way we will avoid content duplication, and unnecessary comments.

selected as best answer
0

(By the way Thanks Priard, I had answered my post before seeing yours !)

1

Ok I found it, in question.php 🙂

 

>
<?php ap_question_the_answer_form(); ?>
<?php
/**
* Output list of answers
*/
ap_question_the_answers();
?>