[TYPO3] Rich Text Editor / tags and links

Timo Proescholdt proescho-typo3 at informatik.uni-muenchen.de
Wed Jan 2 11:48:30 CET 2008


Hi,

happy new year to all this may concern (-:

I'm having a problem with a code snippet from www.typp3wizzard.com .
This piece of code is this one here, and what it does is that it
rewrites links in a text content element according to a php script.

tt_content.text.20.parseFunc.tags {
  link.stripNL = 0
  link = PHP_SCRIPT
  link.file = fileadmin/scripts/tags.php
}

This works fine in principle, but it does not when links are structured
in a list in the rich text editor. It seems that thee <link> tags are
not found in this case.
I have checked the bodytext element of the page in question, it looks
like this

some text
<ul><li>Some text - <link
fileadmin/downloads/document_center/document.doc _blank>
description</link></li><li>annother Text- <link
fileadmin/downloads/document_center/anotherdoc.doc _top download>another
description</link></li></ul>

Can anybody please help me with this? I'm ready to track this dowm in
case this being a bug, but I'd need a hand first in order to know if
this is supposed to work!
Thanks!
Timo


More information about the TYPO3-english mailing list