[TYPO3-dev] postUserFuncInt

Steffen Kamper steffen at sk-typo3.de
Fri Jul 13 20:52:21 CEST 2007


Hi Joey,

"JoH asenau" <info at cybercraft.de> schrieb im Newsbeitrag 
news:mailman.1.1184347872.10285.typo3-dev at lists.netfielders.de...
>> sry for the next thread :-)
>>
>> 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 ?

vg  Steffen 






More information about the TYPO3-dev mailing list