# 카테고리별 특정 단어 게시 제한

**URL:** https://meta.discourse.org/t/restrict-users-to-post-certain-words-per-category/255430
**Category:** Support
**Created:** [2월 17, 2023, 4:00오전 UTC](https://meta.discourse.org/t/restrict-users-to-post-certain-words-per-category/255430 "2023-02-17T04:00:58Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [2월 21, 2023, 1:30오후 UTC](https://meta.discourse.org/t/restrict-users-to-post-certain-words-per-category/255430/6 "2023-02-21T13:30:53Z")

</div>

Discourse에 플러그인을 추가하는 방법은 다음과 같습니다:

> [@Install plugins on a self-hosted site](https://meta.discourse.org/t/install-plugins-in-discourse/19157?u=canapin):
>
> warning This guide assumes that you have a self-hosted standard installation. We only support the standard method of install here, so these instructions assume you have a [standard install](https://meta.discourse.org/t/142537?silent=true). warning This guide only applies to self-hosted Discourse instances. If you are using a managed hosting service, the available plugins are controlled by your hosting provider. For example, on our hosting [these specific plugins](https://www.discourse.org/plugins) are available by hosting tier. information_source As of mid-2025, [many p…](https://meta.discourse.org/t/373574)

이 플러그인을 사용한 자동화 작업의 예시는 다음과 같습니다:

 ![image](https://global.discourse-cdn.com/meta/original/4X/b/8/8/b8869c72299bd8e6028d34a1c53857911a58b83d.png)

특정 카테고리에서 특정 단어가 포함된 게시물을 자동으로 플래깅합니다.  
게시물의 내용은 숨겨지지만, 일반 사용자를 포함한 누구나 버튼을 클릭하여 숨겨진 내용을 볼 수 있습니다.

이것은 CSS 솔루션으로 우회할 수 있습니다:

> [@The persistence of posts hidden by flags are a bane to our community](https://meta.discourse.org/t/the-persistence-of-posts-hidden-by-flags-are-a-bane-to-our-community/109969/20?u=canapin):
>
> Turns out this does create some side effects: When the most recent post in a topic is hidden and a user clicks on the most recent post indicator in the topics list it will try to go to the hidden post but then “bounce” randomly way back higher in the thread. The owner of the hidden post won’t have a chance to edit it because the controls for the post are also hidden. So this appears to be a better solution: body:not(.staff) { .post-hidden a.expand-hidden { display: none; } …

그러나 그의 동작 방식(숨겨진 메시지를 누구나 읽을 수 있음)에 대해 논의가 이루어지고 있으니, 아래 링크를 확인해 보세요:

> [@The persistence of posts hidden by flags are a bane to our community](https://meta.discourse.org/t/the-persistence-of-posts-hidden-by-flags-are-a-bane-to-our-community/109969/23?u=canapin):
>
> How would you feel about having these auto-hidden-due-to-threshold posts hidden to non-moderators and non-flaggers? (leaving it visible as stubs to people who originally flagged and mods) Keep in mind that this is meant to be a temporary state, people can recover from auto hide by correcting a post.

---

_[View the full topic](https://meta.discourse.org/t/restrict-users-to-post-certain-words-per-category/255430)._
