tierra / topicsolved

phpBB Topic Solved extension: Allows posting questions, and accepting answers as solved.
https://www.phpbb.com/customise/db/extension/topic_solved/
GNU General Public License v2.0
23 stars 19 forks source link

Accept this answer shown on initial post? #51

Open tripflex opened 8 years ago

tripflex commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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.