02-21-2018 06:00 AM
This thread:
accepted solutions are now shown under the question...... @partial*eclipse certainly had a good solution, but I've never noticed the solution moved to the top of other posts........
02-21-2018 06:35 AM
02-21-2018 07:10 AM
@loveyourimagination49wrote:
It started last week I think.
It’s under the question and also in the thread, so the solution shows twice.
When I saw it last week I thought to myself "has this always been like this and I never noticed it" but it is something new and I will register my opinion ...
I do not like it one bit ... it is beyond annoying.
02-21-2018 07:14 AM
02-21-2018 07:43 AM
I agree, it's annoying and (for me, at least) confusing.
I'd rather see a link at the top for "Go to selected solution."
02-22-2018 12:49 PM
It's weird. I prefer to read responses in chronological order, first to last.
Showing the "accepted solution" first is like a spoiler.
02-23-2018 02:44 AM
02-27-2018 09:31 PM
You are right, started very recently.
I think it is great! Very logical and makes sense. You see the question, then it goes right to the solution or answer. No more wasted scrolling to try to find the post that was selected as the answer. It doesn't disrupt flow.
02-27-2018 09:37 PM
Ren and Stimpy but save the bonus points. Google was my friend! I would NEVER have got that without it! Never watched that show.
03-03-2018 02:34 AM
@castlemagicmemorieswrote:You are right, started very recently.
I think it is great! Very logical and makes sense. You see the question, then it goes right to the solution or answer. No more wasted scrolling to try to find the post that was selected as the answer. It doesn't disrupt flow.
But sometimes the solution or answer is the wrong answer. Then someone who reads the original OP's post and then reads the wrong solution/answer is going to think just because it was checked green and highlighted green then it must be true when sometimes it is not. They may not even take the time to read the rest of the thread because the question has been resolved (even if the resolution is incorrect).
Also, if you are the OP and then post again can you choose your own second post as the solution/answer when in fact you don't know what you are talking about at all?
03-03-2018 04:46 AM
03-03-2018 08:27 AM
@readabouthorseswrote:
@castlemagicmemorieswrote:You are right, started very recently.
I think it is great! Very logical and makes sense. You see the question, then it goes right to the solution or answer. No more wasted scrolling to try to find the post that was selected as the answer. It doesn't disrupt flow.
But sometimes the solution or answer is the wrong answer. Then someone who reads the original OP's post and then reads the wrong solution/answer is going to think just because it was checked green and highlighted green then it must be true when sometimes it is not. They may not even take the time to read the rest of the thread because the question has been resolved (even if the resolution is incorrect).
Also, if you are the OP and then post again can you choose your own second post as the solution/answer when in fact you don't know what you are talking about at all?
You are right but there is no mechanism in place to evaluate what post is the correct answer, except by having the OP do so. As for your concern about the wrong one being chosen and others will think it is right, again, there isn't anything to be done about that, but it would be like calling CS and getting a wrong answer.
And yes, the OP can choose their posts as the answer and frequently do whether it is or not. I think they like having a solution credit!
Maybe they get tired of the thread and think choosing a solution will get them out of it.
03-03-2018 05:33 PM
@readabouthorseswrote:
@castlemagicmemorieswrote:You are right, started very recently.
I think it is great! Very logical and makes sense. You see the question, then it goes right to the solution or answer. No more wasted scrolling to try to find the post that was selected as the answer. It doesn't disrupt flow.
But sometimes the solution or answer is the wrong answer. Then someone who reads the original OP's post and then reads the wrong solution/answer is going to think just because it was checked green and highlighted green then it must be true when sometimes it is not. They may not even take the time to read the rest of the thread because the question has been resolved (even if the resolution is incorrect).
Also, if you are the OP and then post again can you choose your own second post as the solution/answer when in fact you don't know what you are talking about at all?
Actually that risk existed even before the solution was moved to the top and highlighted green. OPs would mark the wrong solution or even their own OP or a post where they simply provided more info on their issue. So that is nothing new, and there is no way around that as there is no option for other posters to choose or even verify the solution.
03-04-2018 03:50 AM
I wish we had the ability to turn off the green checkmarks and green highlights like we can the helpfuls and signatures. When I'm looking down a list of posts in a thread the green interrupts my train of thought sometimes. Most of the time I find the things marked as Solutions are not the solution. LOL
03-04-2018 07:52 AM
These three CSS rules plugged into the Firefox Stylish addon or added to a Firefox usercontent.css file disappear the green background highlight, green checkmark preceding topic, and green checkmark/triangle in upper right corner of topic block respectively.
@-moz-document url-prefix('https://community.ebay.com/t5/'){
/* Kill green background highlight */ body#lia-body.lia-body>div.lia-page>center>div.MinimumWidthContainer>
div.min-width-wrapper>div.min-width>div.lia-content>div.lia-quilt>
div.lia-quilt-row-main>div.lia-quilt-column-main-content>
div.lia-quilt-column-alley-left>div#messageList>div.t-data-grid.thread-list>
table.lia-list-slim>tbody>tr.lia-list-row-thread-solved {background-color:#ffffff !important;} /* Kill green checkmark before subject on left */ body#lia-body.lia-body>div.lia-page>center>div.MinimumWidthContainer>
div.min-width-wrapper>div.min-width>div.lia-content>div.lia-quilt>
div.lia-quilt-row-main>div.lia-quilt-column-main-content>
div.lia-quilt-column-alley-left>div#messageList>div.t-data-grid.thread-list>
table.lia-list-slim>tbody>tr.lia-list-row-thread-solved>td.cThreadInfoColumn>
div.block-messages-wrapper>div.message-blocks-community>div.message-block-body>
div.message-block-subject-date>div.subject>a.message-solved:before {display:none !important;} /* Kill green triangle checkmark in upper right corner */ body#lia-body.lia-body>div.lia-page>center>div.MinimumWidthContainer>
div.min-width-wrapper>div.min-width>div.lia-content>div.lia-quilt>
div.lia-quilt-row-main>div.lia-quilt-column-main-content>
div.lia-quilt-column-alley-left>div#messageList>div.t-data-grid.thread-list>
table.lia-list-slim>tbody>tr.lia-list-row-thread-solved>
td.triangletop.lia-data-cell-secondary.lia-data-cell-icon {display:none !important;} }