Sorry, das ich das Thema Puche

Habe noch keine saubere Lösung,die Profilfelder in der Registrierung zu löschen.
Gruß
Robby
ich frag mich, wo die herkommen.Robby125 hat geschrieben:Hallo @
Sorry, das ich das Thema Puche![]()
Habe noch keine saubere Lösung,die Profilfelder in der Registrierung zu löschen.
Gruß
Robby
aurora876 hat geschrieben:ich frag mich, wo die herkommen.
so normal sind die NICHT bei der registrierung vorhanden, weil man die erst später im UCP ausfüllt - also mußt du irgendwas geändert haben.
Code: Alles auswählen
<!-- IF .profile_fields -->
<dl><dd><strong>{L_ITEMS_REQUIRED}</strong></dd></dl>
<!-- BEGIN profile_fields -->
<dl>
<dt><label<!-- IF profile_fields.FIELD_ID --> for="{profile_fields.FIELD_ID}"<!-- ENDIF -->>{profile_fields.LANG_NAME}:<!-- IF profile_fields.S_REQUIRED --> *<!-- ENDIF --></label>
<!-- IF profile_fields.LANG_EXPLAIN --><br /><span>{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF -->
<!-- IF profile_fields.ERROR --><br /><span class="error">{profile_fields.ERROR}</span><!-- ENDIF --></dt>
<dd>{profile_fields.FIELD}</dd>
</dl>
<!-- END profile_fields -->
<!-- ENDIF -->
Code: Alles auswählen
case 'profile_info':