UX: Change 'Posts' count in forums to 'Replies' and show number of comments

Created on 14 November 2018, over 5 years ago
Updated 24 April 2024, 2 months ago

Problem/Motivation

The forum index page (/forums) shows the number of 'Topics' and 'Posts' where posts = topics + comments.

Whereas on the category page the counter is of "Replies", which is strictly comments.

Form landing page (with 'Posts' count):

Forum category page (with 'Replies' count):

The meaning of 'Posts' is not totally obvious, and it could be construed as inaccurate because it counts topics as well as comments.

Proposed resolution

Update the label from 'Posts' to 'Replies' and only display the comment count, as on the category page. The number of topics is already listed.

Remaining tasks

  1. Agree that this change can/should be made
  2. Write a patch with tests
  3. Review

User interface changes

This would modify the totals on the forum page.

API changes

N/A

Data model changes

N/A

Release notes snippet

(This would need a snippet if it is actioned, because it would modify the counts on the forums page, which should be called out to site builders.)

Original report by [username]

The forum index shows the comment count as the actual comment count + 1 from the topic itself.
This is confusing (I think completely wrong) because the forum index shows there is 1 comment, while there is none, Or it shows 5 while there 4, and so on...

On the overview that contains the actual topic, the comment count is shown correctly. Which makes it even more confusing.

Attached is a patch that fixed this.

πŸ“Œ Task
Status

Active

Version

1.0

Component

forum.module

Created by

πŸ‡§πŸ‡ͺBelgium weseze

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024