[TYPO3-templavoila] build link from selector box

Bartosz Aninowski bart at REMITsonik.pl
Wed Aug 1 08:14:59 CEST 2007


> maybe you can do it by using "if"
>
> 10 = TEXT
> 10.value = Best movies
> 10.typolink.additionalParams.dataWrap = &what={field:field_selectorbox}
> 10.if {
> value.field = field_selectorbox
> equals=best
> }
>
> 20 < .10
> 20.value = Worst movies
> 20.if.equals=worst
>
> 30 < .10
> 30.value = Anyway
> 30.if.equals=anyway
>
> ...
>
> I don't know if it's all correct syntax, but I think the idea is obvious.

Thanks Lee for reply.
Idea is obvious but not flexible enough :) 




More information about the TYPO3-project-templavoila mailing list