Steps
- Post a thread
- Return to topic containing the thread you posted, or view the thread list in the "I'm on" link.
Expected result
The number of replies should be one less than the number of total posts.
Actual result
The number of replies includes the first post, which isn't a reply.
Summary
See attached screenshot.
A thread with no replies should have a count of 0 not 1. If there's 1 of them, then it's the number of "posts" not the number of "replies". Classic "off-by-one" error.
Pretty embarrassing that this schoolboy error has been here for 10 years! Have you no shame?