# ‘사용자’와 ‘이 앱에 대하여’ 설정을 숨기고 싶습니다

**URL:** https://meta.discourse.org/t/i-would-like-to-make-the-users-and-about-this-settings-invisible/159059
**Category:** Support
**Created:** [7월 28, 2020, 2:07오후 UTC](https://meta.discourse.org/t/i-would-like-to-make-the-users-and-about-this-settings-invisible/159059 "2020-07-28T14:07:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Camille\_Augereau](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/camille_augereau/32/187593_2.png) [@Camille\_Augereau](https://meta.discourse.org/u/Camille_Augereau)
#### Post date: [7월 28, 2020, 2:07오후 UTC](https://meta.discourse.org/t/i-would-like-to-make-the-users-and-about-this-settings-invisible/159059/1 "2020-07-28T14:07:57Z")

</div>

플랫폼에 가입한 사용자들에게 "users"와 “about this” 설정을 보이지 않도록 하고 싶습니다. 이 설정은 저만 볼 수 있도록 하고 싶은데, 가능한가요?

도움 주셔서 감사합니다.

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [7월 28, 2020, 2:51오후 UTC](https://meta.discourse.org/t/i-would-like-to-make-the-users-and-about-this-settings-invisible/159059/2 "2020-07-28T14:51:17Z")

</div>

Camille님, 안녕하세요! 관리자 설정에서 사용자 목록을 비활성화할 수 있다는 것을 알고 계실 거예요. “enable user directory” 항목을 찾으시면 됩니다. 그러면 관리자 대시보드에서 사용자 목록에 접근할 수 있습니다.

소개 페이지를 숨기는 방법은 잘 모르겠어요. 정말 삭제하시겠어요? 사이트의 연락처 이메일 주소를 확인할 수 있는 장소를 제공하는 것이 꽤 중요하기 때문입니다. 또한 사람들이 서비스 약관과 개인정보 처리방침에 접근하는 방법이기도 합니다.

햄버거 메뉴에서 링크를 제거하는 데 CSS를 사용할 수 있다는 것은 알고 있어요. 이 정보가 최신인지 확실하지는 않지만 시도해 보실 수 있습니다:

> [@Is it possible to remove the FAQ?](https://meta.discourse.org/t/is-it-possible-to-remove-the-faq/113811/7?u=tobiaseigen):
>
> Thanks ya’ll slight_smile, this was very helpful. I ended up adding the following CSS: .hamburger-panel .widget-link[href="/faq"] { display: none; } This’ll work whether the FAQ link is at the top of the menu (because its unread) or near the bottom.
