[TYPO3-ttnews] tt_news element wrap [newbie]
Michael Miousse
michael.miousse at infoglobe.ca
Thu Oct 2 16:05:33 CEST 2008
maaboo wrote:
> thanks!
>
> I got advice with other way - use different templates and include tags
> into templates, but i think that is not... beautiful.
inserting tag in the template is the right way because i'v just realize that
general_stdwrap is not meant to wrap the plugin
>
> You gave me a great hint! :-)
>
> 2008/10/2 Michael Miousse <michael.miousse at infoglobe.ca>
>
>> maaboo wrote:
>>
>> > Hi! Please tell me how to wrap the whole element:
>> >
>> > 11 < plugin.tt_news
>> > 11 {
>> > _LOCAL_LANG.ru.latestHeader = Title
>> > pid_list = 43
>> > }
>> >
>> > ?
>> > I think it can be solved by adding:
>> >
>> > displayLatest.general_stdWrap = <div class="lcol">|</div>
>> >
>> > into {}
>> >
>> > but it doesn't work. I need to wrap every element in its own class.
>> >
>>
>> its not displayLatest.general_stdWrap = <div class="lcol">|</div>
>>
>> it is 11.general_stdWrap = <div class="lcol">|</div>
>>
>> or plugin.tt_news.general_stdWrap
>>
>>
>> here is a hint
>>
>> when you have typoscript problem with an object like tt_news, try to
>> inspect
>> your tt_news element with the typoscript object browser ( web->template
>> and selectbox typoscript object browser). That way you can see what
>> typoscript exist for tt_news (that is true for any extension that uses
>> typoscript)
>>
>> best regards
>> --
>> Michael Miousse
>> Infoglobe
>> michael.miousse at infoglobe.ca
>>
>
--
Michael Miousse
Infoglobe
michael.miousse at infoglobe.ca
More information about the TYPO3-project-tt-news
mailing list