# 솔루션에 가입한 사용자를 확인하는 방법

**URL:** https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801
**Category:** Support
**Tags:** solved
**Created:** [9월 23, 2024, 5:52오후 UTC](https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801 "2024-09-23T17:52:01Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Ravindra-Trdx](https://avatars.discourse-cdn.com/v4/letter/r/4af34b/32.png) [@Ravindra-Trdx](https://meta.discourse.org/u/Ravindra-Trdx)
#### Post date: [9월 23, 2024, 5:52오후 UTC](https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801/1 "2024-09-23T17:52:01Z")

</div>

현재는 어떤 사용자 게시물이 해결(Solved)로 선택되었는지를 “Solved By” 항목으로 표시합니다.  
실제로 해당 답변을 해결책으로 지정하고 Solved 버튼을 클릭한 사람이 누구인지 어떻게 알 수 있을까요?

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [9월 23, 2024, 5:57오후 UTC](https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801/2 "2024-09-23T17:57:41Z")

</div>

데이터 탐색기 플러그인을 사용하면 확인할 수 있습니다.

> [@Who has marked a particular topic as Solved](https://meta.discourse.org/t/who-has-marked-a-particular-topic-as-solved/261876):
>
> To look up who has marked a particular topic as Solved: -- [params] -- topic\_id :topic\_id SELECT target\_topic\_id, acting\_user\_id, created\_at::date FROM user\_actions WHERE target\_topic\_id = :topic\_id AND action\_type = 15 ORDER BY created\_at DESC

> [@How do I see who is marking solved and on what?](https://meta.discourse.org/t/how-do-i-see-who-is-marking-solved-and-on-what/63981/4):
>
> I was interested to see these stats for my instance as well, so had a go at making some queries for [data explorer](https://meta.discourse.org/t/32566?silent=true): To list each individual “solved” event: SELECT acting\_user\_id, target\_topic\_id, target\_post\_id, created\_at FROM user\_actions WHERE action\_type=15 ORDER BY created\_at DESC To produce a list with stats per-user: (with variable for time interval, defaults to 1 year): -- [params] -- string :interval = 1 year SELECT ua.acting\_user\_id, count(case t.user\_id when ua.acting\_use…

또한 이 오픈된 #Contribute > Feature 요청도 흥미롭고 의견을 더하고 싶으실 수 있습니다:

> [@Display the user who marked the answer as correct](https://meta.discourse.org/t/display-the-user-who-marked-the-answer-as-correct/249016/9):
>
> Over and over again I have wished I could tell who marked a post the solution: whether it was the OP or someone who (for whatever reason) wanted to close the topic

---

<div class="post-metadata">

### Author: ![Ravindra-Trdx](https://avatars.discourse-cdn.com/v4/letter/r/4af34b/32.png) [@Ravindra-Trdx](https://meta.discourse.org/u/Ravindra-Trdx)
#### Post date: [9월 24, 2024, 4:35오후 UTC](https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801/3 "2024-09-24T16:35:49Z")

</div>

감사합니다  
성공적으로 작동했습니다

---

<div class="post-metadata">

### Author: ![Aaron\_Walsh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aaron_walsh/32/312661_2.png) [@Aaron\_Walsh](https://meta.discourse.org/u/Aaron_Walsh)
#### Post date: [9월 24, 2024, 7:36오후 UTC](https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801/4 "2024-09-24T19:36:33Z")

</div>

도움이 될 수 있습니다. 저도 직접 사용하고 있습니다. @Don님의 테마 컴포넌트입니다.

> [@해결됨 배지](https://meta.discourse.org/t/solved-topic-badge/281981?u=aaron_walsh):
>
> information_sourceSummary Adds styling options to the solved and unsolved topics.hammer_and_wrenchRepository [GitHub - VaperinaDEV/solved-topic-badge: This theme component adds styling options to the solved and unsolved topics. · GitHub](https://github.com/VaperinaDEV/solved-topic-badge)questionInstall Guide [How to install a theme or theme component](https://meta.discourse.org/t/how-do-i-install-a-theme-or-theme-component/63682)open_bookNew to Discourse Themes? [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) Install this theme component Hello waving_hand This theme component adds styling o…

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [9월 24, 2024, 7:40오후 UTC](https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801/5 "2024-09-24T19:40:10Z")

</div>

그 컴포넌트는 게시물 아래에 있는 해결 버튼이 누가 클릭했는지, 즉 주제를 해결로 표시한 사람이 누구인지 파악하는 데 어떻게 도움이 되나요?

---

<div class="post-metadata">

### Author: ![Aaron\_Walsh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aaron_walsh/32/312661_2.png) [@Aaron\_Walsh](https://meta.discourse.org/u/Aaron_Walsh)
#### Post date: [9월 24, 2024, 8:51오후 UTC](https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801/6 "2024-09-24T20:51:24Z")

</div>

![The image is a screenshot of a digital interface, possibly a chatbot or a virtual assistant, with a blue help button and the word "SOLVED" in green. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/8/f/e/8fe106748804784b87fdc5dc297ab2c86f05d2b0.jpeg)

해결되지 않은 상태는 빨간색, 해결된 상태는 녹색으로 설정했습니다. 여기에는 해당 주제를 해결한 사용자의 아바타도 포함됩니다.

또한 프로필의 해결 아이콘을 클릭하면 다른 모든 주제를 찾을 수 있습니다.

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [9월 24, 2024, 8:55오후 UTC](https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801/7 "2024-09-24T20:55:11Z")

</div>

이 주제는 해결책으로 표시된 게시물의 작성자가 누구인지 알아내는 것이 아닙니다. 오히려 누가 그 게시물을 해결책으로 지정했는지에 대한 이야기입니다.  
프로필에 그런 정보가 표시되지 않는다고 생각합니다. 아니면 2번 게시물을 해결책으로 지정한 사람이 누구인지 알려줄 수 있나요?

---

<div class="post-metadata">

### Author: ![Aaron\_Walsh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aaron_walsh/32/312661_2.png) [@Aaron\_Walsh](https://meta.discourse.org/u/Aaron_Walsh)
#### Post date: [9월 24, 2024, 9:01오후 UTC](https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801/8 "2024-09-24T21:01:56Z")

</div>

죄송해요, 제 실수였어요. 메시지를 잘못 읽었네요. 😶‍🌫️ 😫

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [10월 24, 2024, 9:02오후 UTC](https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801/9 "2024-10-24T21:02:14Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

---

<div class="post-metadata">

### Author: ![nat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nat/32/235063_2.png) [@nat](https://meta.discourse.org/u/nat)
#### Post date: [3월 26, 2025, 4:16오전 UTC](https://meta.discourse.org/t/how-to-know-who-opted-the-solution/327801/10 "2025-03-26T04:16:11Z")

</div>

기능 관련 주제에서 가져온 내용입니다:

> [@nat](#):
>
> 여기 업데이트를 하나 드리겠습니다. 이제 이 기능이 가능해졌습니다:
> 
> ![marked solved by](https://global.discourse-cdn.com/meta/original/4X/5/1/d/51ddeb28c63e1c1e158642e278271737a412c46e.png)
> 
> ![marked solved by](https://global.discourse-cdn.com/meta/original/4X/d/6/9/d692c258f257967f68ab0546875ff82fcbe7a42b.png)
> 
> [Support - Discourse Meta](https://meta.discourse.org/c/support/6?solved=yes) 에서 실제 동작을 확인하실 수 있습니다.
> 
> 사이트 설정인 `show who marked solved`(해결로 표시한 사람 표시)는 기존 상태를 유지하기 위해 기본적으로 비활성화되어 있지만, 커뮤니티에서 유용하다고 판단되면 활성화할 수 있습니다.
