Our forum just updated from v2.2.0.beta8+115 to 2.4.0.beta5 and we now have the new default group listing page UX.
I’d like to know: how do we swap the current Full Name value being displayed for each group for the Name field value for each group?
Here’s the comparison between Discourse versions:
v2.2.0.beta8+115 Group Name Display on Group Listing Page
The Name field from https://yourforum.com/g/GroupName/manage/profile displays first and then the Full Name field displays second.
2.4.0.beta5 Group Name Display on Group Listing Page
The Name field value from https://yourforum.com/g/GroupName/manage/profile no longer displays and, instead, the Full Name field value is what’s seen for each group.
If it’s not possible to do a CSS hack or another admin side edit to show the Name instead of the Full Name, perhaps there could be a future admin setting at https://yourforum.com/admin/site_settings/category/groups to toggle between displaying the Name or Full Name value. It might look like this:
And if that admin setting was checked, it would use the Name field value below instead of the Full Name field value.