Hallo:
ich habe so gemacht:
Template in Fileadmin.

Neue Feld = tx_srfeuserpue_permanen

In Tempale:
Habe ich addiert!!
TEMPLATE_CREATE #############
<!-- ###SUB_INCLUDED_FIELD_tx_srfeuserpue_permanen### -->
<dt>
<label for="tx-srfeuserregister-pi1-tx_srfeuserpue_permanen">###LABEL_TX_SRFEUSERPUE_PERMANEN###</label> <span class="tx-srfeuserregister-pi1-required">###REQUIRED_TX_SRFEUSERPUE_PERMANEN###</span>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_tx_srfeuserpue_permanen### -->
<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_tx_srfeuserpue_permanen###</p>
<!-- ###SUB_ERROR_FIELD_tx_srfeuserpue_permanen### -->
<!-- ###SUB_REQUIRED_FIELD_tx_srfeuserpue_permanen### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_TX_SRFEUSERPUE_PERMANEN###</p>
<!-- ###SUB_REQUIRED_FIELD_tx_srfeuserpue_permanen### -->
            ###TCA_INPUT_tx_srfeuserpue_permanen###
</dd>
<!-- ###SUB_INCLUDED_FIELD_tx_srfeuserpue_permanen### -->

TEMPLATE_CREATE_PREVIEW:

<!-- ###SUB_INCLUDED_FIELD_tx_srfeuserpue_permanen### -->
<dt>###LABEL_TX_SRFEUSERPUE_PERMANEN###</dt>
<dd>###TCA_INPUT_tx_srfeuserpue_permanen###&nbsp;</dd>
<!-- ###SUB_INCLUDED_FIELD_tx_srfeuserpue_permanen### -->


Und dass gleiche in
TEMPLATE_INVITE
TEMPLATE_INVITE_PREVIEW
TEMPLATE_EDIT
TEMPLATE_EDIT_PREVIEW

Di neue Felder in TS
plugin.tx_srfeuserregister_pi1 = USER_INT
plugin.tx_srfeuserregister_pi1 {
   create.fields= = ......, tx_srfeuserpue_permanen, ....
create.requiredFields = ......, tx_srfeuserpue_permanen, .... (wenn Nötig)
   edit.requiredFields = ......, tx_srfeuserpue_permanen, ....
   edit.fields = ......, tx_srfeuserpue_permanen, .... (wenn Nötig)

Viele Grüsse.
Nicolás

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an