taonmatt
(Matt Mower)
December 20, 2019, 4:42pm
1
I was a little surprised to find a reply on a post I just made and then discovered that pinning it was counted as a reply.
I found out by unpinning it and re-pinning it and found the reply count was now 2.
I found this a bit weird, anyone else? Or explain why it makes sense?
m@
4 Likes
ondrej
December 20, 2019, 4:51pm
2
Hello,
staff actions such as closing, pinning etc… are counted as replies. I think you can hide it via this CSS. This may be annoying in other UX stuff
.small-action {
display: none;
}
.small-action.time-gap {
display: block;
}
Or like I do sometimes, I just delete the action made by staff as this deletes the reply
3 Likes
taonmatt
(Matt Mower)
December 20, 2019, 4:57pm
3
Hi Ondrej
Thanks for the suggestion although it’s not the reply “stub” that bothers me but the reply count.
My experience was that deleting it didn’t bump down the reply count. And that’s really the issue.
I think that most users, like me, would not think of this as a “reply” and, like me, would then scroll back and forth looking for it.
5 Likes
dsims
(dsims)
April 16, 2024, 1:53pm
5
Noticed this today on a new site. Before I look into a code change, is there any reason why someone would want or expect these actions to count as replies?
2 Likes
Firepup650
(Firepup Sixfifty)
April 16, 2024, 4:46pm
6
You can edit them, and include text, which is functionally quite similar to a reply, and I see it used in close messages on other forums a lot.
2 Likes