topicsolved icon indicating copy to clipboard operation
topicsolved copied to clipboard

Accept this answer shown on initial post?

Open tripflex opened this issue 9 years ago • 2 comments
trafficstars

Not sure if that's by design or not, but it would be nice to be able to disable having it show the "Accept this answer" on the initial post, as if you're using this for support forum ... chances are the first post is going to be the user asking for help, which would IMO never end up being an accepted answer.

tripflex avatar Aug 08 '16 15:08 tripflex

For anybody that wants this same functionality, I just used CSS3 to hide the first one:

.content-main-inner > div:nth-of-type(1) .topicsolved-icon {
    display: none;
}

tripflex avatar Aug 08 '16 15:08 tripflex

Agreed, this would be a nice addition for reducing confusion, probably even on by default because I don't think there's many (if any) use cases that actually mean for the first post to be marked as solved/accepted/sold/etc.

tierra avatar Aug 09 '16 02:08 tierra