# Post-teller bij Frequent Posters alleen als \>2

**URL:** https://meta.discourse.org/t/post-counter-on-frequent-posters-only-if-2/216078
**Category:** Bug
**Created:** [26 januari 2022 om 14:58 UTC](https://meta.discourse.org/t/post-counter-on-frequent-posters-only-if-2/216078 "2022-01-26T14:58:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mentalstring](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mentalstring/32/168934_2.png) [@mentalstring](https://meta.discourse.org/u/mentalstring)
#### Post date: [26 januari 2022 om 14:58 UTC](https://meta.discourse.org/t/post-counter-on-frequent-posters-only-if-2/216078/1 "2022-01-26T14:58:20Z")

</div>

Minor detail, but I don’t think this is intended: on a topic Frequent Posters list, the bubble with the counter only shows for **more** than 2 posts. With only 2 posts, there’s no counter.

As reported to us by the community:

 ![1055f9e8642f82676fb61f01146291e42c84a60d](https://global.discourse-cdn.com/meta/original/3X/1/0/1055f9e8642f82676fb61f01146291e42c84a60d.jpeg)

I’m not very familiar with the code, but I think this might come from here:

> <https://github.com/discourse/discourse/blob/f5b94f152f076037ec59729b78c4d646516d0561/app/assets/javascripts/discourse/app/widgets/topic-map.js#L78-L80>

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [31 januari 2022 om 04:52 UTC](https://meta.discourse.org/t/post-counter-on-frequent-posters-only-if-2/216078/2 "2022-01-31T04:52:33Z")

</div>

Indeed looks like it could be a minor bug and the intent here is for `> 1`

@vinothkannans can you have a quick look?

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [18 februari 2022 om 02:26 UTC](https://meta.discourse.org/t/post-counter-on-frequent-posters-only-if-2/216078/4 "2022-02-18T02:26:41Z")

</div>

Yeah, it looks like a minor bug

[https://github.com/discourse/discourse/pull/15990](https://github.com/discourse/discourse/pull/15990)

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [22 februari 2022 om 05:02 UTC](https://meta.discourse.org/t/post-counter-on-frequent-posters-only-if-2/216078/5 "2022-02-22T05:02:06Z")

</div>


