[TYPO3-german] sr_feuser_register RTE
Stephan Grass
grass at stephan-grass.de
Wed Feb 8 15:53:17 CET 2012
Danke für Deine Mühe.
Aber Du kannst damit im Frontend eine Textarea mit dem RTE (HTML-Editor
aus dem Backend) versehen?
Stephan
On 2012-02-08 09:33:14 +0100, Nicolas Puente said:
> Hallo Stefan,
> leider war ich Gestern Krank. Hier meine configuration mit den Hoffnung
> dass dir helfen kann.
> TS ###########################################
> plugin.tx_srfeuserregister_pi1 = USER_INT
> plugin.tx_srfeuserregister_pi1 {
> maxImages = 1
> templateFile = fileadmin/ext_tmpl/srfeuserregister.tmpl
> _CSS_DEFAULT_STYLE >
> create.fields= = username, password, gender, first_name,
> last_name, date_of_birth, email, address, zip, city, zone,
> static_info_country, telephone, fax, title, image,
> module_sys_dmail_html, module_sys_dmail_category,
> tx_srfeuserpue_desactual, comments, tx_srfeuserpue_agss
> create.requiredFields = username, password, first_name, last_name,
> date_of_birth, email, tx_srfeuserpue_desactual
> create.evalValues {
> tx_srfeuserpue_agss = required
> email = uniqueLocal, email
> date_of_birth = required, date
> tx_srfeuserpue_institu = required
> tx_srfeuserpue_desactual = required
> tx_srfeuserpue_area = required
> tx_srfeuserpue_universidad = required
> tx_srfeuserpue_espe1 = required
> }
> edit.requiredFields =
> username,password,first_name,last_name,date_of_birth, email,
> tx_srfeuserpue_desactual
> edit.fields= = username, password, gender, first_name, last_name,
> date_of_birth, email, address, zip, city, zone, static_info_country,
> telephone, fax, title, image, module_sys_dmail_html,
> module_sys_dmail_category, tx_srfeuserpue_desactual, comments,
> tx_srfeuserpue_agss
> edit.evalValues {
> tx_srfeuserpue_agss = required
> email = uniqueLocal, email
> date_of_birth = required, date
> tx_srfeuserpue_institu = required
> tx_srfeuserpue_desactual = required
> tx_srfeuserpue_area = required
> tx_srfeuserpue_universidad = required
> tx_srfeuserpue_espe1 = required
> }
> parseValues {
> name = trim
> first_name = trim
> last_name = trim
> email = lower,nospace,trim
> date_of_birth = date
> }
> parseFromDBValues {
> date_of_birth = adodb_date
> }
> parseToDBValues {
> date_of_birth = adodb_date
> }
> }
>
>
> constants ####################################################
> plugin.tx_srfeuserregister_pi1{
> maxImages = 1
> confirmInvitationPID = 0
> linkToPID = 0
> # Constant für sys ordner mit FE-User
> pid = 11
> loginPID = 10
> registerPID = 19
> editPID = 18
> confirmPID = 17
> shortUrlLife =
>
> useMd5Password = 1
> useShortUrls = 1
> salutation = formal
> userGroupAfterConfirmation = 2
> userGroupUponRegistration = 1
> siteName = Red de Científicos Argentinos en Alemania
>
> enableAdminReview = 1
> enableAdminNotifyOnApprove = 1
> enableAdminNotifyOnRefuse = 1
> enableAdminNotifyConfirmation = 1
> enableAdminNotifyOnRegister = 1
> enableAdminNotifyOnDelete = 1
> enableAdminNotifyOnAdminAccept = 0
> enableAdminNotifyOnAdminRefuse = 0
>
> enableEmailConfirmation = 1
> enableEmailOnApprove = 1
> enableEmailOnRefuse = 1
>
> languageCode = ES
> currencyCode = EUR
>
> enablePreviewRegister = 1
> enablePreviewEdit = 1
>
> enableEmailOnUpdate = 1
> enableEmailOnDelete = 1
>
> linkToPIDAddButton = 1
>
> enableAutoLoginOnConfirmation = 0
>
> dateFormat = d.m.Y
> dateSplit = \.
> email = info at xxx.de
> email.from = info at xxx.de
> email.fromName = info at xxx.de
> email.admin = info at xxx.de
> #siteName = http://www.xxx.de
>
> onChangeCountryAttribute =
> javascript:window.document.getElementById('tx-srfeuserregister-pi1-fe_users_form').submit();
}
Grüß
Nicolas
>
More information about the TYPO3-german
mailing list