# So erzwingt man, dass ein Thema vom Benutzer bearbeitet wird

**URL:** https://meta.discourse.org/t/how-to-force-a-topic-to-be-edited-by-the-user/401681
**Category:** Support
**Created:** [28. April 2026 um 08:56 UTC](https://meta.discourse.org/t/how-to-force-a-topic-to-be-edited-by-the-user/401681 "2026-04-28T08:56:21Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [28. April 2026 um 18:41 UTC](https://meta.discourse.org/t/how-to-force-a-topic-to-be-edited-by-the-user/401681/10 "2026-04-28T18:41:00Z")

</div>

Erstelle das benutzerdefinierte Flag, zum Beispiel, wenn du es als `Beitrag bearbeiten-Flag` bezeichnest

 ![Screenshot 2026-04-28 at 11.40.08 AM](https://global.discourse-cdn.com/meta/original/4X/e/3/3/e33a78f3807238dca61cec7cc6c72206da4874e9.png)

Dann im CSS des Theme-Komponenten:

```css
.flag-action-type.custom_edit_post_flag {
    display: none;
}

.staff .flag-action-type.custom_edit_post_flag {
    display: block;
}

```

---

_[View the full topic](https://meta.discourse.org/t/how-to-force-a-topic-to-be-edited-by-the-user/401681)._
