[TYPO3-ect] No juice out of apple... I have juice!!!!

R. van Twisk typo3 at rvt.dds.nl
Sat Mar 3 15:35:30 CET 2007


Elmar HInz wrote:
>   
>> I don't want to get into a debate about TV is good or bad.
>> My customers so far loved of because of it's simplicity and
>> it was easy to understand for them. Multiple columns are quickly
>> defined and they have the power of using FCE's.
>>
>> I agree about the speed, TV's strongest point is not speed,
>> but usability for my customers. I have seen classic methods aswell,
>> and I do work with them on clients servers.
>>     
>
> Hi Ries,
>
> looks as if I have to give it a second try to discover the usability
> advantages. 
>
> Regards
>
> Elmar
>
>
>
>
>   

hey Elmar,

after a looooong journey into typo3 core I ended up with the function 
cObjGetSingle(....)
where the tt_content record are rendered.

Then I could nail it down that in TV this line  was not added to tt_content,

        tt_content.list.20.tx_apples_example =< 
plugin.tx_apples.exampleController

and thus cObjGetSingle didn't know how to render the tt_content object:


So I gave it a shot and added the above line in my TypoScript Setup,
and voila... Apples started to make juice!!

I 'think' that TV copies tt_content setup before setup.txt of rx_apples 
get's added,
and that's why it's not available at the specific moment.


Shall we ask teh TV guru's?

Ries



More information about the TYPO3-team-extension-coordination mailing list