Autore: alex75
Difficoltà: bassa 1 minuto
Apri styles/prosilver/template/viewtopic_body.html
trova:
Codice: Seleziona tutto
<!-- BEGIN custom_fields -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
<!-- END custom_fields -->
sostituisci con:
Codice: Seleziona tutto
<!-- IF S_USER_LOGGED_IN --><!-- BEGIN custom_fields -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
<!-- END custom_fields --><!-- ENDIF -->