[TYPO3-templavoila] Maybe bug with LOAD_REGISTER in lib.myTSObj?
Franz Koch
typo3 at fx-graefix.de
Mon May 22 01:56:04 CEST 2006
Hi list,
I was wondering if somebody has/had the same experience. Currently I have a 2-column FCE-container. The rendering of the columns has been "overridden" in the TO "Local processing" to use lib.leftCol and lib.rightCol for rendering (also the TypoScript tag has been "cleared" in the local processing settings - otherwise it didn't work at all).
The rendering itself works just fine, but I have one big problem. My lib.leftCol object looks f.e. like this:
-----
lib.leftCol = COA
lib.leftCol {
10 = LOAD_REGISTER
10.maxImageWidthInText = {$styles.content.imgtext.2columns.maxWInText}
10.maxImageWidth = {$styles.content.imgtext.2columns.maxW}
20 = RECORDS
20 {
source.current = 1
tables = tt_content
#stdWrap....
}
30 = RESTORE_REGISTER
}
lib.rightCol < lib.leftCol
lib.rightCol.stdWrap... #some changes
----
As it seems, the RESTORE_REGISTER seems to get ignored as every content element right after a filled (not a empty one) twocolumn element uses the maxW and maxWinText like the twocolumn objects.
Anybody experienced the same? I can't find the reason for this (no missing braces or wrong TS as it seems). I'm kind of in a hurry as the project should launch on friday.
Thanks for any help.
--
Kind regards,
Franz Koch
More information about the TYPO3-project-templavoila
mailing list