# Hide the solved icon behind the ... even for OP?

**URL:** https://meta.discourse.org/t/hide-the-solved-icon-behind-the-even-for-op/81442
**Category:** Feature
**Tags:** solved
**Created:** [February 25, 2018, 12:02am UTC](https://meta.discourse.org/t/hide-the-solved-icon-behind-the-even-for-op/81442 "2018-02-25T00:02:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![wolftune](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wolftune/32/103569_2.png) [@wolftune](https://meta.discourse.org/u/wolftune)
#### Post date: [February 25, 2018, 12:02am UTC](https://meta.discourse.org/t/hide-the-solved-icon-behind-the-even-for-op/81442/1 "2018-02-25T00:02:29Z")

</div>

In our case, we aren’t wanting the solved thing to be prominent, but it’s used in places all over. Can we make it so that _all_ users, including the one who started a topic, only see the “solution” icon behind the “show more” `...` menu?

If not, is this topic an adequate notice of a request to add such a setting?

---

<div class="post-metadata">

### Author: ![Niklas\_Mouritzsen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/niklas_mouritzsen/32/122804_2.png) [@Niklas\_Mouritzsen](https://meta.discourse.org/u/Niklas_Mouritzsen)
#### Post date: [October 22, 2018, 9:07am UTC](https://meta.discourse.org/t/hide-the-solved-icon-behind-the-even-for-op/81442/2 "2018-10-22T09:07:21Z")

</div>

Did you ever manage to figure out how to solve this? I’m experiencing the same issue.

You can specify which items to show/hide behind the dots here: Admin \> settings \> basic setup \> post menu, but I do not know the key for the plugin

---

<div class="post-metadata">

### Author: ![Niklas\_Mouritzsen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/niklas_mouritzsen/32/122804_2.png) [@Niklas\_Mouritzsen](https://meta.discourse.org/u/Niklas_Mouritzsen)
#### Post date: [October 22, 2018, 9:18am UTC](https://meta.discourse.org/t/hide-the-solved-icon-behind-the-even-for-op/81442/3 "2018-10-22T09:18:45Z")

</div>

Update: Accordingly to this code found here, the button will actually be the first for regular users, and hidden from admins. To verify this, you can impersonate a user and see that it indeed works like this. This was good enough for my use-case. Hope the information will be useful for you as well

> <https://github.com/discourse/discourse-solved/blob/3a5604cb467fef530e2d2af78d90a9b5a1cae99f/assets/javascripts/discourse/initializers/extend-for-solved-button.js.es6#L76-L107>
