Feld-Kennung: real_name
Anzeige-Name: Name
dann habe ich im viewtopic_body.html Template folgendes eingefügt, damit dieses Feld auch unter dem Beitragszähler angezeigt wird:
Code: Alles auswählen
<!-- BEGIN custom_fields -->
<!-- IF postrow.custom_fields.PROFILE_FIELD_NAME eq "Name" -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
<!-- ENDIF -->
<!-- END custom_fields -->