[TYPO3] Extending sr_feuser_register
Rocky
rockyo at max-source.com
Wed Jul 26 11:42:24 CEST 2006
Patrick Rodacker wrote:
> Hi Rocky,
>
> could you please respect the mailing list rules and use your full name!
>
> Rocky wrote on 20.07.2006 11:21:
>
>>Hey List,
>>
>>On Typo3 3.8.1 I'm using sr_feuser_register 2.2.6 and selected old style
>>for the extension. I did the following things
>>
>>1.I use kickstarter extended the fe_user table with the field name
>>tx_extfeuser_address1.
>>
>>
>>2.in
>>typo3conf/ext/sr_feuser_register/pi/tx_srfeuserregister_pi1_tmpl.tmpl I
>> add the following code
>>#########################
>> <!--###SUB_INCLUDED_FIELD_tx_extfeuser_address1###-->
>> <tr>
>> <td>
>> <p>###LABEL_tx_extfeuser_address1###
>> ###REQUIRED_tx_extfeuser_address1###</p>
>> </td>
>> <td>
>>
>><p>###GW2B######EVAL_ERROR_FIELD_tx_extfeuser_address1######GW2E###</p>
>>
>><!--###SUB_REQUIRED_FIELD_tx_extfeuser_address1###-->
>>
>><p>###GW2B######MISSING_tx_extfeuser_address1######GW2E###</p>
>>
>><!--###SUB_REQUIRED_FIELD_tx_extfeuser_address1###-->
>> <p><input type="text"
>>name="FE[fe_users][tx_extfeuser_address1]" size="40" /></p>
>> </td>
>> </tr>
>> <!--###SUB_INCLUDED_FIELD_address1###-->
>>##########################
>>
>>3.In my TS setup I add the following line:
>>plugin.tx_srfeuserregister_pi1._LOCAL_LANG.languageCode.tx_extfeuser_address1=testing:
>>
>>
>>4.When I went to front end to check out. I could not get the desire view
>>as following:
>>testing:input box
>>Instead of that it shows as following:
>>###LABEL_tx_extfeuser_address1### ###REQUIRED_tx_extfeuser_address1###
>> ###EVAL_ERROR_FIELD_tx_extfeuser_address1### input box
>>or you can go to
>>http://www.max-source.com/beta/typo3/index.php?id=92&tx_srfeuserregister_pi1[cmd]=create
>>to take a look.
>>
>>Can any of you give me a hint about how to get rid of
>>"###LABEL_tx_extfeuser_address1### ###REQUIRED_tx_extfeuser_address1###
>> ###EVAL_ERROR_FIELD_tx_extfeuser_address1###" please?
>
>
> I can only guess, but have you added your field (address1) to the
> following setting in the constant field of your typoscript template (or
> using the constant editor)?
>
> plugin.tx_srfeuserregister_pi1.formFields = ..., address1,...
>
> Regards
> Patrick
Yes I did. But still no result. Help please!
Thanks a lot in advance!
More information about the TYPO3-english
mailing list