Die Sache mit dem Profilfeld
Verfasst: 07.02.2012 16:44
Hallo,
ich hab mal folgende Frage:
Ich habe im Administrationsbereich ein zusätzliches Profilfeld angelegt:
Was muss ich jetzt aber wo genau eintragen, damit das Feld bei den anderen Angaben neben dem Beitrag angezeigt wird? Und was bedeutet der weitere Code?
Hoffe jemand kann mir dabei helfen und bedanke mich schon mal recht herzlich.
lg, hiphopboy0105
ich hab mal folgende Frage:
Ich habe im Administrationsbereich ein zusätzliches Profilfeld angelegt:
- Name: Job
- Feld-Kennung: job
Code: Alles auswählen
<!-- IF postrow.S_PROFILE_FIELD1 -->
<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
<br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
<!-- ENDIF -->
<!-- BEGIN custom_fields -->
<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
<!-- END custom_fields -->
Hoffe jemand kann mir dabei helfen und bedanke mich schon mal recht herzlich.
lg, hiphopboy0105