[TYPO3-english] tt_news on the frontpage

Martin Kjeldsen noreply at gmail.com
Sat Mar 5 23:45:51 CET 2011


Thank you, I arrived at almost that same solution minutes prior to your 
post:

Two plugins and two templates: One for the single latest news item and 
one for the following four.

Made sure the very latest news item would not be rendered by both 
plugins by adding the following to setup:

plugin.tt_news {
   excludeAlreadyDisplayedNews = 1
}

This is probably the same as setting StartId to 1, as you suggested?

Thank you for your help.

Regards
Martin Kjeldsen

Den 05-03-2011 14:37, Michael Cannon skrev:
> For the first single news item, use a list or latest news plugin with a
> limit one and it's own template.
>
> For the following four, use a list or latest news plugin, Limit 4, set List
> StartId to 1 and use the main site or it's own template.
>
> The Limit and List StartId options are on the Other Settings tab.
>
> --
> Michael Cannon
> CEO, Aihrus
>
> Professional Migration to TYPO3 from most Website Management Systems
>
>
>
> On Sat, Mar 5, 2011 at 3:21 AM, Martin Kjeldsen<noreply at gmail.com>  wrote:
>
>> I am trying to create a template, which will render the news in the
>> following way:
>>
>> 1) The single, latest news item presented with headline, image and first
>> 250 chars of content
>> 2) The next 4 news items rendered with just their headlines as links to the
>> full news items.
>>
>> I think this is a very common layout for site frontpages, but I can't
>> figure out how to do it. Has anybody made something similar?
>>
>> Thanks in advance
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>>



More information about the TYPO3-english mailing list