[Typo3] backlink plus text before it

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Mon Sep 26 21:16:20 CEST 2005


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
}


--
grtz
Krystian Szymukowicz


> 
> The problem is that if you add it to the wrap of the TEXT object the
> entire text gets wrapped instead of just the 'section name' part,
> right? If so, the easy way would be to just make the whole thing a
> COA:
> 
> #Back Link to Parent Item
> temp.backlink = COA
> temp.backlink {
>   stdWrap.noTrimWrap = |Return to << ||
> 
>   10 =  TEXT
>   10.data = leveltitle : -2
>   10.insertData = 1
>   10.typolink.parameter.data=leveluid : -2
> }
> 
> 
> -Christopher



More information about the TYPO3-english mailing list