Display full name not username when attributing quote or reply

Given these settings:
prioritize username in ux - false
enable names - true
display name on posts - true

I would have expected to see the user’s full name not username when attributing a quote or reply to the user. But that’s not what happens:

I kind of agree with this @sam, can we slot it?

1 Like

Fixing history may be a bit tricky cause we will need to rebake, but sure we can improve this, makes sense.

We have a few places where we are missing prioritization

On meta for example:

Yet:

image

image

1 Like

I have added the pieces necessary to prioritize full names when:

  • prioritize_username_in_ux = false
  • display_name_on_posts = true

for the cases described in the OP.

Thanks for @JonathanShaw for pointing this out :slight_smile:

3 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.