[TYPO3-english] tt_news in Typo3 4.5.2
Georg Ringer
mail at ringerge.org
Mon Jul 25 10:23:23 CEST 2011
Hi,
Am 25.07.2011 10:07, schrieb Dominic Garms:
> What I really miss in tt_news (and in news too), is more flexibility in
> the design of a news element. That I can add some different content
> elements and can wrap them that they could get displayed as JS tabs or
> something else.
news or generally records are taken to have a defined set of fields
which are always rendered as they should be rendered. If you need fully
configurable elements only, you should use pages and content elements.
you have a time field in page properties, a description field.
if you need better rendering of elements in news, just use the a
different viewhelper to render those content elements who you need those.
if you need different templates, just introduce a new field to the
records and choose a different subpart (tt_news) or a different
partial/condition (news) for the output.
Georg
More information about the TYPO3-english
mailing list