Einzelnen Beitrag anzeigen
  #2  
Alt 30.03.09, 17:29
Benutzerbild von LittleD
LittleD LittleD ist offline
Forum Aktivist
 
Registriert seit: 19.02.09
Ort: Aachen
Beiträge: 51

Lässt sich doch über die TypoScript Constants der Extension (sr_fe_user_register) lösen oder nicht?
Also einfach im Bereich TS template constants (nicht setup!) folgendes eintragen:

Typoscript-Code:
1:
2:
3:
plugin.tx_srfeuserregister_pi1.allowUserGroupSelection = 1
plugin.tx_srfeuserregister_pi1.allowUserGroupUpdate = 1
plugin.tx_srfeuserregister_pi1.allowMultipleUserGroupSelection = 1
allowUserGroupSelection
Allow selection of usergroup on registration. If set, the user may select to adhere to user group(s) when registering.
Note: The selectable usergroups must be located in the page identified by the pid constant.
Note: If constants userGroupUponRegistration and userGroupAfterConfirmation are set, the usergroups they specify are not selectable.
Note: Field usergroup must be included in the list specified by constant formFields.


allowUserGroupUpdate
Allow selection of usergroup on editing. If set, the user may edit the list of user groups to which he(she) belongs.
Note: See also constant allowUserGroupSelection.


allowMultipleUserGroupSelection
Allow selection of multiple usergroups. If set, the user may select to adhere to multiple user groups.
Note: See also constants allowUserGroupSelection and allowUserGroupUpdate.
__________________
MfG,
LittleD
Mit Zitat antworten