Danke, ich hab das jetzt so:
Code: Alles auswählen
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd><strong>{postrow.PROFILE_USERRANG_VALUE}</strong><!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
<dd> </dd>
<!-- IF postrow.POSTER_POSTS != '' --><dd><strong>{L_POSTS}:</strong> {postrow.POSTER_POSTS}</dd><!-- ENDIF -->
<!-- IF postrow.POSTER_JOINED --><dd><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF -->
<!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF -->
<!-- IF postrow.S_PROFILE_FIELD1 -->
<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
<dd><strong>{postrow.PROFILE_FIELD1_NAME}:</strong> {postrow.PROFILE_FIELD1_VALUE}</dd>
<!-- ENDIF -->
<!-- BEGIN custom_fields -->
<!-- IF postrow.S_PROFILE_1 --><br /><strong>{postrow.PROFILE_1_NAME}</strong>: {postrow.PROFILE_1_VALUE}<!-- ENDIF -->
<!-- IF postrow.S_PROFILE_2 --><br /><strong>{postrow.PROFILE_2_NAME}</strong>: {postrow.PROFILE_2_VALUE}<!-- ENDIF -->
<!-- IF postrow.S_PROFILE_3 --><br /><strong>{postrow.PROFILE_3_NAME}</strong>: {postrow.PROFILE_3_VALUE}<!-- ENDIF -->
Und, äh, weißt du vielleicht warum alle Profilfelder gleich 4 mal angezeigt werden?

Und jetzt als ich im Profil ein´Profilfeld geändert hab steht es garnimmer beim neben meinen Beiträgen, es war ein Auswahlfeld, wen das hilft.