# Mark on original post that topic has been solved

**URL:** https://meta.discourse.org/t/mark-on-original-post-that-topic-has-been-solved/267693
**Category:** Feature
**Tags:** solved
**Created:** [June 8, 2023, 4:46pm UTC](https://meta.discourse.org/t/mark-on-original-post-that-topic-has-been-solved/267693 "2023-06-08T16:46:47Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [June 8, 2023, 4:46pm UTC](https://meta.discourse.org/t/mark-on-original-post-that-topic-has-been-solved/267693/1 "2023-06-08T16:46:47Z")

</div>

Continuing the discussion from [Can multiple replies be marked as the solution?](https://meta.discourse.org/t/can-multiple-replies-be-marked-as-the-solution/138859/2):

> [@Can multiple replies be marked as the solution?](https://meta.discourse.org/t/can-multiple-replies-be-marked-as-the-solution/138859/2):
>
> Only one reply can be marked as the solution.

As an alternative to marking multiple posts as the solution, or adding an extra “solved” post stating that the topic has been solved, would it be possible to have a tick icon on the original post so that when selected:

- the topic gets a tick in the topic list; and
- the original post says “This topic has been solved” (rather than “Solved by x in post #n”)?

Thanks for considering this.

---

<div class="post-metadata">

### Author: ![emilio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/emilio/32/132550_2.png) [@emilio](https://meta.discourse.org/u/emilio)
#### Post date: [June 8, 2023, 4:54pm UTC](https://meta.discourse.org/t/mark-on-original-post-that-topic-has-been-solved/267693/2 "2023-06-08T16:54:38Z")

</div>

> [@Jonathan5](#):
>
> the topic gets a tick in the topic list

Isn’t that what this is?

 ![Latest_topics_-_Discourse_Meta](https://global.discourse-cdn.com/meta/original/4X/e/6/a/e6a20c1d8e70d1cd3e41a6683cc9a1b14e4b17bb.png)

---

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [June 8, 2023, 5:08pm UTC](https://meta.discourse.org/t/mark-on-original-post-that-topic-has-been-solved/267693/3 "2023-06-08T17:08:25Z")

</div>

So basically you want to allow “mark as solution” on the first post ?

---

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [June 8, 2023, 5:12pm UTC](https://meta.discourse.org/t/mark-on-original-post-that-topic-has-been-solved/267693/4 "2023-06-08T17:12:44Z")

</div>

Yes to both questions 🙂

---

<div class="post-metadata">

### Author: ![emilio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/emilio/32/132550_2.png) [@emilio](https://meta.discourse.org/u/emilio)
#### Post date: [June 8, 2023, 5:28pm UTC](https://meta.discourse.org/t/mark-on-original-post-that-topic-has-been-solved/267693/5 "2023-06-08T17:28:46Z")

</div>

I have had folks edit their first post with the solution they figured out themselves rather than making a reply and marking that as solved. So this seems like a good idea

---

<div class="post-metadata">

### Author: ![dandv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dandv/32/169779_2.png) [@dandv](https://meta.discourse.org/u/dandv)
#### Post date: [June 14, 2023, 8:24pm UTC](https://meta.discourse.org/t/mark-on-original-post-that-topic-has-been-solved/267693/6 "2023-06-14T20:24:12Z")

</div>

I have the same request: how can I mark a one-post topic as solved, for example the [category About post](https://forum.weaviate.io/t/about-the-support-category/15)? We’re trying to reach “Inbox zero” on our Support category, and [that topic looks unanswered](https://forum.weaviate.io/c/support/6?ascending=true&order=posts).

---

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [June 14, 2023, 8:41pm UTC](https://meta.discourse.org/t/mark-on-original-post-that-topic-has-been-solved/267693/7 "2023-06-14T20:41:02Z")

</div>

It would be better if the unanswered filter would just skip pinned posts. In your case

```plaintext
.topic-list-item:not(.status-solved).pinned {
  background: inherit;
  .topic-status svg {
    display: none;
  }
}

```

would do most of the trick by removing the background color and hiding the empty checkbox for all pinned topics.

---

<div class="post-metadata">

### Author: ![dandv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dandv/32/169779_2.png) [@dandv](https://meta.discourse.org/u/dandv)
#### Post date: [June 14, 2023, 9:40pm UTC](https://meta.discourse.org/t/mark-on-original-post-that-topic-has-been-solved/267693/8 "2023-06-14T21:40:49Z")

</div>

Thanks, that works great for non-staff member! Staff members see the topic as unpinned for them, so the `pinned` class isn’t there on the `<tr>`…

---

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [February 12, 2025, 12:00pm UTC](https://meta.discourse.org/t/mark-on-original-post-that-topic-has-been-solved/267693/9 "2025-02-12T12:00:01Z")

</div>

Looking at search results today – a year and a half after the proposal in this topic, the then-future me came up with the same idea at [Mark topic as solved without specifying solution post](https://meta.discourse.org/t/mark-topic-as-solved-without-specifying-solution-post/335397)…
