Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept this answer shown on initial post? #51

Open
tripflex opened this issue Aug 8, 2016 · 2 comments
Open

Accept this answer shown on initial post? #51

tripflex opened this issue Aug 8, 2016 · 2 comments

Comments

@tripflex
Copy link

tripflex commented Aug 8, 2016

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
Copy link
Author

tripflex commented Aug 8, 2016

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;
}

@tierra
Copy link
Owner

tierra commented Aug 9, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants