[TYPO3-dev] Rendering of cObj->cObjGetSingle && cObj->RECORDS

JoH asenau info at cybercraft.de
Thu Aug 9 13:36:24 CEST 2007


>> Are you using it inside a USER/USER_INT or as stdWrap.whateverFunc?
>
> you are just excellent! It doesn't work in a USER_INT.
> is there are an explanation for it?

Well, USER_INT and COA_INT elements are rendered as markers while putting
the page content into the cache. When the page is fetched from cache every
possible instance of these markers will be replaced with the appropriate
element, which is generated just in time. So you can only use stuff that
will be available at that time.

The problem occurs i.e when rendering stuff that already _is_ setup to be
USER_INT or COA_INT inside another USER_INT or COA_INT element, since then
you would get just another marker but no replacement since the content is
not put into the cache again.

So I guess you will get almost any output you like execept those plugins
that are setup as USER_INT or COA_INT themselves.

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com






More information about the TYPO3-dev mailing list