[TYPO3-ect] No juice out of apple...
R. van Twisk
typo3 at rvt.dds.nl
Sat Mar 3 05:28:23 CET 2007
Elmar HInz wrote:
>> So I have this installation of typo3 4.0.4 with the latest version of
>> lib/div and TV installed.
>>
>>
>
> I have not tested how it interacts with TV und have only few but negative
> experiences with TV. Could it be a problem with TV?
>
>
>> When I add apples to my page, and insert the static template I don't get
>> any juice from it.
>>
>
> To insert the static template is the dangerous point I regular forget, but
> you have done that.
>
> Now in your Template Browser you should see this automatically:
>
> [tt_content]=CASE
> [list]=COA
> [10]=< lib.stdheader
> ...
> [stdWrap]
> [tx_apples_example]=< plugin.tx_apples.exampleController
>
> [plugin]
> [tx_apples]
> [exampleController]=USER_INT
> [userFunc]=tx_apples_controllers_example->main
> [action]=exampleAction
> [templatePath]=EXT:apples/templates/
> [exampleTemplate]=example.php
>
>
>
> Is it there?
>
>
> Regards
>
> Elmar
>
>
> _______________________________________________
>
hey Elmar,
I did some testing,
but this line :
tt_content.list.20.tx_apples_example =< plugin.tx_apples.exampleController
Doesn't work in TV. When I added a localconf.php, and added a line
like this: t3lib_extMgm::addPItoST43($_EXTKEY,'controllers/class.tx_apples_controllers_example.php','_pi1','list_type',1);
The whole thing started to work a bit, but wrong ofcourse...
I know you favour the tt_content.list method, however
I never used that really to add anything to get any content or
work with content.
Are we sure that using
tt_content.list.20...... is the correct way of adding plugins to
typo3? Since I never seen that in any setup at all...
Ries
More information about the TYPO3-team-extension-coordination
mailing list