# 카테고리 드롭다운에 카테고리 설명을 표시하려면 어떻게 해야 하나요?

**URL:** https://meta.discourse.org/t/how-can-i-add-the-category-descriptions-to-show-in-the-category-dropdowns/209152
**Category:** Support
**Created:** [11월 14, 2021, 12:02오전 UTC](https://meta.discourse.org/t/how-can-i-add-the-category-descriptions-to-show-in-the-category-dropdowns/209152 "2021-11-14T00:02:31Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![spdegabrielle](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/spdegabrielle/32/190784_2.png) [@spdegabrielle](https://meta.discourse.org/u/spdegabrielle)
#### Post date: [11월 14, 2021, 12:02오전 UTC](https://meta.discourse.org/t/how-can-i-add-the-category-descriptions-to-show-in-the-category-dropdowns/209152/1 "2021-11-14T00:02:31Z")

</div>

안녕하세요,

제 카테고리에는 설명 게시글이 있습니다.

 ![image](https://global.discourse-cdn.com/meta/original/3X/9/5/952a258928381a36e20112156f55e3fabf6af969.png)

하지만 첫 번째 줄이 카테고리 드롭다운에 표시되지 않습니다:

 ![image](https://global.discourse-cdn.com/meta/original/3X/c/3/c33e6cb7a3fd0e841053563610177dedbc3d189b.png)

다른 Discourse 서버처럼 설명이 표시되기를 원합니다:

 ![image](https://global.discourse-cdn.com/meta/original/3X/f/6/f6363a42104fdd3f984d98d4a6eb781c2910040d.png)

어떤 조언이라도 감사하겠습니다.

bw

Stephen

P.S. 설명 게시글을 기본적으로 상단에 고정할 수 있나요? - 카테고리를 방문한 후 제가 직접 고정하지 않으면 다시는 찾을 수 없게 사라지는 것을 확인했습니다. 사용자가 볼 수 있도록 반드시 고정되기를 바랍니다.

> [@카테고리 설명을 만드는 방법?](https://meta.discourse.org/t/how-to-create-a-description-for-your-category/208995):
>
> Hello I am trying to create new categories for my new community, and I am having a hard time finding out how I can create a category description? I do see any place for this I want to add something like this “Submit your ideas for the community, topics and content. Lets grow the Community together!”

---

<div class="post-metadata">

### Author: ![spdegabrielle](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/spdegabrielle/32/190784_2.png) [@spdegabrielle](https://meta.discourse.org/u/spdegabrielle)
#### Post date: [11월 15, 2021, 7:45오후 UTC](https://meta.discourse.org/t/how-can-i-add-the-category-descriptions-to-show-in-the-category-dropdowns/209152/2 "2021-11-15T19:45:31Z")

</div>

P.S.는 무시해 주세요. 아직 배우는 중이라 이제 삭제할 수 없어요.

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [11월 16, 2021, 11:08오전 UTC](https://meta.discourse.org/t/how-can-i-add-the-category-descriptions-to-show-in-the-category-dropdowns/209152/4 "2021-11-16T11:08:54Z")

</div>

드롭다운의 설명은 사이트 구조를 배워야 하는 TL0의 신규 사용자에게만 표시됩니다.

사용자가 TL1에 도달하면 설명이 자동으로 숨겨집니다.

---

<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: [11월 16, 2021, 2:19오후 UTC](https://meta.discourse.org/t/how-can-i-add-the-category-descriptions-to-show-in-the-category-dropdowns/209152/6 "2021-11-16T14:19:48Z")

</div>

Daniela가 언급했듯이, 카테고리 설명은 신규 사용자(신뢰 수준 0)에게만 드롭다운에서 표시되며, 다른 모든 사용자에게는 숨겨집니다. 이는 일반 방문자가 한 번에 더 많은 카테고리를 보는 것이 더 유용하고, 설명은 상대적으로 덜 유용하다고 보기 때문입니다.

사이트 테마의 `head` 섹션(관리자 \> 사용자 지정 \> 테마 \> HTML/CSS 편집)에 다음을 추가하여 이 동작을 오버라이드할 수 있습니다:

```xml
<script type="text/discourse-plugin" version="0.8">
api.modifyClass("component:category-drop", {
    displayCategoryDescription: true,
});
</script>

```

---

<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: [12월 16, 2021, 2:41오후 UTC](https://meta.discourse.org/t/how-can-i-add-the-category-descriptions-to-show-in-the-category-dropdowns/209152/8 "2021-12-16T14:41:36Z")

</div>

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