# 스태프용 에디터 교육 메시지를 끄려면 어떻게 하나요?

**URL:** https://meta.discourse.org/t/turn-off-the-editor-education-messages-for-staff/198036
**Category:** Feature
**Created:** [7월 23, 2021, 11:51오후 UTC](https://meta.discourse.org/t/turn-off-the-editor-education-messages-for-staff/198036 "2021-07-23T23:51:45Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![pascal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pascal/32/122151_2.png) [@pascal](https://meta.discourse.org/u/pascal)
#### Post date: [7월 23, 2021, 11:51오후 UTC](https://meta.discourse.org/t/turn-off-the-editor-education-messages-for-staff/198036/1 "2021-07-23T23:51:45Z")

</div>

안녕하세요 - 다른 사용자의 의견을 구하라는 팝업, 이 주제가 해결되었다는 팝업 등은 전혀 필요 없습니다. 저는 하루 종일 사용자들의 질문에 답변하고 있으며, 제가 하는 일에 대해 잘 알고 있습니다. Discourse가 이런 메시지를 보내는 것을 원하지 않습니다 - 최소한 관리자에 대해서는 이런 팝업을 꺼낼 수 있는 방법이 있을까요?

- 파스칼

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [7월 24, 2021, 12:35오전 UTC](https://meta.discourse.org/t/turn-off-the-editor-education-messages-for-staff/198036/3 "2021-07-24T00:35:12Z")

</div>

설정에서 사이트 스태프에게만 선택적으로 이 기능을 끄는 방법은 없는 것 같습니다… 하지만 CSS를 사용하면 가능합니다. 사이트 테마에 아래 코드를 추가하면 관리자 및 модератор 모두에게 해당 메시지가 숨겨집니다.

```css
body.staff {
.composer-popup.education-message {
  display: none;
  }
}

```

---

<div class="post-metadata">

### Author: ![pascal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pascal/32/122151_2.png) [@pascal](https://meta.discourse.org/u/pascal)
#### Post date: [7월 24, 2021, 3:25오전 UTC](https://meta.discourse.org/t/turn-off-the-editor-education-messages-for-staff/198036/4 "2021-07-24T03:25:52Z")

</div>

감사합니다! 윗사람들을 설득해 볼게요.

- 파스칼

---

<div class="post-metadata">

### Author: ![Sebastien78](https://avatars.discourse-cdn.com/v4/letter/s/43a26b/32.png) [@Sebastien78](https://meta.discourse.org/u/Sebastien78)
#### Post date: [3월 23, 2023, 10:46오전 UTC](https://meta.discourse.org/t/turn-off-the-editor-education-messages-for-staff/198036/5 "2023-03-23T10:46:54Z")

</div>

안녕하세요 @awesomerobot

제 환경에서는 이 코드가 작동하지 않는 것 같습니다.

모더레이터 계정으로 로그인해도 팝업이 계속 표시됩니다.

문제가 무엇일지 아이디어가 있으신가요?

감사합니다!
