[Typo3] backlink plus text before it

Christopher bedlamhotel at gmail.com
Mon Sep 26 21:29:03 CEST 2005


On 26/09/05, Krystian Szymukowicz <t33k.RE.MO.VE at re.mo.ve.prolabium.com> wrote:
>
> hi
>
> it should be rather smth like this
>
> #Back Link to Parent Item
> temp.backlink = COA
> temp.backlink {
>    10 = TEXT
>    10.noTrimWrap = |Return to << ||
>
>    20 =  TEXT
>    20.data = leveltitle : -2
>
>    stdWrap.typolink.parameter.data=leveluid : -2
> }
>

Why? Your solution doesn't make much sense. COAs have stdWrap
properties, so there's no reason to add another TEXT object as you've
done. Your method will also link the entire text. If this was the
desired outcome, all that was necessary was to add this:

ATagBeforeWrap = Return to <<&nbsp;|

...to the original code.


-Christopher



More information about the TYPO3-english mailing list