[TYPO3-english] tt_news teaser and corrupted links
horace grant
horace3d at gmail.com
Thu Aug 4 11:51:02 CEST 2011
On Thu, Aug 4, 2011 at 6:58 AM, Katja Lampela <katja.lampela at lieska.net>wrote:
> Hi,
>
> (Sorry for crossposting but tt_news group didn't give me any answer and
> maybe this is not entirely tt_news related)
>
> TYPO3 4.5.3 and tt_news 3.0.1
>
> The teaser (subheader) of the list plugin gets generated from bodytext. The
> html is not stripped. This works ok otherwise but the links don't work.
>
> When there are links (to external/internal url's) in bodytext the source
> code of the link in teaser is like:
>
> <link http:wwwmylinkfi -="" external-link-new-window=""
> opensexternallinkinnewwindow="**">Buy now
>
> it should be:
>
> <a href="http://www.mylink.fi" title="Opens external link in new window"
> target="_blank" class="external-link-new-**window">Buy now</a>
>
> So obviously the link doesn't work.
>
> Any idea what might cause this?
>
> My typoscript at the moment is below, but I've tried different combinations
> of setup without effect on this:
>
> plugin.tt_news {
> displayList {
> subheader_stdWrap.stripHtml = 0
> title_stdWrap.HTMLparser.**htmlSpecialChars = 2
> removeBadHTML = 1
> subheader_stdWrap.crop = 80 | ... | 1
> title_stdWrap.HTMLparser = 1
> }
> }
>
i had a similar problem and this solved it for me:
displayList.subheader_stdWrap.parseFunc < lib.parseFunc_RTE
>
>
> --
> With kind regards
>
> Katja Lampela
> *Lieska-tuotanto*
> www.lieska.net
>
> ______________________________**_________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**english<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english>
>
More information about the TYPO3-english
mailing list