[TYPO3] tt_news related news styling
James Knuckey
james.faction at gmail.com
Thu Dec 13 04:11:41 CET 2007
On Thu, 13 Dec 2007 02:04:02 +1300, Lamb, Brian <blamb at jcvi.org> wrote:
> Hello all,
>
>
> I would like to add additional styles to the related news on a tt_news
> page with display single. By default, the related news displays
> something like the following:
>
>
> Related News:
>
> <icon> <link> - <date>
>
>
> All I would like to display is the link. How can I get typo3 to only
> display the link and not the icon or the date?
>
you could add constants to the single-item page to make list dates and
images not display, since the related-news-by-category listing in single
view is configured as a list plugin.
Or you could hide them via CSS of course... display:none is my friend.
More information about the TYPO3-english
mailing list