[TYPO3-dev] postUserFuncInt

JoH asenau info at cybercraft.de
Fri Jul 13 21:09:58 CEST 2007


>>> if i use page.stdWrap.postUserFuncInt all Plugins from type USER_INT
>>> are not displayed. In my function i return the $content as it is.
>>> In HTML i see something like
>>> <!--INT_SCRIPT.f2d1060de4977589c90123402451ade0-->
>>>
>>> can someone explain me this phenomen or is it a bug ?
>>
>> You can't have INT inside INT.
>> So the behaviour you experienced is the same as if you were using
>>
>> 10 = COA_INT
>> 10 {
>>    10 = USER_INT
>>    10 {
>>        blah
>>    }
>> }
>>
>> You can only use one level of xxx_INT elements
>> since they are replaced with the marker like the one you posted
>> and replaced one by one while getting the page content from cache.
>>
>> Same thing happens with a userfunc in this case.
>>
>> HTH
>>
>> Joey
>>
>
> ah ok, i see but didn't understood completely. My problem in
> understanding is, that i use the function as
> page.stdWrap , so i doesn't expect page like COA_INT.
>
> I only want to ensure that the function is called at end of page with
> every visit, also if page is cached.
>
> Would it make sense to put it in a COA_INT like page.99999=COA_INT ?

Should do the job ...

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