Hi Stephen. Are you using TYPO3 v4.2? If not, then you can't use it like a stdWrap command.
For TYPO3 versions below 4.2, you'll have to use it as a userFunc, as explained in the manual. -- Peter Klein "Stephen Bungert" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] How can I use this with tt_news. Currently I use this to crop content in list views content_stdWrap.crop = 300 | ... | 1 I changed it to content_stdWrap.cropHtml = 300 | ... | 1 But then nothing gets cropped. How can I use it with tt_news? The manual said it can be used for that. Does anyone know? -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Dmitry Martynenko Gesendet: Freitag, 28. März 2008 17:13 An: TYPO3 English Betreff: Re: [TYPO3] TT_news and LIST view problems Hi Stephen, Try to use this new extension: http://typo3.org/extensions/repository/view/pmkhtmlcrop/0.0.1/ SB> I have used this in my typo script: SB> content_stdWrap.crop = 300 | ... | 1 SB> so that the content of an article is not completely displayed. The problem SB> is it made the cut in the middle of an stong html tag, which then left it SB> open and turned loads of text to bold. SB> Is there away of telling the crop not to cut in the middle of an html tag SB> pair ? -- Dmitry Martynenko Developer Web: http://realt.by _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
_______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
