[TYPO3-UG Dutch] Meerdere tt_news elementen op 1 pagina

Rob De Vries spam_this at pandora.be
Fri Jun 15 13:30:30 CEST 2007


plaats 2 markers in je homepage
1 voor je nieuws,  andere voor je portfolioo


en haal dan de juiste newsitems op naargelang je markers/category

temp.NEWS < plugin.tt_news
temp.NEWS {
   code >
   code = LIST
   pid_list >
   pid_list = 9
   templateFile = fileadmin/templates/evawuyts/nieuws/list-home.html
   catImageMode = 0
   catTextMode = 0
   singlePid = 18

   limit = 3
   displayList {
     age_stdWrap.age = 1
     textNewsAge_stdWrap.wrap =
     date_stdWrap.strftime= %d/%m/%y
     time_stdWrap.strftime= %d/%m/%y %H:%M
	
     # Don't display caption in List view
     caption_stdWrap.if.directReturn = 0

     title_stdWrap.wrap =
     subheader_stdWrap.stripHtml = 1
     subheader_stdWrap.crop = 70 | ... | 1
     subheader_stdWrap.ifEmpty.field = bodytext
     author_stdWrap.wrap =
     imageCount=1
     imageWrapIfAny =

     category_stdWrap.wrap = <div class="news-list-category"> | </div>
     imgAltTextField = imagecaption

     linkTitleField = title
     linkTitleField.wrap =
     linkAltField = short
     linkAltField.wrap =
   }
   displayList.image < displaySingle.image
   displayList.image {
     file.maxW = {$plugin.tt_news.listMaxW}
     file.maxH = {$plugin.tt_news.listMaxH}
     imageLinkWrap = 1
   }
    Example for overriding values from locallang.php with other values
   _LOCAL_LANG.nl {
      more = meer
   }
}
}



als je nog meer instellingen wilt aanpassen:  kijk naar de ts setup in 
de news modulle

succes

Rob

-- 
------------------------------------------------------------
web : http://www.rob-ot.be
skype : rob-ot
------------------------------------------------------------
[O_o] -- Don't feed the rob-ot


More information about the TYPO3-UG-dutch mailing list