[TYPO3] FE user reg module problem
Brian Bendtsen
info at bendtsen-solutions.dk
Thu Mar 9 20:41:38 CET 2006
Hi
I have a problem with the FE user reg plugin. When editing user, the
only item not showing is the emailadress, even though it shows in the BE.
Here is the template for edit:
<!-- ###SUB_INCLUDED_FIELD_email### -->
<dt>
<label for="tx-srfeuserregister-pi1-email">###LABEL_EMAIL###
###REQUIRED_EMAIL###</label>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_email### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_email###</p>
<!-- ###SUB_ERROR_FIELD_email### -->
<!-- ###SUB_REQUIRED_FIELD_email### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_EMAIL###</p>
<!-- ###SUB_REQUIRED_FIELD_email### -->
<input id="tx-srfeuserregister-pi1-email" type="text"
class="tx-srfeuserregister-pi1-text" size="40" maxlength="255"
title="###TOOLTIP_EMAIL###" name="FE[fe_users][email]"
class="tx-srfeuserregister-pi1-text" />
</dd>
<!-- ###SUB_INCLUDED_FIELD_email### -->
Can someone tell me, what is wrong?
/Brian Bendtsen
More information about the TYPO3-english
mailing list