
EDIT :
Hoffe das hier ist richtig
https://www.phpbb.de/support/pastebin.p ... view&s=650
Code: Alles auswählen
<!-- IF postrow.POSTER_AVATAR and S_USER_LOGGED_IN and not S_IS_BOT --></div><!-- ENDIF -->
Code: Alles auswählen
<!-- IF postrow.POSTER_AVATAR and S_USER_LOGGED_IN --><div class="postavatar">{postrow.POSTER_AVATAR}</div><!-- ENDIF -->
<!-- IF postrow.POSTER_AVATAR and S_USER_LOGGED_IN and not S_IS_BOT --></div><!-- ENDIF -->
Code: Alles auswählen
<!-- IF postrow.POSTER_AVATAR and S_USER_LOGGED_IN and not S_IS_BOT --><div class="postavatar">{postrow.POSTER_AVATAR}</div><!-- ENDIF -->
Code: Alles auswählen
<!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
Code: Alles auswählen
<!-- IF postrow.S_PROFILE_MOTORRAD and S_USER_LOGGED_IN and not S_IS_BOT --><br /><b>{postrow.PROFILE_MOTORRAD_NAME}:</b> {postrow.PROFILE_MOTORRAD_VALUE}<!-- ENDIF -->
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 -->
Code: Alles auswählen
<!-- IF postrow.U_WWW --><a href="{postrow.U_WWW}">{WWW_IMG}</a> <!-- ENDIF -->
Code: Alles auswählen
<!-- IF postrow.S_PROFILE_UMBAUTEN --><a href="http://{postrow.PROFILE_UMBAUTEN_VALUE}"><img src="{T_IMAGESET_PATH}/icon_umbauten.gif" title="{postrow.PROFILE_UMBAUTEN_NAME}" alt="" /></a><!-- ENDIF -->
Code: Alles auswählen
<!-- IF postrow.U_WWW --><a href="{postrow.U_WWW}">{WWW_IMG}</a> <!-- ENDIF -->
</td>
<!-- ENDIF -->
Code: Alles auswählen
<!-- IF postrow.U_WWW --><a href="{postrow.U_WWW}">{WWW_IMG}</a> <!-- ENDIF -->
<!-- ENDIF -->
</td>