새로운 "질문에 대한 답변이 있으신가요?" 팝업을 영구적으로 닫을 수 없음

새로운 “질문이 해결되었나요?” 팝업(아래 사진 참조)이 너무 강압적이고 실제로는 닫을 수도 없습니다. x를 클릭하면 일시적으로 닫을 수 있지만, 나중에 다시 해당 주제에 오면 다시 창이 뜹니다. 이건 확실히 버그라고 생각합니다.

하지만 이 문제가 수정되더라도, 생성하는 모든 주제마다 이런 질문을 하는 것은 과도하다고 느껴집니다. 애초에 해결책 허용이 설정된 카테고리에서만 적용된다는 점은 알고 있지만, 그런 카테고리 안에서도 모든 주제가 해결책이 필요한 것은 아닙니다. 제 생각에는 해결책 허용 카테고리에 주제를 처음 만들 때 한 번만 튜토리얼처럼 안내하는 방식이 더 좋을 것 같습니다. 현재처럼 주제 방문마다, 혹은 주제당 한 번만이라도 이런 창이 뜨는 것은 제게 큰 번거로움으로 느껴집니다.

3개의 좋아요

Yes, is there some way to disable this?

3개의 좋아요

Is that one controlled by the “disable solved education message” setting?

1개의 좋아요

I don’t think it is, this is quite new actually:
https://github.com/discourse/discourse-solved/commit/4bb06f0e16c046c214d54b4a7ac23a069b092ce0#diff-bd8f4a3d989b8a2bed7ed853cefffffb4a914130c0f9f8a8817ad1dc24f75169

Maybe it should though?

2개의 좋아요

Can something be done about this? It is very distracting to see this every time I open one of my topics.

Yeah, I turned off the Solved Plugin because of it.

1개의 좋아요

Wow, that’s really saying something! I’m not an admin on the site I use, so I can’t do that. For now I decided to block it by class via an ad blocker. But ideally it should be possible to disable it globally as a plugin/site setting and it should really only show up once per topic or maybe even once per user ever.

I’m facing this every single time I’m pulled back into one of the Announcements I’ve posted in my Community because of a user question/response.

In general, Announcements aren’t usually going to be solved. At minimum I’d like to see an exclusion for this feature either on individual categories or at a trust level. (Surely we can trust tl2+? tl3+? to properly mark their topics solved?)

1개의 좋아요

특정 카테고리를 완전히 제외할 수 있다고 확신합니다. 예를 들어, 여기 Meta에서는 Contribute > Feature 주제를 해결할 수 없는 것 같습니다.

제 문제는 일부 카테고리가 혼합된 용도로 사용된다는 점입니다. 즉, 어떤 주제는 해결책이 있고 어떤 주제는 없습니다. 현재로서는 이 경우를 처리할 수 있는 방법이 사실상 없습니다.

@seanblue I’ve just been through all the options and nothing jumped out at me as being “not solvable.” Can you give me a pointer?

You can select which categories can have ‘solvable’ topics in their category admin wrench, on the settings tab:

Ehm… I still don’t see it


Do you have allow solved on all topics set in your admin settings? I think that removes the category by category setting:

My CSS is still pretty basic, but adding this as a theme component has hidden it:

.topic-navigation-outlet.no-answer {
    display: none;
}
Extra details on how to add it to your site
  • Go to /admin/customize/themes
  • Click on install and then create new
  • Give it a name, and select ‘component’.
  • Create
  • Add it to your theme
  • Click on the Edit CSS/HTML button and paste the code into the Common tab

And save. :+1:


3개의 좋아요

That’s it! Thanks!
20 char

1개의 좋아요