[TYPO3-german] sr_feuser_register - nicht alle Felder im "Profil bearbeiten"-Dialog

DirkHo dirk_studivz at web.de
Sun Jul 12 20:57:29 CEST 2015


Hallo zusammen,

ich habe die Extension sr_feuser_register im Einsatz und möchte im 
"Profil bearbeiten" Dialog nur einen kleinen Teil der 
Registrierungsfelder anbieten. Und zwar solche, die sich aus meiner 
Sicht ändern können.

Doch anstatt nur diese paar Felder anzuzeigen werden alle (die "defauls" 
aus formFields) angezeigt.

Hierzu verwende ich folgendes TypoScript:

plugin.tx_srfeuserregister_pi1.enableAdminReview = 1
plugin.tx_srfeuserregister_pi1.enableAutoLoginOnConfirmation = 1
plugin.tx_srfeuserregister_pi1.passwordAtLeast = 8
plugin.tx_srfeuserregister_pi1.usernameAtLeast = 3
plugin.tx_srfeuserregister_pi1.dateFormat = d.m.Y
plugin.tx_srfeuserregister_pi1.dateSplit = \.
plugin.tx_srfeuserregister_pi1.confirmPID = 143
plugin.tx_srfeuserregister_pi1.editPID = 142
plugin.tx_srfeuserregister_pi1.registerPID = 141
plugin.tx_srfeuserregister_pi1.confirmInvitationPID = 0
plugin.tx_srfeuserregister_pi1.linkToPID = 0
plugin.tx_srfeuserregister_pi1.loginPID = 0
plugin.tx_srfeuserregister_pi1.pid = 140
plugin.tx_srfeuserregister_pi1.userGroupUponRegistration = 6
plugin.tx_srfeuserregister_pi1.userGroupAfterConfirmation = 7
plugin.tx_srfeuserregister_pi1.formFields = username, password, 
first_name, last_name, date_of_birth, email, membershipnumber
plugin.tx_srfeuserregister_pi1.create = 1
plugin.tx_srfeuserregister_pi1.create.preview = 1
plugin.tx_srfeuserregister_pi1.create.fields = username, password, 
first_name, last_name, date_of_birth, email, membershipnumber
plugin.tx_srfeuserregister_pi1.create.required = username, password, 
first_name, last_name, date_of_birth, email, membershipnumber
plugin.tx_srfeuserregister_pi1.create.evalValues {
     email = uniqueLocal, email
     # Username needs to be unique
     username = uniqueLocal
     membershipnumber = uniqueLocal
}
plugin.tx_srfeuserregister_pi1.edit = 1
plugin.tx_srfeuserregister_pi1.edit.preview = 1
plugin.tx_srfeuserregister_pi1.edit.fields = password, last_name, email
plugin.tx_srfeuserregister_pi1.edit.required = password, last_name, email
plugin.tx_srfeuserregister_pi1.edit.evalValues {
     email = uniqueLocal, email
     # Username needs to be unique
     username = uniqueLocal
}
# DU als Anrede statt SIE
plugin.tx_srfeuserregister_pi1.salutation = informal
plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnUpdate = 1

plugin.tx_srfeuserregister_pi1.file.templateFile = 
fileadmin/registrierung.html

Zu dem "edit" und "create" key finde ich dummerweise gar keine Hinweise 
im "Extension Manual", dafür aber in diversen Foren-Einträgen,..

Vielen Dank und viele Grüße,

Dirk


More information about the TYPO3-german mailing list