- πΊπΈUnited States bluegeek9
I believe the Name formatter service was released after this issue was created. It has a feature for this.
y
First letter middle.
(lowercase Y)
I have a site where we have a lot of names that only use a middle initial. The Middle name field works fine for this, but in the format settings it would be useful to be able to specify a conditional that says something to the effect of:
$middle_name = (strlen($middle_name) === 1) ? $middle_name . '.' : $middle_name;
Closed: outdated
1.0
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I believe the Name formatter service was released after this issue was created. It has a feature for this.
y
First letter middle.
(lowercase Y)