[TYPO3] problem with extending sr_feuser_register
Ralf Hettinger
ng at ralfhettinger.de
Thu Aug 10 23:58:11 CEST 2006
Have you checked case sensitivity?
Because sr_feuserregister is somewhat case sensitive. So you better stick to the
conventions implied by the rest of the default template:
- use lower case for the fieldname in the database (this is what all databases
should support, so it's a smart thing to do anyways)
- use lower characters for you pi_vars (they will be shifted to upper internally
by the extension code)
- use markers the same way (and case!) the template shows you by the examples
given through the other fields
- Be sure to work with the right table (which is fe_users not fe_user as you wrote).
Come back if there's still a problem ;)
Stanislav Rusnák schrieb:
> Peter Foerger wrote / napísal(a):
>
>> Don't forget about the Constant Editor options:
>>
>> http://typo3.org/documentation/document-library/extension-manuals/sr_feuser_register/current/view/6/3/
>>
>>
>> --
>> Peter
>
> I did not forget about setting up constants in constant editor. But as I
> mentioned before I get:
>
> ###LABEL_ICO###
> ###REQUIRED_ICO###
>
> instead of:
>
> some label:form in the frontend user registration form.
>
> Stanislav Rusnak
More information about the TYPO3-english
mailing list