[TYPO3-english] parseFunc_RTE wrongly affects other non-related objects

Prakash spabhat at chandanweb.com
Fri Mar 20 09:47:35 CET 2009


Hi All,

I feel it would be a real challenge to any typo3 when one tries to read, 
understand and debug any TypoScript.
I wrote a similar challenging code using TypoScript itself for an FCE 
that is used to create a cool image gallery of products.

In this gallery I have one FCE containing a small image, big image, 
product name, and product description.

While mapping this FCE I mapped only the product name field (field_header).
The field_header uses several TypoScript to create the html output as 
needed.
With this Templavoila Data structure, I am able to get everything as 
needed, almost everything.

This code however has a major issue, being that the description is not 
getting parsed through the RTE.
The corresponding object for description is 10.40.80 = TEXT

I specified the parse function for this object as follows:
10.40.80.parseFunc = < lib.parseFunc_RTE

Now I could see that the description text gets parsed properly, but 
surprisingly it is also affecting another object that is:
10.60.30 = TEXT
The above object seems nowhere related to 10.40.80, but still this text 
is parsed, and links are created for the same!!!

Can anyone check what am I doing wrong? I have enclosed the entire xml 
file in the attachment.

lol

-- 
*Regards,
Prakash A Bhat* <www:%20http://www.chandanweb.com>


More information about the TYPO3-english mailing list