Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Show answer label only for accepted answers

edited December 2011 in Questions
This discussion is related to the Q&A addon.

Is there a way to only show the "answered label" for posts with accepted answers? Also, how to you get a checkmark next to the accepted post? The board here has that feature.

Best Answer

  • 422422 Developer MVP
    Answer ✓

    this can be done quite easily.

    The class vanilla use for Accepted is: class="Tag QnA-Tag-Accepted"

    The class for answered is: class="Tag QnA-Tag-Answered"

    So with some css jiggery pokery it could be solved quite easily. As for the tick, that is controlled by the plugin. I dont think the devs have actually released that. But uses a unicode tick next to answer, so pretty easy to hack

Answers

Sign In or Register to comment.