After updating to the latest version, the "City" and "Postal Code" fields are displayed in the incorrect order.
"City" should be before "Postal Code", but this is not the case. I have attached a screenshot to illustrate.
In the attached screenshot the "City " is "Hometown" and the "Postal Code" is "PA 15834"
Profile View data order is incorrect after update
Profile View data order is incorrect after update
- Dateianhänge
-
- Screenshot 2026-02-19 111714.png (19.34 KiB) 4594 mal betrachtet
Re: Profile View data order is incorrect after update
No suggestions on how to fix? Is this the wrong place to ask for assistance?
Re: Profile View data order is incorrect after update
I wonder how this work in 4.3 within the default installation.
You can change this if you edit the Admidio theme.
Therefore go to themes/simple/templates/modules/profile.view.basic-informations.tpl and edit line 57.
Best
Fasse
You can change this if you edit the Admidio theme.
Therefore go to themes/simple/templates/modules/profile.view.basic-informations.tpl and edit line 57.
Code: Alles auswählen
{if $postcode || $city}
{$postcode}{if $postcode && $city} {/if}{$city}<br />
{/if}Fasse