[TYPO3-project-seminars] Adding seminar list to teaser

Uwe Grohne uwe at grohne.de
Sun Oct 14 15:20:06 CEST 2007


Ahhh, now I got it :)

Thanks for the answer, that's what I needed :)

"JoH asenau" <info at cybercraft.de> schrieb im Newsbeitrag 
news:mailman.1.1192364870.413.typo3-project-seminars at lists.netfielders.de...
>> I am using TemplaVoila and filling a teaser object with some content.
>> Now I wanted to add a list of the seminars to this teaser.
>> In TypoScript I added:
>>
>> lib.teaser = COA_INT
>> lib.teaser {
>>     10 < plugin.tx_seminars_pi1
>>     10.templateFile = {$templateRoot}Seminars/seminars_pi1_teaser.html
>>     10.what_to_display = seminar_list
>> }
>>
>> The extension was correctly set up before and works as a Content
>> Element on a page. In the Object Browser I also get the right values
>> for all settings, but I don't see anything in my teaser.
>>
>> When I look at the HTML, I get a strange comment in there:
>>
>> <!--INT_SCRIPT.29b21c4f546810fcf0be717c8618f114-->
>>
>> Anyone knows, how to solve this?
>
> Since you can't use two nested xxx_INT elements you got 2 options:
> a) switch the COA_INT to a simple COA and leave the rest as is
> b) switch the USER_INT of the plugin to a simple USER and leave the rest 
> as
> is
>
> xxx_INT elements are rendered as markers and then replaced after fetching
> the content from cache. But this is not done recursively so you can only
> replace the first xxx_INT element but not the second which will just keep
> the marker intact.
>
> 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-project-seminars mailing list