Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Question/Answer goes to Answered after any post
I just upgraded to the new Vanilla release which included the Question/Answer plugin. I enabled it, but it seems that any reply to a Ask a Question will instantly be tagged Answered. I thought the original poster had to mark it answered.
Is this the expected behavior for this plugin?
Is this the expected behavior for this plugin?
0
Answers
There was an error rendering this rich post.
There was an error rendering this rich post.
If you inspect the tags you'll notice that there is a different css class for an accepted answer vs just an answer so you can style things differently if you wish.
Question
Answer?
Answered
Otherwise it is just confusing.
grep is your friend.
Unanswered
Answered
Solved
I ended up using
Question
Answer?
Solved
partly for the visual difference between Answer? and Solved.
And for anyone else reading, this can be done by modifying Base_BeforeDiscussionMeta_Handler in the class.qna.plugin.php file.