[TYPO3-UG Dutch] tt_news troubles
Bas
webdesign at inbalanshasselt.nl
Mon Oct 23 13:44:00 CEST 2006
Hallo,
Ik heb de tt_news extension geinstalleerd en het lukt me aardig eea op
te zetten. Alleen nog een paar dingen.
Hij geeft alles nog in het engels weer, ook datum notatie. Terwijl in de
backend alles keurig in het nl is.
Ik heb in de TS wel de juiste code opgenomen:
config {
language = nl
locale_all = nl_NL
locale_all = nl_NL.ISO-8859-1
}
Verder werken de links niet. Hij geeft wel alle nieuws goed weer,
precies zoals ik in het template heb gedefinieerd, maar als je op more
klikt gebeurt er niets.
Template:
<!-- ###TEMPLATE_LIST### begin
This is the template for the list of news in the archive or news page
or search
-->
<div class="news-list-container">
###NEWS_CATEGORY_ROOTLINE###
<!-- ###CONTENT### begin
This is the part of the template substituted with the list of news:
-->
<!-- ###NEWS### begin
Template for a single item
-->
<div class="news-list-item">
<span class="news-list-date">###NEWS_DATE###</span>
<h3>###NEWS_TITLE###</h3>
<!--###LINK_ITEM###-->###NEWS_IMAGE###<!--###LINK_ITEM###-->
###NEWS_SUBHEADER###
###CATWRAP_B### ###TEXT_CAT### ###NEWS_CATEGORY###
###NEWS_CATEGORY_IMAGE### ###CATWRAP_E###
<div
class="news-list-morelink"><!--###LINK_ITEM###-->###MORE###<!--###LINK_ITEM###--></div>
<div class="hr"><hr /></div>
</div>
<!-- ###NEWS### end-->
<!-- ###CONTENT### end -->
<div class="news-list-browse">###BROWSE_LINKS###</div>
</div>
<!-- ###TEMPLATE_LIST### end -->
Groeten,
Bas
More information about the TYPO3-UG-dutch
mailing list