[TYPO3] front end user registration adding link to form
Krystian Szymukowicz
typo3RE.MO.VE. at RE.MO.VE.prolabium.com
Thu Jun 26 13:34:02 CEST 2008
Jeroen Visser | ROQUIN E-Solutions wrote:
> Hi all,
> In my Front End User Registration form I need to place a link to the
> website terms of use.
> Now I thought to accomplish this as follows:
>
> ##########################################
> lib.confirmlink = COA
> lib.confirmlink.1 = TEXT
> lib.confirmlink.1.value = I agree with the
>
> lib.confirmlink.2 = TEXT
> lib.confirmlink.2.value = terms of use
> lib.confirmlink.2.typolink {
> parameter=153
> }
>
> lib.confirmlink.2 = TEXT
> lib.confirmlink.2 {
> stdWrap.char = 32
> }
>
> lib.confirmlink.3 = TEXT
> lib.confirmlink.3.value = of company
>
>
> plugin.tx_srfeuserregister_pi1._LOCAL_LANG.nl.tx_myext_terms <
> lib.confirmlink
> ##########################################
>
> Does anyone knows what is wrong or missing?
>
> Thank's in advance.
>
>
> Kind regards,
> Jeroen
Shouldn't you add?
plugin.tx_srfeuserregister_pi1 {
extraLabels = tx_myext_terms
}
but I am afraid that it will not work as you expect. TypoScript is not
processed in this place so you can only put manually added link.
--
grtz
Krystian
More information about the TYPO3-english
mailing list