[TYPO3-english] Extending sr_feuser_register, how to process my marker?
StephenBungert
stephenbungert at yahoo.de
Fri Jul 10 18:10:28 CEST 2009
Ok.
Isee in the manual you can use this html when the field is a select:
<!-- ###SUB_INCLUDED_FIELD_myNewFieldName### -->
<dt>
<label
for="tx-srfeuserregister-pi1-myNewFieldName">###LABEL_MYNEWFIELDNAME###</label>
###REQUIRED_MYNEWFIELDNAME###
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_myNewFieldName### -->
<p
class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_myNewFieldName###</p>
<!-- ###SUB_ERROR_FIELD_myNewFieldName### -->
<!-- ###SUB_REQUIRED_FIELD_myNewFieldName### -->
<p class="tx-srfeuserregister-pi1-error">###MISSING_MYNEWFIELDNAME###</p>
<!-- ###SUB_REQUIRED_FIELD_myNewFieldName### -->
###TCA_INPUT_myNewFieldName###
</dd>
<!-- ###SUB_INCLUDED_FIELD_myNewFieldName### →
I replaced the myNewFieldName & MYNEWFIELDNAME but the marker is not
processed, it remains as text:
###TCA_INPUT_tx_metrinlsub_nlsubs###
Why does it not replace the marker? If I use the html for a text field it
shows up the value ok.
-----
--
Stephen Bungert
--
View this message in context: http://www.nabble.com/-TYPO3-english--Extending-sr_feuser_register%2C-how-to-process-my-marker--tp24425617p24430413.html
Sent from the TYPO3 English mailing list archive at Nabble.com.
More information about the TYPO3-english
mailing list