# Suppress all post warning / education panels?

**URL:** https://meta.discourse.org/t/suppress-all-post-warning-education-panels/66834
**Category:** Support
**Created:** [July 26, 2017, 6:44am UTC](https://meta.discourse.org/t/suppress-all-post-warning-education-panels/66834 "2017-07-26T06:44:38Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![JamesNorth](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jamesnorth/32/283740_2.png) [@JamesNorth](https://meta.discourse.org/u/JamesNorth)
#### Post date: [July 26, 2017, 6:44am UTC](https://meta.discourse.org/t/suppress-all-post-warning-education-panels/66834/1 "2017-07-26T06:44:38Z")

</div>

Two of the forums I admin with Discourse contain users that know each other in real life and talk about things that occur in real life (business based and sport based).

- I couldn’t find any discussion about this anywhere specifically, but is there a way to suppress **all** warnings/education for posts?

New users (clients) on my business forum get annoyed by all the education that occurs to them and people who know each other on the sport one get annoyed when members are called out for replying to each other a little bit in one topic.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [July 26, 2017, 8:07am UTC](https://meta.discourse.org/t/suppress-all-post-warning-education-panels/66834/2 "2017-07-26T08:07:22Z")

</div>

Which ones in particular? This is awfully vague. Can you be specific?

---

<div class="post-metadata">

### Author: ![JamesNorth](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jamesnorth/32/283740_2.png) [@JamesNorth](https://meta.discourse.org/u/JamesNorth)
#### Post date: [July 26, 2017, 8:10am UTC](https://meta.discourse.org/t/suppress-all-post-warning-education-panels/66834/3 "2017-07-26T08:10:58Z")

</div>

All warnings pertaining to posting I suppose … or even just all warnings as the OP suggests.

New posters, replying too much to people and suggesting private messaging, topics having similar content to other topics … all education warnings.

I can disable the awards system, so why can’t I disable the system that tries to guide people in to how to post?

---

<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: [July 26, 2017, 9:25am UTC](https://meta.discourse.org/t/suppress-all-post-warning-education-panels/66834/4 "2017-07-26T09:25:27Z")

</div>

Similar to this topic (except for the TL of a user)

> [@Globally disable the educational advices after a user has reached a certain level](https://meta.discourse.org/t/globally-disable-the-educational-advices-after-a-user-has-reached-a-certain-level/63146):
>
> The educational messages that appears on the right when you open a new topic are very useful for new users but they have become intrusive for power users. Please, note that I’m not talking about those kind of educational messages that are specific to new users I’m reffering to the other messages, for example “By mentioning @your-team, you are about to notify xx people – are you sure?” , the dominating topic advice and the other similar advices. As I said above I want disable those…

---

<div class="post-metadata">

### Author: ![Osama](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/osama/32/98013_2.png) [@Osama](https://meta.discourse.org/u/Osama)
#### Post date: [July 26, 2017, 2:03pm UTC](https://meta.discourse.org/t/suppress-all-post-warning-education-panels/66834/5 "2017-07-26T14:03:35Z")

</div>

This CSS should hide all educational messages that show up on the composer preview pane:

```css
.composer-popup-container {
    display: none !important;
}

```

---

<div class="post-metadata">

### Author: ![JamesNorth](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jamesnorth/32/283740_2.png) [@JamesNorth](https://meta.discourse.org/u/JamesNorth)
#### Post date: [July 26, 2017, 11:05pm UTC](https://meta.discourse.org/t/suppress-all-post-warning-education-panels/66834/6 "2017-07-26T23:05:04Z")

</div>

Thanks @Osama - will try that out today and report back.

---

<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: [July 10, 2019, 11:05pm UTC](https://meta.discourse.org/t/suppress-all-post-warning-education-panels/66834/7 "2019-07-10T23:05:03Z")

</div>



---

<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: [December 30, 2022, 5:47pm UTC](https://meta.discourse.org/t/suppress-all-post-warning-education-panels/66834/8 "2022-12-30T17:47:31Z")

</div>



---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [December 30, 2022, 5:49pm UTC](https://meta.discourse.org/t/suppress-all-post-warning-education-panels/66834/9 "2022-12-30T17:49:54Z")

</div>


