How to enable "Answer your Own Question" ?
Sorry for this question, but I can not find this option.
I was able to enable it by editing the following files:
skins/default/templates/question/content.html
skins/default/templates/question/new_answer_form.html
In the first, change
{% if question.closed == False and request.user == question.author %}{# this is outside the form on purpose #}
to this:
{% if question.closed == False %}{# this is outside the form on purpose #}
And in the second file, remove this line:
{% if user == question.author %}style="display:none"{% endif %}
Probably this will be covered by an option. People should be able to answer own questions in general.
To enter a block of code:
Comments
We've removed it, but we will re-enable this feature via an option.
Is it done? I'd like to remove the possibility to answer one's own question.
@Evgeny, bump :)
@siovene just curious - what is the point of now allowing to post self-answers?
@Evgeny, because in my case, many people will not read the FAQ and think it's a forum and so they want to add a follow-up question or a comment, and they use the answer field because they see it first.