[TYPO3-english] tt_news: thumb and big images

Simone Paolinelli paolinelli at mediaus.it
Tue May 7 14:19:17 CEST 2013


Il 07/05/2013 13:15, Jan Bednarik ha scritto:
> Hi,
>
> this works by default, did you change the behavior by your TS somehow?
>
> Jan

Yes, I create a lib item:

plugin.tt_news.general_stdWrap.parseFunc < lib.parseFunc_RTE
plugin.tt_news.templateFile = fileadmin/tt_news_templates/news.html
plugin.tt_news.singlePid = 186

#Dettaglio news corrente
lib.newsDetail < plugin.tt_news
lib.newsDetail {
   code >
   code = SINGLE
   displaySingle {
     content_stdWrap.stripHtml = 0
     date_stdWrap.strftime=%B %Y
     image.file.width = 100c
     image.file.height = 100c
     image.file.maxW = 1050
     image.file.maxH = 400
   }
}





>
> Dne 7.5.2013 12:56, Simone Paolinelli napsal(a):
>> Hi Jan,
>> thanks for your reply.
>>
>> My problem is to insert a link to big image into ###TEMPLATE_SINGLE###
>> part.
>> The placeholder ###NEWS_IMAGE### create only thumbs.
>>
>> By,
>> Simone
>>
>>
>> Il 07/05/2013 12:41, Jan Bednarik ha scritto:
>>> Hi Simone,
>>>
>>> this is basic functionality of tt_news and shouldn't be anything
>>> necessary to do to enable it. It's compatible even with Lightbox
>>> setting.
>>>
>>> So, if it doesn't work for you, can you provide us with more details?
>>>
>>> Reading it again - do you want your custom list of all news images?
>>>
>>> Regards
>>>
>>> Jan
>>>
>>> Dne 7.5.2013 12:22, Simone Paolinelli napsal(a):
>>>> Hello everyone,
>>>>
>>>> does anyone know if it is possible (maybe without installing
>>>> extensions,
>>>> only ts) to create the thumb of each image of a news (tt_news) and make
>>>> it linkable to expanded version of the same?
>>>>
>>>> Thank you,
>>>> Simone
>>>
>>
>



More information about the TYPO3-english mailing list