[TYPO3-ttnews] Single news record in single view?
Dawid Pacholczyk
dpacholczyk at gmail.com
Tue Apr 20 14:23:23 CEST 2010
If I`m correct you want to have alternative templates ?
Tt_news has this kind of option. You can create multiple views of news. For
exmpla
<!-- ###NEWS### -->
Some html code
<!-- ###NEWS### -->
<!-- ###NEWS1### -->
Some other html code
<!-- ###NEWS1### -->
You just need to remember that you have to set in plugin number of records
that will be shown on the list and create same amount of alter templates.
Second thing that you need to remember is that the alt templates are counter
from 0 (like arrays in php) 0,1,2,3 so if you set 4 alter templates the last
record will be ###NEWS_3###
Best regards,
Dawid "Fixus" Pacholczyk
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Dawid Pacholczyk
tel: 502-054-334
gg: 5564051
skype: dpacholczyk
http://typo3blog.pl (only polish version at the moment)
-----Original Message-----
From: typo3-project-tt-news-bounces at lists.typo3.org
[mailto:typo3-project-tt-news-bounces at lists.typo3.org] On Behalf Of Henrik
Jahn
Sent: Tuesday, April 20, 2010 10:24 AM
To: typo3-project-tt-news at lists.typo3.org
Subject: [TYPO3-ttnews] Single news record in single view?
Hello list,
I need to display a single news record in single view. The idea is to
have articles with a certain category (that only one article at a time
has) as top story on a page.
Editors shall not need to copy contents from news articles and paste
them into regular content elements. I use rgnewsce for more flexibility
within the news articles.
Can you think of any possibility?
--
Thanks for reading,
Henrik
_______________________________________________
TYPO3-project-tt-news mailing list
TYPO3-project-tt-news at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-tt-news
More information about the TYPO3-project-tt-news
mailing list