> Using tt_news the typoscript gets the heading of the latest
> article [I am not sure about the 'view', I think it is 'latest' as
> per the functionality]. I would like to crop this heading to a
> specified length.

This was the missing part :-)

I guess what you are looking for is plugin.tt_news.displayList.title_stdWrap
which can easily be found by browsing through the tt_news properties using
the TypoScript Object Browser (TSOB).

Now you can assign the crop function to this part by

plugin.tt_news.displayList.title_stdWrap {
  crop = 123|...|1
}

Have a look at TSref stdWrap => crop if you need more information about
crop.

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com


_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to