[Typo3] after.field Link = ?

Peter Klein peter at umloud.dk
Fri Feb 11 12:55:39 CET 2005


"Steve Fizz" <S.Fizz at gmx.de> skrev i en meddelelse 
news:mailman.117.1108118535.16887.typo3-english at lists.netfielders.de...
> Hallo,
>
> how can I link an after.field?
>
> temp.myMenu = HMENU
> temp.myMenu.1 = TMENU
> temp.myMenu.1{
> NO.wrap = <div class="title">|</div>
> NO.after.field = subtitle
> NO.after.wrap = <div class="subtitle">|</div>
> }
>
> I want to link the subtitle too but dont know how!
>

Hi Steve. Try this (untested):

temp.myMenu = HMENU
temp.myMenu.1 = TMENU
temp.myMenu.1{
NO.wrap = <div class="title">|</div>
NO.after.field = subtitle
NO.after.typolink.parameter.field = uid
NO.after.typolink.wrap = <div class="subtitle">|</div>
}


-- 
Peter Klein/Umloud Untd 





More information about the TYPO3-english mailing list