Hi, I’ve spent a while trying to find the answer to this but no luck.
I’d like to remove surnames from posts if possible. The forum I manage is closed to a membership and some of the early adopters that help steer the engagement have requested that only their first names are displayed as they think being identifiable may stop other members from posting.
I’ve played around with the user settings but can’t work out how I’d do this.
You could probably run a rails console script to achieve that by reducing the field to just the first word for each User (so long as they have kept to the “First Last” convention …) … but that wouldn’t police it long term …