[Typo3] Problems displaying Latest News

Amir Mualem amir219 at sbcglobal.net
Sun May 15 21:50:31 CEST 2005


I am totally stumped on this one.  I have tried everything I can but 
nothing seems to work.

Look at my page:  www.stratcommandcenter.com/redesign

My problem is in the top right hand corner, where you see the tt_news. 
My problem is simply two things:

1.  It is not showing up the way I configured it in the template.
2.  The link to the news does not work.

To put that there I followed tt_news TS example (the first one):
http://typo3.org/documentation/document-library/tt_news/Configuration-63/#oodoc_part_6609

The TS I put is the following:

### News LATEST in latest
tmp.newsLatest < plugin.tt_news
tmp.newsLatest {
	code >
	code = LATEST
	pid_list >
	pid_list = 42 # the pids of the pages where your news are stored
	catImageMode = 0
	catTextMode = 0
}

# add tmp to page Object
lib.latestnews < tmp.newsLatest

I have also uploaded the new template file for the tt_news however still 
the same problem.  The whole latest template code looks like this:

<h2>###LATEST_HEADER###</h2>
	<!-- ###CONTENT### begin
		  This is the part of the template substituted with the list of news:
	-->
		<!-- ###NEWS### begin
			Template for a single item
		-->

				<li><!--###LINK_ITEM###-->###NEWS_TITLE###<!--###LINK_ITEM###--></li>
<!-- ###TEMPLATE_LATEST### end -->

Simple, I only want it to show the title with in a list.

What could be the problem here?



More information about the TYPO3-english mailing list