[TYPO3-ttnews] Latest News still contain markers instead of Headings
Dirk Völlger
forums at thebiketour.net
Tue Jan 31 00:44:33 CET 2006
Hello,
I am Typo3 3.8.1 and I set up a page based on Templavoila 0.4.0. When
integrating tt_news (Latest News) I got some strange problems. In the
frontend, the latest news are shown but the box still contains the markers
instead of the headers for example. Further the single news are not shown
in the previously defined single-news page but in the
Latest-NEws Box.Have a look here for better
understanding: http://magics.kicks-ass.net
What did I do?
first i integrated tt_news to Templavoila with:
plugin.tt_news {
archiveTypoLink.parameter = 115
limit = 5
displayList {
image.file.maxW = 100
imageWrapIfAny (
<table align="left" bgcolor="#AAAAAA" cellpadding="1"
cellspacing="0" border="0">
<tr><td>
<table bgcolor="#EEEEEE" cellpadding="0"
cellspacing="0" border="0">
<tr><td> | </td></tr>
</table>
</td></tr>
</table>
)
}
displayLatest {
#image.file.maxW = 90
imageWrapIfAny (
|
)
}
displayLatest.image {
file.maxW = 50
imageLinkWrap = 0
stdWrap.spaceAfter=0
}
}
lib.newsLatest < plugin.tt_news
lib.newsLatest {
code >
code = LATEST
pid_list >
pid_list = 65
catImageMode = 0
#catTextMode = 0
}
The corresponding div-box was mapped with that marker. Further
I created a page for single view. The single and storage pid i
defined in my constants:
plugin.tt_news.pid_list = 65
plugin.tt_news.singlePid = 67
css_based templates and so on are activated in the main template.I do not
find any solution and would appreciate all ideas to resolve that
problem
Dirk
More information about the TYPO3-project-tt-news
mailing list