# 특정 그룹이 아닌 토픽에는 비공개 플래그를 달 수 있을까요?

**URL:** https://meta.discourse.org/t/can-we-have-a-private-flag-on-the-topics-if-its-not-from-a-certain-group/336007
**Category:** Support
**Created:** [11월 13, 2024, 6:36오후 UTC](https://meta.discourse.org/t/can-we-have-a-private-flag-on-the-topics-if-its-not-from-a-certain-group/336007 "2024-11-13T18:36:07Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![audrey\_jin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/audrey_jin/32/326289_2.png) [@audrey\_jin](https://meta.discourse.org/u/audrey_jin)
#### Post date: [11월 13, 2024, 6:36오후 UTC](https://meta.discourse.org/t/can-we-have-a-private-flag-on-the-topics-if-its-not-from-a-certain-group/336007/1 "2024-11-13T18:36:07Z")

</div>

개발자 커뮤니티에 Discourse를 사용 중이며, 외부 사용자가 생성한 주제를 표시하는 방법을 구현하고 싶습니다. 이 표시는 모더레이터와 같은 특정 그룹에만 보이고, 비공개로 유지되어야 합니다.

이미 내부 사용자 그룹이 있으므로, 이 그룹의 멤버가 아닌 사용자가 생성한 주제를 자동으로 외부 주제라고 식별하여 표시해 주면 좋겠습니다.

도움 주시면 감사하겠습니다 🙂

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [11월 13, 2024, 6:38오후 UTC](https://meta.discourse.org/t/can-we-have-a-private-flag-on-the-topics-if-its-not-from-a-certain-group/336007/2 "2024-11-13T18:38:48Z")

</div>

이것을 참고해 보세요:

> [@특정 그룹(예: 스태프)이 주제에 게시물을 남겼는지에 따라 목록에 스타일 추가](https://meta.discourse.org/t/add-styles-to-a-topic-listings-based-on-if-a-specific-group-such-as-staff-has-posted-inside-the-topic/204402/2?u=merefield):
>
> We have a plugin for this (though it doesn’t look like we have it documented here on Meta anywhere thinking): [GitHub - discourse/discourse-group-tracker: Group Tracker plugin for Discourse · GitHub](https://github.com/discourse/discourse-group-tracker) This allows you to add an icon to the topic list to mark topics where someone from a specific group has posted, and also covers this: Also, within topics… as long as the group is set as someone’s [primary group](https://meta.discourse.org/t/what-does-selecting-primary-group-for-a-user-do/25857), we add a class to each post (using Meta as an example, our team members have group-tea…
