# O nível de confiança 4 deve poder fixar um banner em todo o site?

**URL:** https://meta.discourse.org/t/should-trust-level-4-be-able-to-pin-a-sitewide-banner/112637
**Category:** Support
**Created:** [Março 26, 2019, 8:43pm UTC](https://meta.discourse.org/t/should-trust-level-4-be-able-to-pin-a-sitewide-banner/112637 "2019-03-26T20:43:10Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![SMx](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/smx/32/83713_2.png) [@SMx](https://meta.discourse.org/u/SMx)
#### Post date: [Março 26, 2019, 8:43pm UTC](https://meta.discourse.org/t/should-trust-level-4-be-able-to-pin-a-sitewide-banner/112637/1 "2019-03-26T20:43:10Z")

</div>

I see the banner feature as a Staff only feature, since it basically highlights sitewide a message.  
Can pin topic as banner be disabled for anyone other than staff? Thank you.

They are level 4 because I need them to be able to “moderate” their own boards, but I would not want them to post a sitewide banner.

I’m ok with them pinning posts under their own assigned boards, but not pin globally or set banners.

---

<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: [Março 26, 2019, 9:34pm UTC](https://meta.discourse.org/t/should-trust-level-4-be-able-to-pin-a-sitewide-banner/112637/2 "2019-03-26T21:34:32Z")

</div>

Per category moderation is coming, but it isn’t here yet.

You’re using TL4 for something outside its purpose, so it’s not going to behave the way you want it to.

---

<div class="post-metadata">

### Author: ![SMx](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/smx/32/83713_2.png) [@SMx](https://meta.discourse.org/u/SMx)
#### Post date: [Março 26, 2019, 9:36pm UTC](https://meta.discourse.org/t/should-trust-level-4-be-able-to-pin-a-sitewide-banner/112637/3 "2019-03-26T21:36:54Z")

</div>

Thank you sir. I Look forward for this feature.

---

<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: [Março 26, 2019, 11:34pm UTC](https://meta.discourse.org/t/should-trust-level-4-be-able-to-pin-a-sitewide-banner/112637/4 "2019-03-26T23:34:33Z")

</div>

I actually support the request that TL4 not be able to do a sitewide banner pin. Can you add that to your list low-pri @techAPJ?

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [Março 27, 2019, 1:10am UTC](https://meta.discourse.org/t/should-trust-level-4-be-able-to-pin-a-sitewide-banner/112637/5 "2019-03-27T01:10:55Z")

</div>

I experimented a bit with hiding some actions from Trust Level 4 back in Dec 2017. Not perfect but it might be good enough as a temporary approach. eg. Choose selectors as per need.

```css
/* personal messages display none wrench leaders */
  body:not(.staff):not(.archetype-regular) .toggle-admin-menu { 
    display: none;
} 
/* personal messages display none individual buttons leaders */ 
/* pin and archive are n/a */
  body:not(.staff):not(.archetype-regular) .topic-admin-multi-select 
, body:not(.staff):not(.archetype-regular) .topic-admin-close 
, body:not(.staff):not(.archetype-regular) .topic-admin-visible {
    display: none; 
}
/* topics display none individual buttons leaders */ 
/* topic-admin-close and topic-admin-visible not in this example set */
  body:not(.staff):not(.archetype-private_message) .topic-admin-multi-select 
, body:not(.staff):not(.archetype-private_message) .topic-admin-pin 
, body:not(.staff):not(.archetype-private_message) .topic-admin-archive {
    display: none; 
}

```

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [Abril 2, 2019, 7:20am UTC](https://meta.discourse.org/t/should-trust-level-4-be-able-to-pin-a-sitewide-banner/112637/6 "2019-04-02T07:20:33Z")

</div>

Done via:

> <https://github.com/discourse/discourse/commit/d68d29f37a018e7e1757ff9531b3007b7e0e4c58>

Only staff users will now be able to add or remove banner.

---

<div class="post-metadata">

### Author: ![SMx](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/smx/32/83713_2.png) [@SMx](https://meta.discourse.org/u/SMx)
#### Post date: [Abril 2, 2019, 7:27am UTC](https://meta.discourse.org/t/should-trust-level-4-be-able-to-pin-a-sitewide-banner/112637/7 "2019-04-02T07:27:42Z")

</div>

Thank you so much, I believe it’s gonna be available in the upcoming beta?

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [Abril 2, 2019, 7:45am UTC](https://meta.discourse.org/t/should-trust-level-4-be-able-to-pin-a-sitewide-banner/112637/8 "2019-04-02T07:45:03Z")

</div>

Sure, it will be. If you’re on `tests-passed` branch the fix should be available as soon as you update your Discourse instance.

---

<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: [Maio 2, 2019, 7:45am UTC](https://meta.discourse.org/t/should-trust-level-4-be-able-to-pin-a-sitewide-banner/112637/9 "2019-05-02T07:45:14Z")

</div>

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