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

edited November 2011 in Vanilla 2.0 - 2.8
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?

Best Answer

  • x00x00 MVP
    Answer ✓
    I changed this to make it clear

    Question
    Answer?
    Answered

    Otherwise it is just confusing.

    grep is your friend.

Answers

  • answered changes color when a user accepts the answer

    There was an error rendering this rich post.

  • actually... nevermind... they appear to have fixed the behavior you are seeing on this site, I'd check for an update to the plugin in the git repo

    There was an error rendering this rich post.

  • ToddTodd Vanilla Staff
    This is the expected behavior of the plugin. Questions will go back to a question state if the person that asks the question rejects the answer.

    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.
  • x00x00 MVP
    Answer ✓
    I changed this to make it clear

    Question
    Answer?
    Answered

    Otherwise it is just confusing.

    grep is your friend.

  • I use this setup on my site:

    Unanswered
    Answered
    Solved
  • edited November 2011
    Thanks.

    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.
Sign In or Register to comment.